| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 265 bool wasInlined = false) { 266 runCheckersForStmt(/*isPreVisit=*/false, Dst, Src, S, Eng, wasInlined); 273 bool wasInlined = false); 288 bool wasInlined = false) { 290 wasInlined); 307 bool wasInlined = false); 318 bool wasInlined = false) { 320 wasInlined); 327 bool wasInlined = false); 370 ExprEngine &Eng, bool wasInlined = false);
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 39 const bool wasInlined; 45 bool wasInlined = false) 51 wasInlined(wasInlined) { in Eng()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 160 const Stmt *s, ExprEngine &eng, bool wasInlined = false) in CheckStmtContext() 162 WasInlined(wasInlined) {} in CheckStmtContext() 207 bool wasInlined) in CheckObjCMessageContext() 208 : Kind(visitKind), WasInlined(wasInlined), Checkers(checkers), Msg(msg), in CheckObjCMessageContext() 277 bool wasInlined) in CheckCallContext() 278 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers), in CheckCallContext()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GTestChecker.cpp | 185 if (C.wasInlined) in checkPostCall()
|
| H A D | InnerPointerChecker.cpp | 245 assert(C.wasInlined || !Set.contains(Sym)); in checkPostCall()
|
| H A D | FuchsiaHandleChecker.cpp | 368 if (C.wasInlined) in checkPostCall()
|
| H A D | PthreadLockChecker.cpp | 267 if (!Call.isGlobalCFunction() || C.wasInlined) in REGISTER_LIST_WITH_PROGRAMSTATE()
|
| H A D | IteratorModeling.cpp | 429 if (!C.wasInlined) { in handleAdvanceLikeFunction()
|
| H A D | MallocChecker.cpp | 1461 if (C.wasInlined) in checkPostCall() 1626 if (!C.wasInlined) { in checkNewAllocator() 1659 if (C.wasInlined) in checkPostObjCMessage()
|
| H A D | NullabilityChecker.cpp | 1041 M.getMessageKind() == OCM_PropertyAccess && !C.wasInlined) { in checkPostObjCMessage()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/cert/ |
| H A D | InvalidPtrChecker.cpp | 199 if (C.wasInlined) in checkPostCall()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 223 bool wasInlined() const override;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 228 bool wasInlined() const override;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBRawSymbol.h | 250 virtual bool wasInlined() const = 0;
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 727 bool NativeRawSymbol::wasInlined() const { in wasInlined() function in NativeRawSymbol
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 381 if (C.wasInlined) { in checkPostCall()
|