HomeSort by relevance Sort by last modified time
    Searched refs:PEEK2 (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Support/
regcomp.c 123 #define PEEK2() (*(p->next+1))
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() != ']') {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 115 #define PEEK2() (*(p->next+1))
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() != ']') {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 123 #define PEEK2() (*(p->next+1))
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() != ']') {
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 183 #define PEEK2() (*(p->next+1))
187 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
486 (c == '{' && MORE2() && isdigit((unsigned char)PEEK2())) ))
536 (c == '{' && MORE2() && isdigit((unsigned char)PEEK2())) ) )
853 c = (MORE2()) ? PEEK2() : '\0';
887 if (SEE('-') && MORE2() && PEEK2() != ']') {
    [all...]

Completed in 540 milliseconds