Searched defs:isEnd (Results 1 – 9 of 9) sorted by relevance
26 LogGroupEntry.prototype.isEnd = function() { method in LogGroupEntry
29 isEnd: function() { method in LogGroupEntry
204 private static boolean isEnd(int opcode) { in isEnd() method in CodeAnalyzer
224 bool isEnd() const { in isEnd() function
44 bool isEnd() const { in isEnd() function in clang::comments::TextTokenRetokenizer
741 bool isEnd() const { in isEnd() function
592 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { in makeSpecIterator()
1425 bool isEnd = isEndOfParagraph(insertPos); in insertAsListItems() local
946 llvm::Value *isEnd = Builder.CreateICmpEQ(nextPtr, endPtr, "array.atend"); in EmitNewArrayInitializer() local