Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h265 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);
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h39 const bool wasInlined;
45 bool wasInlined = false)
51 wasInlined(wasInlined) { in Eng()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp160 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h223 bool wasInlined() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h228 bool wasInlined() const override;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp237 assert(C.wasInlined || !Set.contains(Sym)); in checkPostCall()
H A DPthreadLockChecker.cpp296 if (C.wasInlined) in REGISTER_LIST_WITH_PROGRAMSTATE()
H A DIteratorModeling.cpp427 if (!C.wasInlined) { in handleAdvanceLikeFunction()
H A DMallocChecker.cpp1441 if (C.wasInlined) in checkPostCall()
1611 if (!C.wasInlined) { in checkNewAllocator()
1644 if (C.wasInlined) in checkPostObjCMessage()
H A DNullabilityChecker.cpp1082 M.getMessageKind() == OCM_PropertyAccess && !C.wasInlined) { in checkPostObjCMessage()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h250 virtual bool wasInlined() const = 0;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp284 if (C.wasInlined) in checkPostCall()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp727 bool NativeRawSymbol::wasInlined() const { in wasInlined() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp392 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 DRetainCountChecker.cpp379 if (C.wasInlined) { in checkPostCall()