Searched refs:wasInlined (Results 1 – 9 of 9) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | CheckerManager.h | 200 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/ |
D | CheckerContext.h | 85 const bool wasInlined; 91 bool wasInlined = false) 97 wasInlined(wasInlined) { in Eng()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerManager.cpp | 148 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/ |
D | DIARawSymbol.h | 197 bool wasInlined() const override;
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBRawSymbol.h | 205 virtual bool wasInlined() const = 0;
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 276 MOCK_SYMBOL_ACCESSOR(wasInlined)
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 1089 bool DIARawSymbol::wasInlined() const { in wasInlined() function in DIARawSymbol
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 739 if (C.wasInlined) in checkPostStmt() 1020 if (C.wasInlined) in checkPostObjCMessage()
|
D | RetainCountChecker.cpp | 2880 if (C.wasInlined) { in checkPostCall()
|