Home
last modified time | relevance | path

Searched refs:CallOpts (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp114 const ConstructionContext *CC, EvalCallOptions &CallOpts) { in computeObjectUnderConstruction() argument
129 CallOpts.IsArrayCtorOrDtor); in computeObjectUnderConstruction()
162 CallOpts.IsArrayCtorOrDtor); in computeObjectUnderConstruction()
174 CallOpts.IsArrayCtorOrDtor = true; in computeObjectUnderConstruction()
208 RTC->getConstructionContext(), CallOpts); in computeObjectUnderConstruction()
244 EvalCallOptions PreElideCallOpts = CallOpts; in computeObjectUnderConstruction()
248 TCC->getConstructionContextAfterElision(), CallOpts); in computeObjectUnderConstruction()
253 if (!CallOpts.IsCtorOrDtorWithImproperlyModeledTargetRegion) in computeObjectUnderConstruction()
258 CallOpts = PreElideCallOpts; in computeObjectUnderConstruction()
259 CallOpts.IsElidableCtorThatHasNotBeenElided = true; in computeObjectUnderConstruction()
[all …]
H A DExprEngineCallAndReturn.cpp669 EvalCallOptions CallOpts; // FIXME: We won't really need those. in bindReturnValue() local
672 RTC->getConstructionContext(), CallOpts); in bindReturnValue()
735 const EvalCallOptions &CallOpts) { in mayInlineCallKind() argument
768 if (CallOpts.IsArrayCtorOrDtor) in mayInlineCallKind()
788 if (CallOpts.IsTemporaryCtorOrDtor && in mayInlineCallKind()
795 if (CallOpts.IsCtorOrDtorWithImproperlyModeledTargetRegion) in mayInlineCallKind()
800 if (CallOpts.IsTemporaryLifetimeExtendedViaAggregate) in mayInlineCallKind()
821 if (CallOpts.IsArrayCtorOrDtor) in mayInlineCallKind()
825 if (CallOpts.IsTemporaryCtorOrDtor && in mayInlineCallKind()
832 if (CallOpts.IsCtorOrDtorWithImproperlyModeledTargetRegion) in mayInlineCallKind()
[all …]
H A DExprEngine.cpp977 EvalCallOptions CallOpts; in ProcessAutomaticObjDtor() local
979 CallOpts.IsArrayCtorOrDtor).getAsRegion(); in ProcessAutomaticObjDtor()
982 /*IsBase=*/false, Pred, Dst, CallOpts); in ProcessAutomaticObjDtor()
1008 EvalCallOptions CallOpts; in ProcessDeleteDtor() local
1014 CallOpts.IsArrayCtorOrDtor = true; in ProcessDeleteDtor()
1022 VisitCXXDestructor(DTy, ArgR, DE, /*IsBase=*/false, Pred, Dst, CallOpts); in ProcessDeleteDtor()
1040 EvalCallOptions CallOpts; in ProcessBaseDtor() local
1042 /*IsBase=*/true, Pred, Dst, CallOpts); in ProcessBaseDtor()
1061 EvalCallOptions CallOpts; in ProcessMemberDtor() local
1063 CallOpts.IsArrayCtorOrDtor); in ProcessMemberDtor()
[all …]
H A DCheckerManager.cpp657 const EvalCallOptions &CallOpts) { in runCheckersForEvalCall() argument
692 Eng.defaultEvalCall(B, Pred, Call, CallOpts); in runCheckersForEvalCall()
H A DCallEvent.cpp526 EvalCallOptions CallOpts; in getReturnValueUnderConstruction() local
530 getLocationContext(), CC, CallOpts); in getReturnValueUnderConstruction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h718 const EvalCallOptions &CallOpts = {});
728 const ConstructionContext *CC, EvalCallOptions &CallOpts);
737 const ConstructionContext *CC, const EvalCallOptions &CallOpts);
743 const ConstructionContext *CC, EvalCallOptions &CallOpts) { in handleConstructionContext() argument
744 SVal V = computeObjectUnderConstruction(E, State, LCtx, CC, CallOpts); in handleConstructionContext()
746 updateObjectsUnderConstruction(V, E, State, LCtx, CC, CallOpts), V); in handleConstructionContext()
787 const EvalCallOptions &CallOpts);
811 const EvalCallOptions &CallOpts = {});
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h442 const EvalCallOptions &CallOpts);