Searched refs:CXXConstructorCall (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StdVariantChecker.cpp | 34 const auto *ConstructorCall = dyn_cast<CXXConstructorCall>(&Call); in getConstructorDeclarationForCall() 164 isa<CXXConstructorCall>(Call) && VariantConstructor.matches(Call); in evalCall() 171 handleDefaultConstructor(cast<CXXConstructorCall>(&Call), C); in evalCall() 182 const auto &AsConstructorCall = cast<CXXConstructorCall>(Call); in evalCall() 201 void handleDefaultConstructor(const CXXConstructorCall *ConstructorCall, in handleDefaultConstructor()
|
| H A D | NoOwnershipChangeVisitor.h | 48 const CXXConstructorCall &Call, in maybeEmitNoteForCXXThis()
|
| H A D | DynamicTypePropagation.cpp | 257 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPreCall() 356 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPostCall()
|
| H A D | MoveChecker.cpp | 468 const auto *CC = dyn_cast_or_null<CXXConstructorCall>(&Call); in checkPostCall() 611 if (const auto *CC = dyn_cast<CXXConstructorCall>(&Call)) { in checkPreCall()
|
| H A D | MismatchedIteratorChecker.cpp | 111 } else if (isa<CXXConstructorCall>(&Call)) { in checkPreCall()
|
| H A D | BlockInCriticalSectionChecker.cpp | 126 return matchesImpl<CXXConstructorCall>(Call); in matches()
|
| H A D | IteratorModeling.cpp | 206 if (isa<CXXConstructorCall>(&Call) && Call.getNumArgs() == 1) { in checkPostCall()
|
| H A D | SmartPtrModeling.cpp | 373 if (const auto *CC = dyn_cast<CXXConstructorCall>(&Call)) { in evalCall()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 986 class CXXConstructorCall : public AnyCXXConstructorCall { 1001 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, in CXXConstructorCall() function 1006 CXXConstructorCall(const CXXConstructorCall &Other) = default; 1009 new (Dest) CXXConstructorCall(*this); in cloneTo() 1440 CallEventRef<CXXConstructorCall> 1444 return create<CXXConstructorCall>(E, Target, State, LCtx, ElemRef); in getCXXConstructorCall()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporterVisitors.h | 611 class CXXConstructorCall; variable 701 const CXXConstructorCall &Call, 777 const CXXConstructorCall &Call,
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 760 } else if (const CXXConstructorCall *C = dyn_cast<CXXConstructorCall>(&Call)){ in bindReturnValue() 861 const CXXConstructorCall &Ctor = cast<CXXConstructorCall>(Call); in mayInlineCallKind()
|
| H A D | ExprEngineCXX.cpp | 52 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in performTrivialCopy()
|
| H A D | BugReporterVisitors.cpp | 512 if (const auto *CCall = dyn_cast<CXXConstructorCall>(Call)) { in VisitNode() 629 const CXXConstructorCall &Call, in maybeEmitNoteForCXXThis()
|