Searched defs:EAT (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A Dregcomp.c120 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) macro
272 if (!EAT('|'))
444 if (EAT(',')) {
453 if (!EAT('}')) { /* error heuristics */
501 if (EAT('^')) {
607 if (EAT('*')) { /* implemented as +? */
615 if (EAT(',')) {
683 if (EAT('^'))
685 if (EAT(']'))
687 else if (EAT('
[all...]

Completed in 67 milliseconds