/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Unix.h | 87 struct timespec RetVal; in toTimeSpec() local 97 struct timeval RetVal; in toTimeVal() local
|
/external/python/cpython2/Modules/ |
D | zlibmodule.c | 206 PyObject *RetVal = NULL; in PyZlib_compress() local 288 PyObject *RetVal = NULL; in PyZlib_decompress() local 486 PyObject *RetVal = NULL; in PyZlib_objcompress() local 591 PyObject *RetVal = NULL; in PyZlib_objdecompress() local 689 PyObject *RetVal = NULL; in PyZlib_flush() local 867 PyObject *RetVal = NULL; in PyZlib_unflush() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ReturnUndefChecker.cpp | 44 SVal RetVal = C.getSVal(RetE); in checkPreStmt() local
|
D | PaddingChecker.cpp | 217 CharUnitPair RetVal; in calculateOptimalPad() local
|
/external/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 455 Constant *RetVal = nullptr; in EvaluateBlock() local 536 bool Evaluator::EvaluateFunction(Function *F, Constant *&RetVal, in EvaluateFunction()
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 159 ReturnStmt *ASTMaker::makeReturn(const Expr *RetVal) { in makeReturn() 334 Expr *RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal) in create_OSAtomicCompareAndSwap() local
|
/external/curl/docs/examples/ |
D | synctime.c | 138 int i, RetVal; in SyncTime_CURL_WriteHeader() local
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 132 uint64_t RetVal; member
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 332 static bool slotOnlyDiscardsData(const Value *RetVal, const Value *CallVal, in slotOnlyDiscardsData() 574 const Value *RetVal = Ret->getOperand(0), *CallVal = I; in returnTypeIsEligibleForTailCall() local
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms-back-references-pr13207.cpp | 170 struct RetVal { int hash; }; argument
|
/external/llvm/tools/llc/ |
D | llc.cpp | 265 if (int RetVal = compileModule(argv, Context)) in main() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 268 Value *RetVal = FlowsToReturn[i+1]; // UniqueVector[0] is reserved. in IsFunctionMallocLike() local
|
D | DeadArgumentElimination.cpp | 865 Value *RetVal = UndefValue::get(RetTy); in RemoveDeadStuffFromFunction() local 920 Value *RetVal; in RemoveDeadStuffFromFunction() local
|
/external/llvm/tools/bugpoint/ |
D | ExecutionDriver.cpp | 354 int RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile, in executeProgram() local
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ExecutionDriver.cpp | 386 int RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile, in executeProgram() local
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 931 Value *RetVal = UndefValue::get(RetTy); in RemoveDeadStuffFromFunction() local 986 Value *RetVal; in RemoveDeadStuffFromFunction() local
|
D | FunctionAttrs.cpp | 685 Value *RetVal = FlowsToReturn[i]; in isFunctionMallocLike() local 796 Value *RetVal = FlowsToReturn[i]; in isReturnNonNull() local
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingFile.c | 200 int RetVal; in writeFile() local
|
/external/llvm/lib/Analysis/ |
D | CFLSteensAliasAnalysis.cpp | 176 for (auto *RetVal : RetVals) { in FunctionInfo() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 452 auto *RetVal = RI->getReturnValue(); in runImpl() local
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 454 if (Value *RetVal = Body->Codegen()) { in Codegen() local
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 491 if (Value *RetVal = Body->codegen()) { in codegen() local
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 462 if (Value *RetVal = Body->Codegen()) { in Codegen() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | TailRecursionElimination.cpp | 134 bool RetVal = false; in CheckForEscapingAllocas() local
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 487 LLVMValueRef RetVal = LLVMBuildCall(Builder, MappedFn, nullptr, 0, ""); in TEST_F() local
|