Home
last modified time | relevance | path

Searched defs:RetVal (Results 1 – 25 of 40) sorted by relevance

12

/minix3/external/bsd/llvm/dist/llvm/tools/lli/
H A DRemoteTarget.cpp58 bool RemoteTarget::executeCode(uint64_t Address, int &RetVal) { in executeCode()
H A DRemoteTargetExternal.cpp100 bool RemoteTargetExternal::executeCode(uint64_t Address, int32_t &RetVal) { in executeCode()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp44 SVal RetVal = C.getSVal(RetE); in checkPreStmt() local
H A DStreamChecker.cpp215 DefinedSVal RetVal = svalBuilder.conjureSymbolVal(nullptr, CE, LCtx, in OpenFileAux() local
H A DMallocChecker.cpp949 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 DBodyFarm.cpp162 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 DAnalysis.cpp331 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 Dllc.cpp199 if (int RetVal = compileModule(argv, Context)) in main() local
/minix3/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingFile.c59 int RetVal; in writeFileWithName() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmangle-ms-back-references-pr13207.cpp170 struct RetVal { int hash; }; struct
/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/
H A DExecutionDriver.cpp347 int RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile, in executeProgram() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp977 Value *RetVal = UndefValue::get(RetTy); in RemoveDeadStuffFromFunction() local
1032 Value *RetVal; in RemoveDeadStuffFromFunction() local
H A DFunctionAttrs.cpp730 Value *RetVal = FlowsToReturn[i]; in IsFunctionMallocLike() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp456 if (Value *RetVal = Body->Codegen()) { in Codegen() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp504 if (Value *RetVal = Body->Codegen()) { in Codegen() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp261 Value *RetVal = Builder.CreateSelect(Ret0, Zero, Dividend); in generateUnsignedDivisionCode() local
/minix3/external/bsd/llvm/dist/clang/unittests/Lex/
H A DPPCallbacksTest.cpp235 PragmaOpenCLExtensionCallbacks::CallbackParameters RetVal = { in PragmaOpenCLExtensionCall() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp774 if (Value *RetVal = Body->Codegen()) { in Codegen() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp886 if (Value *RetVal = Body->Codegen()) { in Codegen() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp985 if (Value *RetVal = Body->Codegen()) { in Codegen() local
H A Dtoy.cpp1272 if (Value *RetVal = Body->Codegen()) { in Codegen() local
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1059 if (Value *RetVal = Body->Codegen()) { in Codegen() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2122 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 DARMLoadStoreOptimizer.cpp2020 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 Dtoy-jit.cpp1003 if (Value *RetVal = Body->Codegen()) { in Codegen() local

12