Searched defs:CallOpts (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 124 EvalCallOptions &CallOpts, unsigned Idx) { in 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. in bindReturnValue() local 844 const EvalCallOptions &CallOpts) { in mayInlineCallKind() argument 1072 shouldInlineCall(const CallEvent & Call,const Decl * D,const ExplodedNode * Pred,const EvalCallOptions & CallOpts) shouldInlineCall() argument 1215 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; in getReturnValueUnderConstruction() local
|
H A D | CheckerManager.cpp | 655 const EvalCallOptions &CallOpts) { in runCheckersForEvalCall()
|