HomeSort by: relevance | last modified time | path
    Searched defs:Scanned (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FormattedStream.h 38 /// scanned. The line and column scheme is zero-based.
42 /// Scanned - This points to one past the last character in the
43 /// buffer we've scanned.
45 const char *Scanned;
68 /// buffer, as it records the most recently scanned character and resumes from
92 Scanned = nullptr;
111 Scanned = nullptr;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
AssumptionCache.h 94 /// Flag tracking whether we have scanned the function yet.
98 bool Scanned = false;
131 /// It will be re-scanned the next time it is requested.
135 Scanned = false;
147 if (!Scanned)
154 if (!Scanned)
231 /// scanned. Otherwise return nullptr.

Completed in 17 milliseconds