Searched refs:wasInlined (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 266 bool wasInlined = false) { 267 runCheckersForStmt(/*isPreVisit=*/false, Dst, Src, S, Eng, wasInlined); 274 bool wasInlined = false); 289 bool wasInlined = false) { 291 wasInlined); 308 bool wasInlined = false); 319 bool wasInlined = false) { 321 wasInlined); 328 bool wasInlined = false); 371 ExprEngine &Eng, bool wasInlined = false);
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 38 const bool wasInlined; 44 bool wasInlined = false) 50 wasInlined(wasInlined) { in Eng()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 162 const Stmt *s, ExprEngine &eng, bool wasInlined = false) in CheckStmtContext() 164 WasInlined(wasInlined) {} in CheckStmtContext() 209 bool wasInlined) in CheckObjCMessageContext() 210 : Kind(visitKind), WasInlined(wasInlined), Checkers(checkers), Msg(msg), in CheckObjCMessageContext() 279 bool wasInlined) in CheckCallContext() 280 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers), in CheckCallContext()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GTestChecker.cpp | 184 if (C.wasInlined) in checkPostCall()
|
| H A D | InnerPointerChecker.cpp | 248 assert(C.wasInlined || !Set.contains(Sym)); in checkPostCall()
|
| H A D | FuchsiaHandleChecker.cpp | 371 if (C.wasInlined) in checkPostCall()
|
| H A D | PthreadLockChecker.cpp | 266 if (!Call.isGlobalCFunction() || C.wasInlined) in REGISTER_LIST_WITH_PROGRAMSTATE()
|
| H A D | IteratorModeling.cpp | 430 if (!C.wasInlined) { in handleAdvanceLikeFunction()
|
| H A D | MallocChecker.cpp | 1264 if (C.wasInlined) in checkPostCall() 1429 if (!C.wasInlined) { in checkNewAllocator() 1462 if (C.wasInlined) in checkPostObjCMessage()
|
| H A D | NullabilityChecker.cpp | 954 if (M.getMessageKind() == OCM_PropertyAccess && !C.wasInlined) in checkPostObjCMessage()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 228 bool wasInlined() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 223 bool wasInlined() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBRawSymbol.h | 250 virtual bool wasInlined() const = 0;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 728 bool NativeRawSymbol::wasInlined() const { in wasInlined() function in NativeRawSymbol
|
| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 380 if (C.wasInlined) { in checkPostCall()
|