Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DUnix.h87 struct timespec RetVal; in toTimeSpec() local
97 struct timeval RetVal; in toTimeVal() local
/external/python/cpython2/Modules/
Dzlibmodule.c206 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/python/cpython3/Modules/
Dzlibmodule.c215 PyObject *RetVal = NULL; in zlib_compress_impl() local
335 PyObject *RetVal = NULL; in zlib_decompress_impl() local
661 PyObject *RetVal = NULL; in zlib_Compress_compress_impl() local
773 PyObject *RetVal = NULL; in zlib_Decompress_decompress_impl() local
878 PyObject *RetVal = NULL; in zlib_Compress_flush_impl() local
1071 PyObject *RetVal = NULL; in zlib_Decompress_flush_impl() local
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp455 Constant *RetVal = nullptr; in EvaluateBlock() local
536 bool Evaluator::EvaluateFunction(Function *F, Constant *&RetVal, in EvaluateFunction()
/external/clang/lib/StaticAnalyzer/Checkers/
DReturnUndefChecker.cpp44 SVal RetVal = C.getSVal(RetE); in checkPreStmt() local
DPaddingChecker.cpp217 CharUnitPair RetVal; in calculateOptimalPad() local
/external/clang/lib/Analysis/
DBodyFarm.cpp159 ReturnStmt *ASTMaker::makeReturn(const Expr *RetVal) { in makeReturn()
334 Expr *RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal) in create_OSAtomicCompareAndSwap() local
/external/llvm/lib/CodeGen/
DAnalysis.cpp332 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/
Dmangle-ms-back-references-pr13207.cpp170 struct RetVal { int hash; }; argument
/external/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h132 uint64_t RetVal; member
/external/curl/docs/examples/
Dsynctime.c138 int i, RetVal; in SyncTime_CURL_WriteHeader() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DFunctionAttrs.cpp268 Value *RetVal = FlowsToReturn[i+1]; // UniqueVector[0] is reserved. in IsFunctionMallocLike() local
DDeadArgumentElimination.cpp865 Value *RetVal = UndefValue::get(RetTy); in RemoveDeadStuffFromFunction() local
920 Value *RetVal; in RemoveDeadStuffFromFunction() local
/external/llvm/tools/llc/
Dllc.cpp265 if (int RetVal = compileModule(argv, Context)) in main() local
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp931 Value *RetVal = UndefValue::get(RetTy); in RemoveDeadStuffFromFunction() local
986 Value *RetVal; in RemoveDeadStuffFromFunction() local
DFunctionAttrs.cpp685 Value *RetVal = FlowsToReturn[i]; in isFunctionMallocLike() local
796 Value *RetVal = FlowsToReturn[i]; in isReturnNonNull() local
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DExecutionDriver.cpp386 int RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile, in executeProgram() local
/external/llvm/tools/bugpoint/
DExecutionDriver.cpp354 int RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile, in executeProgram() local
/external/compiler-rt/lib/profile/
DInstrProfilingFile.c200 int RetVal; in writeFile() local
/external/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp176 for (auto *RetVal : RetVals) { in FunctionInfo() local
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp452 auto *RetVal = RI->getReturnValue(); in runImpl() local
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp491 if (Value *RetVal = Body->codegen()) { in codegen() local
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/
Dtoy.cpp454 if (Value *RetVal = Body->Codegen()) { in Codegen() local
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
Dtoy.cpp462 if (Value *RetVal = Body->Codegen()) { in Codegen() local
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp517 if (Value *RetVal = Body->codegen()) { in codegen() local

1234