Searched refs:PEEK2 (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A Dregcomp.c123 #define PEEK2() (*(p->next+1)) macro
127 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
424 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ))
474 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) )
757 c = (MORE2()) ? PEEK2() : '\0';
790 if (SEE('-') && MORE2() && PEEK2() != ']') {
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dregcomp.c115 #define PEEK2() (*(p->next+1)) macro
119 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
388 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ))
438 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) )
721 c = (MORE2()) ? PEEK2() : '\0';
754 if (SEE('-') && MORE2() && PEEK2() != ']') {
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcomp.c123 #define PEEK2() (*(p->next+1)) macro
127 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
424 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ))
474 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) )
757 c = (MORE2()) ? PEEK2() : '\0';
790 if (SEE('-') && MORE2() && PEEK2() != ']') {

Completed in 68 milliseconds