Searched refs:isEnd (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/AST/ |
D | CommentParser.cpp | 53 bool isEnd() const { in isEnd() function in clang::comments::TextTokenRetokenizer 59 assert(!isEnd()); in setupBuffer() 74 assert(!isEnd()); in peek() 80 assert(!isEnd()); in consumeChar() 85 if (isEnd() && !addToken()) in consumeChar() 88 assert(!isEnd()); in consumeChar() 123 while (!isEnd()) { in consumeWhitespace() 155 if (isEnd()) in lexWord() 164 while (!isEnd()) { in lexWord() 188 if (isEnd()) in lexDelimitedSeq() [all …]
|
D | ASTDiagnostic.cpp | 831 if (isEnd()) return; in TSTiterator() 850 bool isEnd() const { in isEnd() function 858 if (isEnd()) { in operator ++() 891 assert(!isEnd() && "Index exceeds number of arguments."); in operator *() 946 Tree.SetDefault(FromIter.isEnd() && !FromType.isNull(), in DiffTypes() 947 ToIter.isEnd() && !ToType.isNull()); in DiffTypes() 992 Tree.SetDefault(FromIter.isEnd() && FromDecl, ToIter.isEnd() && ToDecl); in DiffTemplateTemplates() 1001 HasInt = !Iter.isEnd() && Iter->getKind() == TemplateArgument::Integral; in InitializeNonTypeDiffVariables() 1004 !Iter.isEnd() && Iter->getKind() == TemplateArgument::Declaration; in InitializeNonTypeDiffVariables() 1006 IsNullPtr = !Iter.isEnd() && Iter->getKind() == TemplateArgument::NullPtr; in InitializeNonTypeDiffVariables() [all …]
|
/external/deqp/executor/ |
D | xeContainerFormatParser.cpp | 272 …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()
|
/external/llvm/include/llvm/ADT/ |
D | SparseMultiSet.h | 229 bool isEnd() const { in isEnd() function 265 assert((isEnd() || SparseIdx == RHS.SparseIdx) && 280 assert((isEnd() || !SMS->isHead(SMS->Dense[Idx])) && 284 if (isEnd()) 292 assert(!isEnd() && isKeyed() && "Incrementing an invalid/end iterator"); 463 assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].isTombstone() && in erase()
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeAnalyzer.java | 90 if (isEnd(op)) // return, ireturn, athrow, ... in visitBytecode() 204 private static boolean isEnd(int opcode) { in isEnd() method in CodeAnalyzer
|
/external/owasp/sanitizer/empiricism/ |
D | html-containment.js | 300 function breadthFirstSearch(start, isEnd, eq, adjacent) { argument 304 if (isEnd(candidate.node)) {
|
/external/opencv3/modules/videoio/src/ |
D | cap_qtkit.mm | 714 bool isEnd=(QTTimeCompare(curTime,endOfMovie) == NSOrderedSame); 725 return !isEnd;
|
/external/clang/include/clang/AST/ |
D | DeclTemplate.h | 672 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { in makeSpecIterator() argument 673 return SpecIterator<EntryType>(isEnd ? Specs.end() : Specs.begin()); in makeSpecIterator()
|