Home
last modified time | relevance | path

Searched defs:CallOpts (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp124 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 DExprEngineCallAndReturn.cpp772 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 DExprEngine.cpp1388 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 DCallEvent.cpp545 EvalCallOptions CallOpts; in getReturnValueUnderConstruction() local
H A DCheckerManager.cpp655 const EvalCallOptions &CallOpts) { in runCheckersForEvalCall()