Searched refs:set_nil (Results 1 – 14 of 14) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/ |
D | set.h | 78 extern int set_nil( set ); 104 extern int set_nil();
|
D | set.c | 480 set_nil( set a ) in set_nil() function 482 set_nil( a ) in set_nil()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
D | relabel.c | 106 while (!set_nil(unpart_chars)){ 166 if (!set_nil(temp))
|
D | automata.c | 308 if ((n=node->trans[0]) != NIL_INDEX && set_nil(node->label) && 341 if ((n=node->trans[0]) != NIL_INDEX && set_nil(node->label) &&
|
D | output.c | 837 if (set_nil(label)){
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | fset.c | 259 if ( set_nil(a) && !q->incomplete ) 349 while ( !set_nil(rk) ) { 399 if (! set_nil(p->tset)) { 401 if (! set_nil(intersection)) { 416 if ( !set_nil(p->tset) ) { 636 else if ( !set_nil(alt1->fset[1]) ) 1499 require(set_nil(rk), "rk != nil"); 1512 while ( !set_nil(a) ) 1541 require(set_nil(rk), "rk != nil"); 1543 require(set_nil(rk), "rk != nil");
|
D | fset2.c | 725 while ( !set_nil(rk) ) { /* any k left to do? if so, link onto tree */ 778 if ( !set_nil(p->tset) ) 786 if (set_nil(a)) { /* MR10 */ 794 for (; !set_nil(a); set_rm(e, a)) 918 if (set_nil(dif)) { 972 if (set_nil(*constrain)) { 1641 require(set_nil(rk), "rk != nil"); 1697 require(set_nil(rk), "rk != nil"); 1776 require (set_nil(incomplete),"MR_traceAmbSourceK TRAV incomplete"); in MR_traceAmbSourceKclient() 2025 require (set_nil(incomplete),"MR_traceAmbSource REACH incomplete"); [all …]
|
D | bits.c | 191 while ( !set_nil(s) ) 411 if ( !set_nil(tcl) ) in ComputeTokSets() 416 while ( !set_nil(tcl) ) in ComputeTokSets() 565 if (!nilOK) require(!set_nil(*f), "DefErrSetForC1: nil set to dump?"); 636 if (!nilOK) require(!set_nil(*f), "DefErrSetForCC1: nil set to dump?");
|
D | mrhoist.c | 333 if (set_nil(s)) { 414 ! set_nil(p->scontext[1]) || 490 if ( !set_nil(completion)) { 508 if ( ! set_nil(p->completionSet)) return 0; 509 if ( ! set_nil(p->completionTree)) return 0; 961 while ( !set_nil(*incomplete) ) { 1029 while ( !set_nil(*incomplete) ) { 1382 if (set_nil(t)) { 1510 require(set_nil(incomplete),"couldn't complete k=1"); 1592 if (set_nil(setDif)) { [all …]
|
D | gen.c | 255 for (; !set_nil(a); set_rm(t, a)) 471 for (; !set_nil(a); set_rm(t, a)) 641 /* MR13 */ if (set_nil(scontext[1])) { 1475 if (set_nil(fset[1])) { 1482 while ( k <= limit && !set_nil(fset[k]) ) /* MR11 */ 1501 if ( k<=limit && !set_nil(fset[k]) ) _gen(" && "); /* MR11 */ 1508 while ( k<= limit && !set_nil(fset[k]) ) /* MR11 */ 1525 if ( k <= limit && !set_nil(fset[k]) ) { firstTime=1; _gen(" && "); } /* MR11 */ 2282 if ( !set_nil(p->tset) ) /* implies '.', ~Tok, or tokenclass */ 2989 if ( LL_k>1 && !set_nil(q->fset[2]) ) [all …]
|
D | misc.c | 973 while ( !set_nil(alt->fset[k]) ) 977 if ( !set_nil(alt->fset[k]) ) printf(", "); 990 while ( !set_nil(alt->fset[k]) ) 994 if ( !set_nil(alt->fset[k]) ) printf(", "); 1403 for (; !set_nil(a); set_rm(e, a))
|
D | pred.c | 624 while ( !set_nil(a->completionSet) ) 674 while ( !set_nil(a->completionTree) )
|
D | dumpnode.c | 16 if (set_nil(s)) {
|
D | main.c | 1276 if ( set_nil(e) ) return;
|