HomeSort by relevance Sort by last modified time
    Searched defs:EAT (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 188 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
365 if (!EAT('|'))
514 if (EAT(',')) {
523 if (!EAT('}')) { /* error heuristics */
589 if (EAT('^')) {
699 if (EAT('*')) { /* implemented as +? */
707 if (EAT(',')) {
783 if (EAT('^'))
785 if (EAT(']'))
787 else if (EAT('-')
    [all...]
  /external/llvm/lib/Support/
regcomp.c 128 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
280 if (!EAT('|'))
452 if (EAT(',')) {
461 if (!EAT('}')) { /* error heuristics */
509 if (EAT('^')) {
615 if (EAT('*')) { /* implemented as +? */
623 if (EAT(',')) {
691 if (EAT('^'))
693 if (EAT(']'))
695 else if (EAT('-')
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 120 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
272 if (!EAT('|'))
416 if (EAT(',')) {
425 if (!EAT('}')) { /* error heuristics */
473 if (EAT('^')) {
579 if (EAT('*')) { /* implemented as +? */
587 if (EAT(',')) {
655 if (EAT('^'))
657 if (EAT(']'))
659 else if (EAT('-')
    [all...]

Completed in 386 milliseconds