HomeSort by relevance Sort by last modified time
    Searched refs:wasInlined (Results 1 - 4 of 4) 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 253 bool wasInlined = false) {
254 runCheckersForStmt(/*isPreVisit=*/false, Dst, Src, S, Eng, wasInlined);
261 bool wasInlined = false);
276 bool wasInlined = false) {
278 wasInlined);
286 bool wasInlined = false);
297 bool wasInlined = false) {
299 wasInlined);
306 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 666 if (C.wasInlined)
824 if (C.wasInlined)
    [all...]

Completed in 286 milliseconds