HomeSort by relevance Sort by last modified time
    Searched refs:wasInlined (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 85 const bool wasInlined;
91 bool wasInlined = false)
97 wasInlined(wasInlined) {
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 212 bool wasInlined = false) {
213 runCheckersForStmt(/*isPreVisit=*/false, Dst, Src, S, Eng, wasInlined);
220 bool wasInlined = false);
235 bool wasInlined = false) {
237 wasInlined);
245 bool wasInlined = false);
256 bool wasInlined = false) {
258 wasInlined);
265 bool wasInlined = false);
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 142 bool WasInlined;
148 const Stmt *s, ExprEngine &eng, bool wasInlined = false)
150 WasInlined(wasInlined) {}
159 CheckerContext C(Bldr, Eng, Pred, L, WasInlined);
171 bool WasInlined) {
173 S, Eng, WasInlined);
180 bool IsPreVisit, WasInlined;
190 bool wasInlined)
191 : IsPreVisit(isPreVisit), WasInlined(wasInlined), Checkers(checkers)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 453 if (C.wasInlined)
536 if (C.wasInlined)
    [all...]
RetainCountChecker.cpp     [all...]

Completed in 670 milliseconds