Home
last modified time | relevance | path

Searched refs:isEnd (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleList.cpp36 if (isEnd() && R.isEnd()) in operator ==()
40 if (isEnd() != R.isEnd()) in operator ==()
51 assert(!isEnd()); in operator ==()
52 assert(!R.isEnd()); in operator ==()
76 if (isEnd() && R.isEnd()) in operator -()
79 assert(!R.isEnd()); in operator -()
86 if (isEnd()) { in operator -()
97 assert(!isEnd()); in operator +=()
118 if (isEnd()) { in setValue()
132 bool DbiModuleSourceFilesIterator::isEnd() const { in isEnd() function in DbiModuleSourceFilesIterator
/third_party/node/deps/minimatch/src/dist/cjs/
Dast.js138 if (this.isEnd() &&
163 isEnd() { method in AST
168 if (!this.#parent?.isEnd())
171 return this.#parent?.isEnd();
415 const noEmpty = this.isStart() && this.isEnd();
454 if (this.isEnd() &&
474 if (this.isStart() && this.isEnd() && !body && this.type !== '!') {
537 .filter(p => !(this.isStart() && this.isEnd()) || !!p)
Dast.d.ts12 isEnd(): boolean;
Dast.js.map1isEnd() &&\n (this === this.#root ||\n (this.#root.#filledNegs && this.#parent?.type =…
/third_party/node/deps/npm/node_modules/minimatch/dist/cjs/
Dast.js138 if (this.isEnd() &&
163 isEnd() { method in AST
168 if (!this.#parent?.isEnd())
171 return this.#parent?.isEnd();
415 const noEmpty = this.isStart() && this.isEnd();
454 if (this.isEnd() &&
474 if (this.isStart() && this.isEnd() && !body && this.type !== '!') {
537 .filter(p => !(this.isStart() && this.isEnd()) || !!p)
/third_party/node/deps/npm/node_modules/minimatch/dist/mjs/
Dast.js135 if (this.isEnd() &&
160 isEnd() { method in AST
165 if (!this.#parent?.isEnd())
168 return this.#parent?.isEnd();
412 const noEmpty = this.isStart() && this.isEnd();
451 if (this.isEnd() &&
471 if (this.isStart() && this.isEnd() && !body && this.type !== '!') {
534 .filter(p => !(this.isStart() && this.isEnd()) || !!p)
/third_party/node/deps/minimatch/src/dist/mjs/
Dast.js135 if (this.isEnd() &&
160 isEnd() { method in AST
165 if (!this.#parent?.isEnd())
168 return this.#parent?.isEnd();
412 const noEmpty = this.isStart() && this.isEnd();
451 if (this.isEnd() &&
471 if (this.isStart() && this.isEnd() && !body && this.type !== '!') {
534 .filter(p => !(this.isStart() && this.isEnd()) || !!p)
Dast.d.ts12 isEnd(): boolean;
Dast.js.map1isEnd() &&\n (this === this.#root ||\n (this.#root.#filledNegs && this.#parent?.type =…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dfallible_iterator.h168 if (LHS.isEnd() && RHS.isEnd())
179 if (LHS.isEnd())
202 bool isEnd() const { return getErrPtr() == nullptr; } in isEnd() function
DSparseMultiSet.h232 bool isEnd() const { in isEnd() function
268 assert((isEnd() || SparseIdx == RHS.SparseIdx) &&
283 assert((isEnd() || !SMS->isHead(SMS->Dense[Idx])) &&
287 if (isEnd())
295 assert(!isEnd() && isKeyed() && "Incrementing an invalid/end iterator");
467 assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].isTombstone() && in erase()
Dilist_iterator.h176 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DMf2Serializer.java102 boolean isEnd() { in isEnd() method in Mf2Serializer.Token
164 } else if (token.isEnd() && i == tokens.size() - 1) { in parseMessage()
222 } else if (token.isEnd()) { in parseVariant()
260 } else if (token.isEnd()) { in parseSelector()
284 } else if (token.isEnd()) { in parseDeclaration()
327 } else if (token.isEnd()) { in parsePattern()
423 } else if (token.isEnd()) { in parseExpression()
463 } else if (token.isEnd()) { in parseOptions()
/third_party/vk-gl-cts/executor/
DxeContainerFormatParser.cpp272 …const bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER || curChar == '\n' || curChar == … in parseContainerLine() local
274 if (isEnd) in parseContainerLine()
308 bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER || in parseContainerValue() local
311 if (isEnd) in parseContainerValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBundleIterator.h54 if (!I.isEnd())
62 if (!I.isEnd())
133 assert((!MI.getNodePtr() || MI.isEnd() || !MI->isBundledWithPred()) &&
/third_party/node/deps/minimatch/
Dindex.js480 …if (this.isEnd() && (this === __privateGet(this, _root) || __privateGet(__privateGet(this, _root),…
501 isEnd() { method in anonymousObjecta1de4abf0c05.dist/cjs/ast.js._AST
506 if (!__privateGet(this, _parent)?.isEnd())
509 return __privateGet(this, _parent)?.isEnd();
623 const noEmpty = this.isStart() && this.isEnd();
649 …if (this.isEnd() && __privateGet(__privateGet(this, _root), _filledNegs) && __privateGet(this, _pa…
663 if (this.isStart() && this.isEnd() && !body && this.type !== "!") {
851 }).filter((p) => !(this.isStart() && this.isEnd()) || !!p).join("|");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleList.h59 bool isEnd() const;
DHashTable.h94 bool isEnd() const { return IsEnd; } in isEnd() function
290 assert(Entry.isEnd()); in set_as_internal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_iterator.h163 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }