Searched refs:wasInlined (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 267 bool wasInlined = false) { 268 runCheckersForStmt(/*isPreVisit=*/false, Dst, Src, S, Eng, wasInlined); 275 bool wasInlined = false); 290 bool wasInlined = false) { 292 wasInlined); 309 bool wasInlined = false); 320 bool wasInlined = false) { 322 wasInlined); 329 bool wasInlined = false); 378 ExprEngine &Eng, bool wasInlined = false);
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 39 const bool wasInlined; 45 bool wasInlined = false) 51 wasInlined(wasInlined) { in Eng()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 154 const Stmt *s, ExprEngine &eng, bool wasInlined = false) in CheckStmtContext() 156 WasInlined(wasInlined) {} in CheckStmtContext() 205 bool wasInlined) in CheckObjCMessageContext() 206 : Kind(visitKind), WasInlined(wasInlined), Checkers(checkers), Msg(msg), in CheckObjCMessageContext() 278 bool wasInlined) in CheckCallContext() 279 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers), in CheckCallContext()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 223 bool wasInlined() const override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 229 bool wasInlined() const override;
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | InvalidPtrChecker.cpp | 284 if (C.wasInlined) in checkPostCall()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | InnerPointerChecker.cpp | 235 assert(C.wasInlined || !Set.contains(Sym)); in checkPostCall()
|
| H A D | PthreadLockChecker.cpp | 296 if (C.wasInlined) in REGISTER_LIST_WITH_PROGRAMSTATE()
|
| H A D | IteratorModeling.cpp | 430 if (!C.wasInlined) { in handleAdvanceLikeFunction()
|
| H A D | NullabilityChecker.cpp | 1082 M.getMessageKind() == OCM_PropertyAccess && !C.wasInlined) { in checkPostObjCMessage()
|
| H A D | MallocChecker.cpp | 1806 if (!C.wasInlined) { in checkNewAllocator() 1840 if (C.wasInlined) in checkPostObjCMessage()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBRawSymbol.h | 251 virtual bool wasInlined() const = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 727 bool NativeRawSymbol::wasInlined() const { in wasInlined() function in NativeRawSymbol
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 392 RAW_METHOD_DUMP(OS, wasInlined); in dump() 1264 bool DIARawSymbol::wasInlined() const { in wasInlined() function in DIARawSymbol
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 378 if (C.wasInlined) { in checkPostCall()
|