Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DUnix.h91 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 DIteratorModeling.cpp450 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 DReturnUndefChecker.cpp43 SVal RetVal = C.getSVal(RetE); in checkPreStmt() local
H A DSTLAlgorithmModeling.cpp113 SVal RetVal = SVB.conjureSymbolVal(nullptr, CE, LCtx, C.blockCount()); in Find() local
H A DStreamChecker.cpp182 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 DPthreadLockChecker.cpp426 SVal RetVal = Call.getReturnValue(); in AcquireLockAux() local
446 SVal RetVal = Call.getReturnValue(); in AcquireLockAux() local
H A DPaddingChecker.cpp248 FieldInfo RetVal; in calculateOptimalPad() local
H A DMallocChecker.cpp1297 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 DContainerModeling.cpp260 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 DAMDGPUUnifyDivergentExitNodes.cpp263 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 DAMDGPURewriteOutArguments.cpp375 Value *RetVal = RI->getReturnValue(); in runOnFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp46 HazardType RetVal = Hazard; in getHazardType() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp605 Constant *RetVal = nullptr; in EvaluateBlock() local
689 bool Evaluator::EvaluateFunction(Function *F, Constant *&RetVal, in EvaluateFunction()
H A DIntegerDivision.cpp260 Value *RetVal = Builder.CreateSelect(Ret0, Zero, Dividend); in generateUnsignedDivisionCode() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingFile.c54 int RetVal; in writeFileWithName() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp343 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 DBodyFarm.cpp199 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 DWholeProgramDevirt.h135 uint64_t RetVal; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DExecutionDriver.cpp334 Expected<int> RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, in executeProgram() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp982 Value *RetVal = UndefValue::get(RetTy); in RemoveDeadStuffFromFunction() local
1039 Value *RetVal = nullptr; in RemoveDeadStuffFromFunction() local
H A DFunctionAttrs.cpp609 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 DCFLSteensAliasAnalysis.cpp164 for (auto *RetVal : RetVals) { in FunctionInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp502 if (Value *RetVal = Body->codegen()) { in codegen() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp389 if (int RetVal = compileModule(argv, Context)) in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp530 if (Value *RetVal = Body->codegen()) { in codegen() local

123