Searched refs:ExitCode (Results 1 – 3 of 3) sorted by relevance
268 static bool ShouldFallback(int ExitCode) { in ShouldFallback() argument272 return ExitCode != 0; in ShouldFallback()
804 int ExitCode = RunProgramWithTimeout(OutputBinary.str(), &ProgramArgs[0], in ExecuteProgram() local809 if (ExitCode < -1) { in ExecuteProgram()815 return ExitCode; in ExecuteProgram()
143 TEST(AddressSanitizerInterface, ExitCode) { in TEST() argument