Searched defs:isEnd (Results 1 – 8 of 8) sorted by relevance
29 isEnd: function() { method in LogGroupEntry
272 …const bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER || curChar == '\n' || curChar == … in parseContainerLine() local308 bool isEnd = curChar == 0 || curChar == (int)END_OF_BUFFER || in parseContainerValue() local
204 private static boolean isEnd(int opcode) { in isEnd() method in CodeAnalyzer
300 function breadthFirstSearch(start, isEnd, eq, adjacent) { argument
229 bool isEnd() const { in isEnd() function
53 bool isEnd() const { in isEnd() function in clang::comments::TextTokenRetokenizer
850 bool isEnd() const { in isEnd() function
672 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { in makeSpecIterator()