Searched defs:filecheck_result (Results 1 – 4 of 4) sorted by relevance
58 StatusOr<bool> filecheck_result = RunFileCheck(ir_, pattern); in CompileAndVerifyIr() local82 StatusOr<bool> filecheck_result = RunFileCheck(ir_, pattern); in CompileAheadOfTimeAndVerifyIr() local
44 StatusOr<bool> filecheck_result = RunFileCheck(ptx_str, pattern); in CompileAndVerifyPtx() local
30 filecheck_result = subprocess.Popen(check_command, stdin=opt_result.stdout) variable