Home
last modified time | relevance | path

Searched defs:RetVal (Results 1 – 25 of 88) 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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DUnix.h95 struct timespec RetVal; in toTimeSpec() local
105 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUUnifyDivergentExitNodes.cpp227 Value *RetVal = RetTy->isVoidTy() ? nullptr : UndefValue::get(RetTy); in runOnFunction() local
301 Value *RetVal = RetTy->isVoidTy() ? nullptr : UndefValue::get(RetTy); in runOnFunction() local
DAMDGPURewriteOutArguments.cpp393 Value *RetVal = RI->getReturnValue(); in runOnFunction() local
/external/python/cpython3/Modules/
Dzlibmodule.c321 PyObject *RetVal; in zlib_compress_impl() local
419 PyObject *RetVal; in zlib_decompress_impl() local
753 PyObject *RetVal; in zlib_Compress_compress_impl() local
875 PyObject *RetVal; in zlib_Decompress_decompress_impl() local
985 PyObject *RetVal; in zlib_Compress_flush_impl() local
1252 PyObject *RetVal; in zlib_Decompress_flush_impl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonHazardRecognizer.cpp46 HazardType RetVal = Hazard; in getHazardType() local
/external/perfetto/ui/src/controller/
Dftrace_controller.ts33 interface RetVal { interface
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp587 Constant *RetVal = nullptr; in EvaluateBlock() local
672 bool Evaluator::EvaluateFunction(Function *F, Constant *&RetVal, in EvaluateFunction()
/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/curl/docs/examples/
Dsynctime.c160 int RetVal = sscanf((char *)(ptr), "Date: %25s %hu %s %hu %hu:%hu:%hu", in SyncTime_CURL_WriteHeader() local
/external/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h132 uint64_t RetVal; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp354 static bool slotOnlyDiscardsData(const Value *RetVal, const Value *CallVal, in slotOnlyDiscardsData()
651 const Value *RetVal = Ret->getOperand(0), *CallVal = I; in returnTypeIsEligibleForTailCall() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h135 uint64_t RetVal; member
/external/llvm/tools/llc/
Dllc.cpp265 if (int RetVal = compileModule(argv, Context)) in main() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp981 Value *RetVal = UndefValue::get(RetTy); in RemoveDeadStuffFromFunction() local
1036 Value *RetVal; in RemoveDeadStuffFromFunction() local
DFunctionAttrs.cpp598 Value *RetVal = Ret->getReturnValue()->stripPointerCasts(); in addArgumentReturnedAttrs() local
869 Value *RetVal = FlowsToReturn[i]; in isFunctionMallocLike() local
984 Value *RetVal = FlowsToReturn[i]; in isReturnNonNull() local
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp931 Value *RetVal = UndefValue::get(RetTy); in RemoveDeadStuffFromFunction() local
986 Value *RetVal; in RemoveDeadStuffFromFunction() local
/external/llvm/tools/bugpoint/
DExecutionDriver.cpp354 int RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile, in executeProgram() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp164 for (auto *RetVal : RetVals) { in FunctionInfo() local

1234