Searched refs:CallOpts (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 124 EvalCallOptions &CallOpts, unsigned Idx) { in computeObjectUnderConstruction() argument 183 CallOpts.IsArrayCtorOrDtor = true; in computeObjectUnderConstruction() 263 EvalCallOptions PreElideCallOpts = CallOpts; in computeObjectUnderConstruction() 277 CallOpts = PreElideCallOpts; in computeObjectUnderConstruction() 285 CallOpts.IsTemporaryCtorOrDtor = true; in computeObjectUnderConstruction() 312 CallOpts.IsTemporaryCtorOrDtor = true; in computeObjectUnderConstruction() 321 CallOpts.IsArrayCtorOrDtor = true; in computeObjectUnderConstruction() 330 CallOpts.IsTemporaryCtorOrDtor = true; in computeObjectUnderConstruction() 610 EvalCallOptions CallOpts; in handleConstructor() local 781 !CallOpts.IsArrayCtorOrDtor) { in handleConstructor() [all …]
|
| H A D | ExprEngineCallAndReturn.cpp | 772 EvalCallOptions CallOpts; // FIXME: We won't really need those. in bindReturnValue() local 775 RTC->getConstructionContext(), CallOpts); in bindReturnValue() 844 const EvalCallOptions &CallOpts) { in mayInlineCallKind() argument 872 if (CallOpts.IsArrayCtorOrDtor) { in mayInlineCallKind() 894 if (CallOpts.IsTemporaryCtorOrDtor && in mayInlineCallKind() 901 if (CallOpts.IsCtorOrDtorWithImproperlyModeledTargetRegion) in mayInlineCallKind() 906 if (CallOpts.IsTemporaryLifetimeExtendedViaAggregate) in mayInlineCallKind() 926 if (CallOpts.IsArrayCtorOrDtor) { in mayInlineCallKind() 934 if (CallOpts.IsTemporaryCtorOrDtor && in mayInlineCallKind() 941 if (CallOpts.IsCtorOrDtorWithImproperlyModeledTargetRegion) in mayInlineCallKind() [all …]
|
| H A D | ExprEngine.cpp | 1388 EvalCallOptions CallOpts; in ProcessAutomaticObjDtor() local 1390 CallOpts.IsArrayCtorOrDtor, Idx) in ProcessAutomaticObjDtor() 1406 /*IsBase=*/false, Pred, Dst, CallOpts); in ProcessAutomaticObjDtor() 1438 EvalCallOptions CallOpts; in ProcessDeleteDtor() local 1442 CallOpts.IsArrayCtorOrDtor = true; in ProcessDeleteDtor() 1500 EvalCallOptions CallOpts; in ProcessBaseDtor() local 1502 /*IsBase=*/true, Pred, Dst, CallOpts); in ProcessBaseDtor() 1544 EvalCallOptions CallOpts; in ProcessMemberDtor() local 1561 /*IsBase=*/false, Pred, Dst, CallOpts); in ProcessMemberDtor() 1605 EvalCallOptions CallOpts; in ProcessTemporaryDtor() local [all …]
|
| H A D | CheckerManager.cpp | 655 const EvalCallOptions &CallOpts) { in runCheckersForEvalCall() argument 706 Eng.defaultEvalCall(B, Pred, Call, CallOpts); in runCheckersForEvalCall()
|
| H A D | CallEvent.cpp | 545 EvalCallOptions CallOpts; in getReturnValueUnderConstruction() local 549 getLocationContext(), CC, CallOpts); in getReturnValueUnderConstruction()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 713 const EvalCallOptions &CallOpts = {}); 732 EvalCallOptions &CallOpts, 742 const ConstructionContext *CC, const EvalCallOptions &CallOpts); 749 EvalCallOptions &CallOpts, unsigned Idx = 0) { 752 CallOpts, Idx); 753 State = updateObjectsUnderConstruction(V, E, State, LCtx, CC, CallOpts); 787 const EvalCallOptions &CallOpts); 811 const EvalCallOptions &CallOpts = {});
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 441 const EvalCallOptions &CallOpts);
|