Home
last modified time | relevance | path

Searched refs:wasInlined (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h207 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 DCheckerContext.h39 const bool wasInlined;
45 bool wasInlined = false)
51 wasInlined(wasInlined) { in Eng()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp152 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 DGTestChecker.cpp185 if (C.wasInlined) in checkPostCall()
H A DInnerPointerChecker.cpp215 assert(C.wasInlined || !Set.contains(Sym)); in checkPostCall()
H A DMallocChecker.cpp824 if (C.wasInlined) in checkPostStmt()
1103 if (!C.wasInlined) in checkNewAllocator()
1196 if (C.wasInlined) in checkPostObjCMessage()
H A DNullabilityChecker.cpp916 if (M.getMessageKind() == OCM_PropertyAccess && !C.wasInlined) in checkPostObjCMessage()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h229 bool wasInlined() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h224 bool wasInlined() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h255 virtual bool wasInlined() const = 0;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp729 bool NativeRawSymbol::wasInlined() const { in wasInlined() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp393 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 DRetainCountChecker.cpp410 if (C.wasInlined) { in checkPostCall()