Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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);
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h38 const bool wasInlined;
44 bool wasInlined = false)
50 wasInlined(wasInlined) { in Eng()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp162 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()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp184 if (C.wasInlined) in checkPostCall()
H A DInnerPointerChecker.cpp245 assert(C.wasInlined || !Set.contains(Sym)); in checkPostCall()
H A DFuchsiaHandleChecker.cpp367 if (C.wasInlined) in checkPostCall()
H A DPthreadLockChecker.cpp267 if (!Call.isGlobalCFunction() || C.wasInlined) in REGISTER_LIST_WITH_PROGRAMSTATE()
H A DIteratorModeling.cpp429 if (!C.wasInlined) { in handleAdvanceLikeFunction()
H A DMallocChecker.cpp1476 if (C.wasInlined) in checkPostCall()
1641 if (!C.wasInlined) { in checkNewAllocator()
1674 if (C.wasInlined) in checkPostObjCMessage()
H A DNullabilityChecker.cpp954 if (M.getMessageKind() == OCM_PropertyAccess && !C.wasInlined) in checkPostObjCMessage()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp197 if (C.wasInlined) in checkPostCall()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h228 bool wasInlined() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h223 bool wasInlined() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h250 virtual bool wasInlined() const = 0;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp727 bool NativeRawSymbol::wasInlined() const { in wasInlined() function in NativeRawSymbol
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp399 MOCK_SYMBOL_ACCESSOR(wasInlined)
/llvm-project-15.0.7/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
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp380 if (C.wasInlined) { in checkPostCall()