Home
last modified time | relevance | path

Searched refs:CXXConstructorCall (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DGTestChecker.cpp104 void modelAssertionResultBoolConstructor(const CXXConstructorCall *Call,
107 void modelAssertionResultCopyConstructor(const CXXConstructorCall *Call,
132 const CXXConstructorCall *Call, bool IsRef, CheckerContext &C) const { in modelAssertionResultBoolConstructor()
161 const CXXConstructorCall *Call, CheckerContext &C) const { in modelAssertionResultCopyConstructor()
190 auto *CtorCall = dyn_cast<CXXConstructorCall>(&Call); in checkPostCall()
DDynamicTypePropagation.cpp262 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPreCall()
361 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPostCall()
DBlockInCriticalSectionChecker.cpp100 if (const auto *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in isLockFunction()
DMoveChecker.cpp463 const auto *CC = dyn_cast_or_null<CXXConstructorCall>(&Call); in checkPostCall()
604 if (const auto *CC = dyn_cast<CXXConstructorCall>(&Call)) { in checkPreCall()
DMismatchedIteratorChecker.cpp115 } else if (isa<CXXConstructorCall>(&Call)) { in checkPreCall()
DIteratorModeling.cpp204 if (isa<CXXConstructorCall>(&Call) && Call.getNumArgs() == 1) { in checkPostCall()
DSmartPtrModeling.cpp376 if (const auto *CC = dyn_cast<CXXConstructorCall>(&Call)) { in evalCall()
DMallocChecker.cpp883 const CXXConstructorCall &Call, in maybeEmitNoteForCXXThis()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h876 class CXXConstructorCall : public AnyCXXConstructorCall {
887 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, in CXXConstructorCall() function
891 CXXConstructorCall(const CXXConstructorCall &Other) = default;
893 void cloneTo(void *Dest) const override { new (Dest) CXXConstructorCall(*this); } in cloneTo()
1321 CallEventRef<CXXConstructorCall>
1324 return create<CXXConstructorCall>(E, Target, State, LCtx); in getCXXConstructorCall()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h624 class CXXConstructorCall; variable
714 const CXXConstructorCall &Call,
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp762 } else if (const CXXConstructorCall *C = dyn_cast<CXXConstructorCall>(&Call)){ in bindReturnValue()
862 const CXXConstructorCall &Ctor = cast<CXXConstructorCall>(Call); in mayInlineCallKind()
DExprEngineCXX.cpp47 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in performTrivialCopy()
DBugReporterVisitors.cpp486 if (const auto *CCall = dyn_cast<CXXConstructorCall>(Call)) { in VisitNode()
554 const CXXConstructorCall &Call,
692 const CXXConstructorCall &Call, in maybeEmitNoteForCXXThis()