HomeSort by relevance Sort by last modified time
    Searched defs:Scanned (Results 1 - 5 of 5) 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/swiftshader/third_party/LLVM/include/llvm/Support/
FormattedStream.h 49 /// scanned. The column scheme is zero-based.
53 /// Scanned - This points to one past the last character in the
54 /// buffer we've scanned.
56 const char *Scanned;
90 Scanned = 0;
114 Scanned = 0;
  /external/swiftshader/third_party/llvm-7.0/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 49 /// \brief Flag tracking whether we have scanned the function yet.
53 bool Scanned;
61 AssumptionCache(Function &F) : F(F), Scanned(false) {}
71 /// It will be re-scanned the next time it is requested.
74 Scanned = false;
86 if (!Scanned)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
AssumptionCache.h 80 /// Flag tracking whether we have scanned the function yet.
84 bool Scanned = false;
113 /// It will be re-scanned the next time it is requested.
117 Scanned = false;
129 if (!Scanned)
136 if (!Scanned)

Completed in 779 milliseconds