HomeSort by relevance Sort by last modified time
    Searched refs:atEnd (Results 1 - 25 of 307) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ConstantsScanner.h 33 assert(!InstI.atEnd() && OpIdx < InstI->getNumOperands() &&
71 } while (!InstI.atEnd());
80 inline bool atEnd() const { return InstI.atEnd(); }
  /external/spirv-llvm/lib/SPIRV/
SPIRVMDWalker.h 63 bool atEnd() const { return !(NMD && I < E);}
93 bool atEnd() const { return !(M && I < E);}
99 if (atEnd())
109 if (atEnd())
124 if (atEnd())
131 if (atEnd())
  /external/apache-http/src/org/apache/http/message/
BasicHeaderElementIterator.java 112 if (this.cursor == null || this.cursor.atEnd()) {
119 while (!this.cursor.atEnd()) {
128 if (this.cursor.atEnd()) {
ParserCursor.java 91 public boolean atEnd() {
BasicHeaderValueParser.java 129 while (!cursor.atEnd()) {
181 if (!cursor.atEnd()) {
257 if (cursor.atEnd()) {
262 while (!cursor.atEnd()) {
  /external/icu/icu4c/source/common/
ruleiter.h 109 UBool atEnd() const;
  /frameworks/rs/script_api/
Scanner.h 66 bool atEnd();
  /external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDraftHeaderParser.java 75 while (!cursor.atEnd()) {
  /external/swiftshader/third_party/subzero/src/
IceInstrumentation.cpp 40 while (!Context.atEnd()) {
60 assert(!Context.atEnd());
  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 89 bool atEnd = (bcExtLen+1) < extsLen &&
92 if (equal || atStart || atEnd || inMiddle) {
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 229 bool atEnd() const { return Data == DataEnd; }
235 assert(atEnd());
314 virtual bool atEnd() const = 0;
343 bool atEnd() const override {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 249 bool atEnd() const { return Data == DataEnd; }
257 assert(atEnd());
342 virtual bool atEnd() const = 0;
372 bool atEnd() const override {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 249 bool atEnd() const { return Data == DataEnd; }
257 assert(atEnd());
342 virtual bool atEnd() const = 0;
372 bool atEnd() const override {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 249 bool atEnd() const { return Data == DataEnd; }
257 assert(atEnd());
342 virtual bool atEnd() const = 0;
372 bool atEnd() const override {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 249 bool atEnd() const { return Data == DataEnd; }
257 assert(atEnd());
342 virtual bool atEnd() const = 0;
372 bool atEnd() const override {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
InstrProfReader.h 249 bool atEnd() const { return Data == DataEnd; }
257 assert(atEnd());
342 virtual bool atEnd() const = 0;
372 bool atEnd() const override {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
InstrProfReader.h 249 bool atEnd() const { return Data == DataEnd; }
257 assert(atEnd());
342 virtual bool atEnd() const = 0;
372 bool atEnd() const override {
  /external/llvm/include/llvm/IR/
CFG.h 39 while (!It.atEnd() && !isa<TerminatorInst>(*It))
57 assert(!It.atEnd() && "pred_iterator out of range!");
63 assert(!It.atEnd() && "pred_iterator out of range!");
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CFG.h 37 while (!It.atEnd() && !isa<TerminatorInst>(*It))
54 assert(!It.atEnd() && "pred_iterator out of range!");
60 assert(!It.atEnd() && "pred_iterator out of range!");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CFG.h 47 while (!It.atEnd() && !isa<TerminatorInst>(*It))
65 assert(!It.atEnd() && "pred_iterator out of range!");
71 assert(!It.atEnd() && "pred_iterator out of range!");
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
CFG.h 47 while (!It.atEnd() && !isa<TerminatorInst>(*It))
65 assert(!It.atEnd() && "pred_iterator out of range!");
71 assert(!It.atEnd() && "pred_iterator out of range!");
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
CFG.h 47 while (!It.atEnd() && !isa<TerminatorInst>(*It))
65 assert(!It.atEnd() && "pred_iterator out of range!");
71 assert(!It.atEnd() && "pred_iterator out of range!");
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
CFG.h 47 while (!It.atEnd() && !isa<TerminatorInst>(*It))
65 assert(!It.atEnd() && "pred_iterator out of range!");
71 assert(!It.atEnd() && "pred_iterator out of range!");
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
CFG.h 47 while (!It.atEnd() && !isa<TerminatorInst>(*It))
65 assert(!It.atEnd() && "pred_iterator out of range!");
71 assert(!It.atEnd() && "pred_iterator out of range!");
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
CFG.h 47 while (!It.atEnd() && !isa<TerminatorInst>(*It))
65 assert(!It.atEnd() && "pred_iterator out of range!");
71 assert(!It.atEnd() && "pred_iterator out of range!");

Completed in 621 milliseconds

1 2 3 4 5 6 7 8 91011>>