/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/llvm-project/llvm/lib/Support/Unix/ |
D | Unix.h | 91 struct timespec RetVal; in toTimeSpec() local 101 struct timeval RetVal; in toTimeVal() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Unix.h | 95 struct timespec RetVal; in toTimeSpec() local 105 struct timeval RetVal; in toTimeVal() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | IteratorModeling.cpp | 450 SVal RetVal, const SVal &LVal, in handleComparison() 510 SymbolRef Sym2, const SVal &RetVal, in processComparison() 538 void IteratorModeling::handleIncrement(CheckerContext &C, const SVal &RetVal, in handleIncrement() 564 void IteratorModeling::handleDecrement(CheckerContext &C, const SVal &RetVal, in handleDecrement() 592 const SVal &RetVal, in handleRandomIncrOrDecr() 674 SVal RetVal, SVal Iter, in handleAdvance() 680 SVal RetVal, SVal Iter, SVal Amount) const { in handlePrev() 685 SVal RetVal, SVal Iter, SVal Amount) const { in handleNext() 690 const SVal &RetVal, in assignToContainer()
|
D | ReturnUndefChecker.cpp | 43 SVal RetVal = C.getSVal(RetE); in checkPreStmt() local
|
D | STLAlgorithmModeling.cpp | 113 SVal RetVal = SVB.conjureSymbolVal(nullptr, CE, LCtx, C.blockCount()); in Find() local
|
D | StreamChecker.cpp | 182 DefinedSVal RetVal = makeRetVal(C, CE); in bindAndAssumeTrue() local 449 DefinedSVal RetVal = makeRetVal(C, CE); in evalFopen() local 642 Optional<NonLoc> RetVal = makeRetVal(C, CE).castAs<NonLoc>(); in evalFreadFwrite() local 702 DefinedSVal RetVal = makeRetVal(C, CE); in evalFseek() 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUUnifyDivergentExitNodes.cpp | 227 Value *RetVal = RetTy->isVoidTy() ? nullptr : UndefValue::get(RetTy); in runOnFunction() local 301 Value *RetVal = RetTy->isVoidTy() ? nullptr : UndefValue::get(RetTy); in runOnFunction() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUUnifyDivergentExitNodes.cpp | 236 Value *RetVal = RetTy->isVoidTy() ? nullptr : UndefValue::get(RetTy); in runOnFunction() local 312 Value *RetVal = RetTy->isVoidTy() ? nullptr : UndefValue::get(RetTy); in runOnFunction() local
|
/external/python/cpython3/Modules/ |
D | zlibmodule.c | 218 PyObject *RetVal = NULL; in zlib_compress_impl() local 340 PyObject *RetVal = NULL; in zlib_decompress_impl() local 666 PyObject *RetVal = NULL; in zlib_Compress_compress_impl() local 778 PyObject *RetVal = NULL; in zlib_Decompress_decompress_impl() local 883 PyObject *RetVal = NULL; in zlib_Compress_flush_impl() local 1129 PyObject *RetVal = NULL; in zlib_Decompress_flush_impl() local
|
/external/llvm-project/clang/unittests/StaticAnalyzer/ |
D | TestReturnValueUnderConstruction.cpp | 35 Optional<SVal> RetVal = Call.getReturnValueUnderConstruction(); in checkPostCall() local
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonHazardRecognizer.cpp | 46 HazardType RetVal = Hazard; in getHazardType() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonHazardRecognizer.cpp | 46 HazardType RetVal = Hazard; in getHazardType() 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/StaticAnalyzer/Checkers/ |
D | ReturnUndefChecker.cpp | 44 SVal RetVal = C.getSVal(RetE); in checkPreStmt() local
|
/external/llvm-project/openmp/libomptarget/plugins/ve/src/ |
D | rtl.cpp | 157 struct veo_args *args, uint64_t *RetVal) { in target_run_function_wait() 431 uint64_t RetVal; in __tgt_rtl_run_target_team_region() local
|
/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/llvm-project/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 590 Constant *RetVal = nullptr; in EvaluateBlock() local 673 bool Evaluator::EvaluateFunction(Function *F, Constant *&RetVal, in EvaluateFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 587 Constant *RetVal = nullptr; in EvaluateBlock() local 672 bool Evaluator::EvaluateFunction(Function *F, Constant *&RetVal, in EvaluateFunction()
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms-back-references-pr13207.cpp | 170 struct RetVal { int hash; }; struct
|
/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/llvm/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 132 uint64_t RetVal; member
|
/external/curl/docs/examples/ |
D | synctime.c | 158 int RetVal = sscanf((char *)(ptr), "Date: %s %hu %s %hu %hu:%hu:%hu", in SyncTime_CURL_WriteHeader() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | WholeProgramDevirt.h | 135 uint64_t RetVal; member
|