Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h200 bool wasInlined = false) {
201 runCheckersForStmt(/*isPreVisit=*/false, Dst, Src, S, Eng, wasInlined);
208 bool wasInlined = false);
223 bool wasInlined = false) {
225 wasInlined);
233 bool wasInlined = false);
244 bool wasInlined = false) {
246 wasInlined);
253 bool wasInlined = false);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h85 const bool wasInlined;
91 bool wasInlined = false)
97 wasInlined(wasInlined) { in Eng()
/external/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp148 const Stmt *s, ExprEngine &eng, bool wasInlined = false) in CheckStmtContext()
150 WasInlined(wasInlined) {} in CheckStmtContext()
190 bool wasInlined) in CheckObjCMessageContext()
191 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers), in CheckObjCMessageContext()
233 bool wasInlined) in CheckCallContext()
234 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers), in CheckCallContext()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h197 bool wasInlined() const override;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h205 virtual bool wasInlined() const = 0;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp276 MOCK_SYMBOL_ACCESSOR(wasInlined)
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp1089 bool DIARawSymbol::wasInlined() const { in wasInlined() function in DIARawSymbol
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp739 if (C.wasInlined) in checkPostStmt()
1020 if (C.wasInlined) in checkPostObjCMessage()
DRetainCountChecker.cpp2880 if (C.wasInlined) { in checkPostCall()