Searched refs:wasInlined (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 207 bool wasInlined = false) { 208 runCheckersForStmt(/*isPreVisit=*/false, Dst, Src, S, Eng, wasInlined); 215 bool wasInlined = false); 230 bool wasInlined = false) { 232 wasInlined); 249 bool wasInlined = false); 260 bool wasInlined = false) { 262 wasInlined); 269 bool wasInlined = false); 314 bool wasInlined = false);
|
| /freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 152 const Stmt *s, ExprEngine &eng, bool wasInlined = false) in CheckStmtContext() 154 WasInlined(wasInlined) {} in CheckStmtContext() 199 bool wasInlined) in CheckObjCMessageContext() 200 : Kind(visitKind), WasInlined(wasInlined), Checkers(checkers), Msg(msg), in CheckObjCMessageContext() 269 bool wasInlined) in CheckCallContext() 270 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers), in CheckCallContext()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GTestChecker.cpp | 185 if (C.wasInlined) in checkPostCall()
|
| H A D | InnerPointerChecker.cpp | 215 assert(C.wasInlined || !Set.contains(Sym)); in checkPostCall()
|
| H A D | MallocChecker.cpp | 824 if (C.wasInlined) in checkPostStmt() 1103 if (!C.wasInlined) in checkNewAllocator() 1196 if (C.wasInlined) in checkPostObjCMessage()
|
| H A D | NullabilityChecker.cpp | 916 if (M.getMessageKind() == OCM_PropertyAccess && !C.wasInlined) in checkPostObjCMessage()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 229 bool wasInlined() const override;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 224 bool wasInlined() const override;
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBRawSymbol.h | 255 virtual bool wasInlined() const = 0;
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 729 bool NativeRawSymbol::wasInlined() const { in wasInlined() function in NativeRawSymbol
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 393 RAW_METHOD_DUMP(OS, wasInlined); in dump() 1265 bool DIARawSymbol::wasInlined() const { in wasInlined() function in DIARawSymbol
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 410 if (C.wasInlined) { in checkPostCall()
|