HomeSort by relevance Sort by last modified time
    Searched defs:Scanned (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
FormattedStream.h 35 /// scanned. The line and column scheme is zero-based.
39 /// Scanned - This points to one past the last character in the
40 /// buffer we've scanned.
42 const char *Scanned;
75 Scanned = nullptr;
94 Scanned = nullptr;
  /external/llvm/include/llvm/Analysis/
AssumptionCache.h 53 /// \brief Flag tracking whether we have scanned the function yet.
57 bool Scanned;
65 AssumptionCache(Function &F) : F(F), Scanned(false) {}
75 /// It will be re-scanned the next time it is requested.
78 Scanned = false;
90 if (!Scanned)

Completed in 242 milliseconds