Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp669 EvalCallOptions CallOpts; // FIXME: We won't really need those. in bindReturnValue() local
735 const EvalCallOptions &CallOpts) { in mayInlineCallKind()
963 const EvalCallOptions &CallOpts) { in shouldInlineCall()
1049 const EvalCallOptions &CallOpts) { in defaultEvalCall()
H A 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()
H A 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
H A DCallEvent.cpp526 EvalCallOptions CallOpts; in getReturnValueUnderConstruction() local
H A DCheckerManager.cpp657 const EvalCallOptions &CallOpts) { in runCheckersForEvalCall()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h743 const ConstructionContext *CC, EvalCallOptions &CallOpts) { in handleConstructionContext()