/minix3/external/bsd/llvm/dist/llvm/tools/lli/ |
H A D | RemoteTarget.cpp | 58 bool RemoteTarget::executeCode(uint64_t Address, int &RetVal) { in executeCode()
|
H A D | RemoteTargetExternal.cpp | 100 bool RemoteTargetExternal::executeCode(uint64_t Address, int32_t &RetVal) { in executeCode()
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ReturnUndefChecker.cpp | 44 SVal RetVal = C.getSVal(RetE); in checkPreStmt() local
|
H A D | StreamChecker.cpp | 215 DefinedSVal RetVal = svalBuilder.conjureSymbolVal(nullptr, CE, LCtx, in OpenFileAux() local
|
H A D | MallocChecker.cpp | 949 DefinedSVal RetVal = svalBuilder.getConjuredHeapSymbolVal(CE, LCtx, Count) in MallocMemAux() local 1263 SVal RetVal = C.getSVal(ParentExpr); in FreeMemAux() local 1714 SVal RetVal = state->getSVal(CE, LCtx); in ReallocMem() local 1991 SVal RetVal = State->getSVal(E, C.getLocationContext()); in checkPreStmt() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 162 ReturnStmt *ASTMaker::makeReturn(const Expr *RetVal) { in makeReturn() 336 Expr *RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal) in create_OSAtomicCompareAndSwap() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 331 static bool slotOnlyDiscardsData(const Value *RetVal, const Value *CallVal, in slotOnlyDiscardsData() 571 const Value *RetVal = Ret->getOperand(0), *CallVal = I; in returnTypeIsEligibleForTailCall() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/llc/ |
H A D | llc.cpp | 199 if (int RetVal = compileModule(argv, Context)) in main() local
|
/minix3/sys/external/bsd/compiler_rt/dist/lib/profile/ |
H A D | InstrProfilingFile.c | 59 int RetVal; in writeFileWithName() local
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | mangle-ms-back-references-pr13207.cpp | 170 struct RetVal { int hash; }; struct
|
/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/ |
H A D | ExecutionDriver.cpp | 347 int RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile, in executeProgram() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 977 Value *RetVal = UndefValue::get(RetTy); in RemoveDeadStuffFromFunction() local 1032 Value *RetVal; in RemoveDeadStuffFromFunction() local
|
H A D | FunctionAttrs.cpp | 730 Value *RetVal = FlowsToReturn[i]; in IsFunctionMallocLike() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/ |
H A D | toy.cpp | 456 if (Value *RetVal = Body->Codegen()) { in Codegen() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/ |
H A D | toy.cpp | 504 if (Value *RetVal = Body->Codegen()) { in Codegen() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 261 Value *RetVal = Builder.CreateSelect(Ret0, Zero, Dividend); in generateUnsignedDivisionCode() local
|
/minix3/external/bsd/llvm/dist/clang/unittests/Lex/ |
H A D | PPCallbacksTest.cpp | 235 PragmaOpenCLExtensionCallbacks::CallbackParameters RetVal = { in PragmaOpenCLExtensionCall() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 774 if (Value *RetVal = Body->Codegen()) { in Codegen() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 886 if (Value *RetVal = Body->Codegen()) { in Codegen() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 985 if (Value *RetVal = Body->Codegen()) { in Codegen() local
|
H A D | toy.cpp | 1272 if (Value *RetVal = Body->Codegen()) { in Codegen() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 1059 if (Value *RetVal = Body->Codegen()) { in Codegen() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 2122 SDNode *RetVal = SelectGather(Node, Opc); in Select() local 2149 SDNode *RetVal = SelectAtomicLoadArith(Node, NVT); in Select() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 2020 bool RetVal = false; in RescheduleOps() local 2177 bool RetVal = false; in RescheduleLoadStoreInstrs() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 1003 if (Value *RetVal = Body->Codegen()) { in Codegen() local
|