Home
last modified time | relevance | path

Searched refs:old_not (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr.c1783 int n=0; Graph g; int e_num=0, old_not=0; Node *node; set elems, dif; local
1818 old_not=0;
1821 old_not=1;
1833 node = element( old_not, first_on_line, use_def_MT_handler );
1958 element(int old_not,int first_on_line,int use_def_MT_handler) in element() argument
1960 element(old_not,first_on_line,use_def_MT_handler) in element()
1961 int old_not; in element()
2026 p->complement = old_not;
2072 if ( p!=NULL && (p->upper_range!=0 || p->tclass || old_not) )
2140 p->complement = old_not;
[all …]
Dtokens.h129 extern Node * element(int old_not,int first_on_line,int use_def_MT_handler);
Dantlr.g1534 : <<int n=0; Graph g; int e_num=0, old_not=0; Node *node; set elems, dif;
1547 { <<old_not=0;>> "\~" <<old_not=1;>> }
1548 element[old_not, first_on_line, use_def_MT_handler] > [node]
1643 element[int old_not, int first_on_line, int use_def_MT_handler] > [Node *node]
1678 p->complement = $old_not;
1693 if ( p!=NULL && (p->upper_range!=0 || p->tclass || $old_not) )
1720 p->complement = $old_not;
1740 if ( p!=NULL && (p->upper_range!=0 || p->tclass || $old_not) )
1754 | <<if ( $old_not ) warn("~ WILDCARD is an undefined operation (implies 'nothing')");>>
1775 | <<if ( $old_not ) warn("~ NONTERMINAL is an undefined operation");>>
[all …]