Home
last modified time | relevance | path

Searched refs:RetCode (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DProgramTest.cpp249 int RetCode = in TEST() local
252 ASSERT_EQ(-2, RetCode); in TEST()
262 int RetCode = ExecuteAndWait(Executable, argv, nullptr, nullptr, 0, 0, in TEST() local
264 ASSERT_TRUE(RetCode < 0) << "On error ExecuteAndWait should return 0 or " in TEST()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp648 bool RetCode = StripDebugInfo(M); in UpgradeDebugInfo() local
649 if (RetCode) { in UpgradeDebugInfo()
653 return RetCode; in UpgradeDebugInfo()