Searched defs:CallOpts (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 124 computeObjectUnderConstruction(const Expr * E,ProgramStateRef State,const NodeBuilderContext * BldrCtx,const LocationContext * LCtx,const ConstructionContext * CC,EvalCallOptions & CallOpts,unsigned Idx) computeObjectUnderConstruction() argument 401 updateObjectsUnderConstruction(SVal V,const Expr * E,ProgramStateRef State,const LocationContext * LCtx,const ConstructionContext * CC,const EvalCallOptions & CallOpts) updateObjectsUnderConstruction() argument 610 EvalCallOptions CallOpts; handleConstructor() local 862 VisitCXXDestructor(QualType ObjectType,const MemRegion * Dest,const Stmt * S,bool IsBaseDtor,ExplodedNode * Pred,ExplodedNodeSet & Dst,EvalCallOptions & CallOpts) VisitCXXDestructor() argument [all...] |
H A D | ExprEngineCallAndReturn.cpp | 772 EvalCallOptions CallOpts; // FIXME: We won't really need those. bindReturnValue() local 844 mayInlineCallKind(const CallEvent & Call,const ExplodedNode * Pred,AnalyzerOptions & Opts,const EvalCallOptions & CallOpts) mayInlineCallKind() argument 1073 shouldInlineCall(const CallEvent & Call,const Decl * D,const ExplodedNode * Pred,const EvalCallOptions & CallOpts) shouldInlineCall() argument 1216 defaultEvalCall(NodeBuilder & Bldr,ExplodedNode * Pred,const CallEvent & CallTemplate,const EvalCallOptions & CallOpts) defaultEvalCall() argument [all...] |
H A D | ExprEngine.cpp | 1388 EvalCallOptions CallOpts; in ProcessAutomaticObjDtor() local 1438 EvalCallOptions CallOpts; in ProcessDeleteDtor() local 1500 EvalCallOptions CallOpts; in ProcessBaseDtor() local 1544 EvalCallOptions CallOpts; in ProcessMemberDtor() local 1605 EvalCallOptions CallOpts; ProcessTemporaryDtor() local [all...] |
H A D | CallEvent.cpp | 545 EvalCallOptions CallOpts; getReturnValueUnderConstruction() local
|
H A D | CheckerManager.cpp | 655 runCheckersForEvalCall(ExplodedNodeSet & Dst,const ExplodedNodeSet & Src,const CallEvent & Call,ExprEngine & Eng,const EvalCallOptions & CallOpts) runCheckersForEvalCall() argument
|