Home
last modified time | relevance | path

Searched refs:IsDelim (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/strings/
Dstring_tokenizer.h207 bool IsDelim(char_type c) const { in IsDelim() function
233 if (IsDelim(c)) in AdvanceOne()
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp799 bool IsDelim; in nextUp() local
803 IsDelim = isDelimiter(Stack[P-1]); in nextUp()
804 } while (P < SS && IsDelim); in nextUp()
805 assert(!IsDelim); in nextUp()
814 bool IsDelim = isDelimiter(Stack[P-1]); in nextDown() local
818 IsDelim = isDelimiter(Stack[P-1]); in nextDown()
819 } while (P > 0 && IsDelim); in nextDown()
820 assert(!IsDelim); in nextDown()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp740 bool IsDelim; in nextUp() local
744 IsDelim = isDelimiter(Stack[P-1]); in nextUp()
745 } while (P < SS && IsDelim); in nextUp()
746 assert(!IsDelim); in nextUp()
755 bool IsDelim = isDelimiter(Stack[P-1]); in nextDown() local
759 IsDelim = isDelimiter(Stack[P-1]); in nextDown()
760 } while (P > 0 && IsDelim); in nextDown()
761 assert(!IsDelim); in nextDown()