Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp668 EvalCallOptions CallOpts; // FIXME: We won't really need those. in bindReturnValue() local
720 const EvalCallOptions &CallOpts) { in mayInlineCallKind()
948 const EvalCallOptions &CallOpts) { in shouldInlineCall()
1034 const EvalCallOptions &CallOpts) { in defaultEvalCall()
DExprEngineCXX.cpp114 const ConstructionContext *CC, EvalCallOptions &CallOpts) { in computeObjectUnderConstruction()
358 const ConstructionContext *CC, const EvalCallOptions &CallOpts) { in updateObjectsUnderConstruction()
491 EvalCallOptions CallOpts; in handleConstructor() local
704 EvalCallOptions &CallOpts) { in VisitCXXDestructor()
DExprEngine.cpp977 EvalCallOptions CallOpts; in ProcessAutomaticObjDtor() local
1008 EvalCallOptions CallOpts; in ProcessDeleteDtor() local
1040 EvalCallOptions CallOpts; in ProcessBaseDtor() local
1061 EvalCallOptions CallOpts; in ProcessMemberDtor() local
1111 EvalCallOptions CallOpts; in ProcessTemporaryDtor() local
DCallEvent.cpp526 EvalCallOptions CallOpts; in getReturnValueUnderConstruction() local
DCheckerManager.cpp657 const EvalCallOptions &CallOpts) { in runCheckersForEvalCall()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h743 const ConstructionContext *CC, EvalCallOptions &CallOpts) { in handleConstructionContext()