OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EAT
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c
188
#define
EAT
(c) ((SEE(c)) ? (NEXT(), 1) : 0)
365
if (!
EAT
('|'))
516
if (
EAT
(',')) {
525
if (!
EAT
('}')) { /* error heuristics */
591
if (
EAT
('^')) {
703
if (
EAT
('*')) { /* implemented as +? */
711
if (
EAT
(',')) {
787
if (
EAT
('^'))
789
if (
EAT
(']'))
791
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
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
regcomp.c
255
#define
EAT
(c) ((SEE(c)) ? (NEXT(), 1) : 0)
407
if (!
EAT
('|'))
579
if (
EAT
(',')) {
588
if (!
EAT
('}')) { /* error heuristics */
636
if (
EAT
('^')) {
742
if (
EAT
('*')) { /* implemented as +? */
750
if (
EAT
(',')) {
818
if (
EAT
('^'))
820
if (
EAT
(']'))
822
else if (
EAT
('-')
[
all
...]
/external/swiftshader/third_party/llvm-subzero/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
...]
Completed in 203 milliseconds