Searched defs:ReturnCode (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Support/
H A DProgram.h49 int ReturnCode; member in struct:llvm::sys::ProcessInfo
134 /// \note Users of this function should always check the ReturnCode member of
/external/chromium_org/chromeos/tools/onc_validator/
H A Donc_validator.cc37 enum ReturnCode { enum
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h77 Value *ReturnCode = Builder.CreateCall(Callee, CallArgs); local
78 Builder.CreateRet(ReturnCode);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc1441 enum ReturnCode { SUCCESS, ERROR }; enum in class:google::protobuf::compiler::__anon14789::EncodeDecodeTest
/external/llvm/tools/bugpoint/
H A DToolRunner.cpp106 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, nullptr, local
110 if (255 == ReturnCode) {
130 return ReturnCode;
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc1282 enum ReturnCode { SUCCESS, ERROR }; enum in class:google::protobuf::compiler::__anon28927::EncodeDecodeTest

Completed in 2120 milliseconds