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

  /external/llvm/lib/Support/
FormattedStream.cpp 50 // scanned those bytes. This depends on raw_ostream to not change our buffer
52 if (Ptr <= Scanned && Scanned <= Ptr + Size)
55 UpdatePosition(Position, Scanned, Size - (Scanned - Ptr));
60 Scanned = Ptr + Size;
85 Scanned = nullptr;
  /external/swiftshader/third_party/LLVM/lib/Support/
FormattedStream.cpp 43 // scanned those bytes. This depends on raw_ostream to not change our buffer
45 if (Ptr <= Scanned && Scanned <= Ptr + Size) {
48 ColumnScanned = CountColumns(ColumnScanned, Scanned,
49 Size - (Scanned - Ptr));
54 Scanned = Ptr + Size;
79 Scanned = 0;
  /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/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;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
AssumptionCache.h 75 /// \brief Flag tracking whether we have scanned the function yet.
79 bool Scanned;
87 AssumptionCache(Function &F) : F(F), Scanned(false) {}
108 /// It will be re-scanned the next time it is requested.
112 Scanned = false;
124 if (!Scanned)
131 if (!Scanned)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
AssumptionCache.h 75 /// \brief Flag tracking whether we have scanned the function yet.
79 bool Scanned;
87 AssumptionCache(Function &F) : F(F), Scanned(false) {}
108 /// It will be re-scanned the next time it is requested.
112 Scanned = false;
124 if (!Scanned)
131 if (!Scanned)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
AssumptionCache.h 75 /// \brief Flag tracking whether we have scanned the function yet.
79 bool Scanned;
87 AssumptionCache(Function &F) : F(F), Scanned(false) {}
108 /// It will be re-scanned the next time it is requested.
112 Scanned = false;
124 if (!Scanned)
131 if (!Scanned)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AssumptionCache.h 75 /// \brief Flag tracking whether we have scanned the function yet.
79 bool Scanned;
87 AssumptionCache(Function &F) : F(F), Scanned(false) {}
108 /// It will be re-scanned the next time it is requested.
112 Scanned = false;
124 if (!Scanned)
131 if (!Scanned)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
AssumptionCache.h 75 /// \brief Flag tracking whether we have scanned the function yet.
79 bool Scanned;
87 AssumptionCache(Function &F) : F(F), Scanned(false) {}
108 /// It will be re-scanned the next time it is requested.
112 Scanned = false;
124 if (!Scanned)
131 if (!Scanned)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
AssumptionCache.h 75 /// \brief Flag tracking whether we have scanned the function yet.
79 bool Scanned;
87 AssumptionCache(Function &F) : F(F), Scanned(false) {}
108 /// It will be re-scanned the next time it is requested.
112 Scanned = false;
124 if (!Scanned)
131 if (!Scanned)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
AssumptionCache.h 75 /// \brief Flag tracking whether we have scanned the function yet.
79 bool Scanned;
87 AssumptionCache(Function &F) : F(F), Scanned(false) {}
108 /// It will be re-scanned the next time it is requested.
112 Scanned = false;
124 if (!Scanned)
131 if (!Scanned)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AssumptionCache.h 75 /// \brief Flag tracking whether we have scanned the function yet.
79 bool Scanned;
87 AssumptionCache(Function &F) : F(F), Scanned(false) {}
108 /// It will be re-scanned the next time it is requested.
112 Scanned = false;
124 if (!Scanned)
131 if (!Scanned)
  /external/llvm/lib/Analysis/
AssumptionCache.cpp 28 assert(!Scanned && "Tried to scan the function twice!");
39 Scanned = true;
46 // If we haven't scanned the function yet, just drop this assumption. It will
48 if (!Scanned)
127 "Assumption in scanned function not in cache");

Completed in 2110 milliseconds