/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
H A D | Unix.h | 91 struct timespec RetVal; in toTimeSpec() local 101 struct timeval RetVal; in toTimeVal() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A 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()
|
H A D | ReturnUndefChecker.cpp | 43 SVal RetVal = C.getSVal(RetE); in checkPreStmt() local
|
H A D | STLAlgorithmModeling.cpp | 113 SVal RetVal = SVB.conjureSymbolVal(nullptr, CE, LCtx, C.blockCount()); in Find() local
|
H A 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
|
H A D | PthreadLockChecker.cpp | 426 SVal RetVal = Call.getReturnValue(); in AcquireLockAux() local 446 SVal RetVal = Call.getReturnValue(); in AcquireLockAux() local
|
H A D | PaddingChecker.cpp | 248 FieldInfo RetVal; in calculateOptimalPad() local
|
H A D | MallocChecker.cpp | 1297 Optional<SVal> RetVal) { in ProcessZeroAllocCheck() 1533 DefinedSVal RetVal = svalBuilder.getConjuredHeapSymbolVal(CE, LCtx, Count) in MallocMemAux() local 1550 Optional<SVal> RetVal) { in MallocUpdateRefState() 1841 SVal RetVal = C.getSVal(ParentExpr); in FreeMemAux() local 2447 SVal RetVal = C.getSVal(CE); in ReallocMemAux() local 2729 SVal RetVal = C.getSVal(E); in checkEscapeOnReturn() local
|
H A D | ContainerModeling.cpp | 260 SVal RetVal, SVal Cont) const { in handleBegin() 282 SVal RetVal, SVal Cont) const { in handleEnd()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUUnifyDivergentExitNodes.cpp | 263 Value *RetVal = RetTy->isVoidTy() ? nullptr : UndefValue::get(RetTy); in runOnFunction() local 355 Value *RetVal = RetTy->isVoidTy() ? nullptr : UndefValue::get(RetTy); in runOnFunction() local
|
H A D | AMDGPURewriteOutArguments.cpp | 375 Value *RetVal = RI->getReturnValue(); in runOnFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonHazardRecognizer.cpp | 46 HazardType RetVal = Hazard; in getHazardType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 605 Constant *RetVal = nullptr; in EvaluateBlock() local 689 bool Evaluator::EvaluateFunction(Function *F, Constant *&RetVal, in EvaluateFunction()
|
H A D | IntegerDivision.cpp | 260 Value *RetVal = Builder.CreateSelect(Ret0, Zero, Dividend); in generateUnsignedDivisionCode() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
H A D | InstrProfilingFile.c | 54 int RetVal; in writeFileWithName() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 343 static bool slotOnlyDiscardsData(const Value *RetVal, const Value *CallVal, in slotOnlyDiscardsData() 641 const Value *RetVal = Ret->getOperand(0), *CallVal = I; in returnTypeIsEligibleForTailCall() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 199 ReturnStmt *ASTMaker::makeReturn(const Expr *RetVal) { in makeReturn() 648 Expr *RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal) in create_OSAtomicCompareAndSwap() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
H A D | WholeProgramDevirt.h | 135 uint64_t RetVal; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A D | ExecutionDriver.cpp | 334 Expected<int> RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, in executeProgram() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 982 Value *RetVal = UndefValue::get(RetTy); in RemoveDeadStuffFromFunction() local 1039 Value *RetVal = nullptr; in RemoveDeadStuffFromFunction() local
|
H A D | FunctionAttrs.cpp | 609 Value *RetVal = Ret->getReturnValue()->stripPointerCasts(); in addArgumentReturnedAttrs() local 880 Value *RetVal = FlowsToReturn[i]; in isFunctionMallocLike() local 995 Value *RetVal = FlowsToReturn[i]; in isReturnNonNull() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | CFLSteensAliasAnalysis.cpp | 164 for (auto *RetVal : RetVals) { in FunctionInfo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/ |
H A D | toy.cpp | 502 if (Value *RetVal = Body->codegen()) { in codegen() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/ |
H A D | llc.cpp | 389 if (int RetVal = compileModule(argv, Context)) in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/ |
H A D | toy.cpp | 530 if (Value *RetVal = Body->codegen()) { in codegen() local
|