Searched refs:CXXConstructorCall (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| D | GTestChecker.cpp | 104 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()
|
| D | DynamicTypePropagation.cpp | 262 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPreCall() 361 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPostCall()
|
| D | BlockInCriticalSectionChecker.cpp | 100 if (const auto *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in isLockFunction()
|
| D | MoveChecker.cpp | 463 const auto *CC = dyn_cast_or_null<CXXConstructorCall>(&Call); in checkPostCall() 604 if (const auto *CC = dyn_cast<CXXConstructorCall>(&Call)) { in checkPreCall()
|
| D | MismatchedIteratorChecker.cpp | 115 } else if (isa<CXXConstructorCall>(&Call)) { in checkPreCall()
|
| D | IteratorModeling.cpp | 204 if (isa<CXXConstructorCall>(&Call) && Call.getNumArgs() == 1) { in checkPostCall()
|
| D | SmartPtrModeling.cpp | 376 if (const auto *CC = dyn_cast<CXXConstructorCall>(&Call)) { in evalCall()
|
| D | MallocChecker.cpp | 883 const CXXConstructorCall &Call, in maybeEmitNoteForCXXThis()
|
| /openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | CallEvent.h | 876 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/ |
| D | BugReporterVisitors.h | 624 class CXXConstructorCall; variable 714 const CXXConstructorCall &Call,
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngineCallAndReturn.cpp | 762 } else if (const CXXConstructorCall *C = dyn_cast<CXXConstructorCall>(&Call)){ in bindReturnValue() 862 const CXXConstructorCall &Ctor = cast<CXXConstructorCall>(Call); in mayInlineCallKind()
|
| D | ExprEngineCXX.cpp | 47 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in performTrivialCopy()
|
| D | BugReporterVisitors.cpp | 486 if (const auto *CCall = dyn_cast<CXXConstructorCall>(Call)) { in VisitNode() 554 const CXXConstructorCall &Call, 692 const CXXConstructorCall &Call, in maybeEmitNoteForCXXThis()
|