Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h90 struct timespec RetVal; in toTimeSpec() local
100 struct timeval RetVal; in toTimeVal() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp446 handleComparison(CheckerContext & C,const Expr * CE,SVal RetVal,SVal LVal,SVal RVal,OverloadedOperatorKind Op) const handleComparison() argument
505 processComparison(CheckerContext & C,ProgramStateRef State,SymbolRef Sym1,SymbolRef Sym2,SVal RetVal,OverloadedOperatorKind Op) const processComparison() argument
533 handleIncrement(CheckerContext & C,SVal RetVal,SVal Iter,bool Postfix) const handleIncrement() argument
559 handleDecrement(CheckerContext & C,SVal RetVal,SVal Iter,bool Postfix) const handleDecrement() argument
587 handleRandomIncrOrDecr(CheckerContext & C,const Expr * CE,OverloadedOperatorKind Op,SVal RetVal,SVal Iterator,SVal Amount) const handleRandomIncrOrDecr() argument
668 handleAdvance(CheckerContext & C,const Expr * CE,SVal RetVal,SVal Iter,SVal Amount) const handleAdvance() argument
674 handlePrev(CheckerContext & C,const Expr * CE,SVal RetVal,SVal Iter,SVal Amount) const handlePrev() argument
679 handleNext(CheckerContext & C,const Expr * CE,SVal RetVal,SVal Iter,SVal Amount) const handleNext() argument
684 assignToContainer(CheckerContext & C,const Expr * CE,SVal RetVal,const MemRegion * Cont) const assignToContainer() argument
[all...]
H A DStreamChecker.cpp197 DefinedSVal RetVal = makeRetVal(C, CE); bindAndAssumeTrue() local
581 DefinedSVal RetVal = makeRetVal(C, CE); evalFopen() local
777 NonLoc RetVal = makeRetVal(C, CE).castAs<NonLoc>(); evalFreadFwrite() local
829 NonLoc RetVal = makeRetVal(C, CE).castAs<NonLoc>(); evalFgetx() local
924 NonLoc RetVal = makeRetVal(C, CE).castAs<NonLoc>(); evalFputx() local
970 NonLoc RetVal = makeRetVal(C, CE).castAs<NonLoc>(); evalFprintf() local
1024 NonLoc RetVal = makeRetVal(C, CE).castAs<NonLoc>(); evalFscanf() local
1121 NonLoc RetVal = makeRetVal(C, CE).castAs<NonLoc>(); evalGetdelim() local
1189 DefinedSVal RetVal = makeRetVal(C, CE); evalFseek() local
1234 DefinedSVal RetVal = makeRetVal(C, CE); evalFgetpos() local
1265 DefinedSVal RetVal = makeRetVal(C, CE); evalFsetpos() local
1300 NonLoc RetVal = makeRetVal(C, CE).castAs<NonLoc>(); evalFtell() local
[all...]
H A DReturnUndefChecker.cpp43 SVal RetVal = C.getSVal(RetE); in checkPreStmt() local
H A DSTLAlgorithmModeling.cpp114 SVal RetVal = SVB.conjureSymbolVal(nullptr, CE, LCtx, C.blockCount()); Find() local
H A DPthreadLockChecker.cpp428 SVal RetVal = Call.getReturnValue(); AcquireLockAux() local
448 SVal RetVal = Call.getReturnValue(); AcquireLockAux() local
H A DPaddingChecker.cpp253 FieldInfo RetVal; in calculateOptimalPad() local
H A DMallocChecker.cpp1500 ProcessZeroAllocCheck(const CallEvent & Call,const unsigned IndexOfSizeArg,ProgramStateRef State,std::optional<SVal> RetVal) ProcessZeroAllocCheck() argument
1736 DefinedSVal RetVal = MallocMemAux() local
1759 MallocUpdateRefState(CheckerContext & C,const Expr * E,ProgramStateRef State,AllocationFamily Family,std::optional<SVal> RetVal) MallocUpdateRefState() argument
2047 SVal RetVal = C.getSVal(ParentExpr); FreeMemAux() local
2657 SVal RetVal = C.getSVal(CE); ReallocMemAux() local
2938 SVal RetVal = C.getSVal(E); checkEscapeOnReturn() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyDivergentExitNodes.cpp232 Value *RetVal = RetTy->isVoidTy() ? nullptr : PoisonValue::get(RetTy); in run() local
294 Value *RetVal = RetTy->isVoidTy() ? nullptr : PoisonValue::get(RetTy); in run() local
H A DAMDGPURewriteOutArguments.cpp347 Value *RetVal = RI->getReturnValue(); in runOnFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp46 HazardType RetVal = Hazard; in getHazardType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp540 Constant *RetVal = nullptr; in EvaluateBlock() local
629 bool Evaluator::EvaluateFunction(Function *F, Constant *&RetVal, in EvaluateFunction()
H A DIntegerDivision.cpp240 Value *RetVal = Builder.CreateSelect(Ret0, Zero, Dividend); in generateUnsignedDivisionCode() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h495 RetT RetVal = detail::ResultDeserializer<SPSRetTagT, RetT>::makeValue(); in callAsync() local
674 runWithSPSRet(RetT & RetVal) runWithSPSRet() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Arm64ECCallLowering.cpp429 Value *RetVal = Call; buildExitThunk() local
526 Value *RetVal = Call; buildEntryThunk() local
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp334 Expected<int> RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, in executeProgram() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DWholeProgramDevirt.h135 uint64_t RetVal; global() member
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp215 ReturnStmt *ASTMaker::makeReturn(const Expr *RetVal) { in makeReturn()
678 Expr *RetVal = isBoolean ? M.makeIntegralCastToBoolean(BoolVal) in create_OSAtomicCompareAndSwap() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp204 DefinedOrUnknownSVal RetVal = C.getSValBuilder().conjureSymbolVal( postPreviousReturnInvalidatingCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp414 slotOnlyDiscardsData(const Value * RetVal,const Value * CallVal,SmallVectorImpl<unsigned> & RetIndices,SmallVectorImpl<unsigned> & CallIndices,bool AllowDifferingSizes,const TargetLoweringBase & TLI,const DataLayout & DL) slotOnlyDiscardsData() argument
710 const Value *RetVal = Ret->getOperand(0), *CallVal = I; returnTypeIsEligibleForTailCall() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp985 Value *RetVal = PoisonValue::get(RetTy); removeDeadStuffFromFunction() local
1042 Value *RetVal = nullptr; removeDeadStuffFromFunction() local
[all...]
H A DFunctionAttrs.cpp776 auto *RetVal = in addArgumentReturnedAttrs() local
1062 Value *RetVal = FlowsToReturn[i]; in isFunctionMallocLike() local
1175 Value *RetVal = FlowsToReturn[i]; isReturnNonNull() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c507 int RetVal; writeFile() local
540 int RetVal; writeOrderFile() local
/freebsd-src/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp412 if (int RetVal = compileModule(argv, Context)) main() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h449 runWithSPSRet(RetT &RetVal) const { in runWithSPSRet()

123