Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dstring_tokenizer.h209 bool IsDelim(char_type c) const { in IsDelim() function
235 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()