Searched refs:set_orin (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/ |
D | set.h | 82 extern void set_orin( set *, set ); 108 extern void set_orin();
|
D | set.c | 601 set_orin( set *a, set b ) in set_orin() function 603 set_orin( a, b ) in set_orin()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | pred.c | 630 set_orin(&(a->scontext[1]), b); 634 set_orin(&(a->completionSet), rk2);/* remember what we couldn't do */ 686 set_orin(&(a->completionTree), rk2);/* remember what we couldn't do */ 716 set_orin(&a, covered_set(p->down)); 719 set_orin(&a, p->scontext[1]); 720 set_orin(&a, covered_set(p->down));
|
D | fset.c | 174 set_orin(rk, q->rk); 266 set_orin(&(q->fset), a); 285 set_orin(&a, b); 353 set_orin(&a, b); 357 set_orin(rk_out, rk2); /* remember what we couldn't do */ 1501 set_orin(&fCurBlk, alt1->fset[k]);
|
D | bits.c | 263 set_orin(&p->eset, a); 300 set_orin(&p->eset, tcnode->tset); /* MR23 */ 424 set_orin(&p->tset, q->tclass->tset); in ComputeTokSets()
|
D | mrhoist.c | 679 set_orin(theUnion,p->plainSet); 836 set_orin(&result,t); 966 set_orin(tokensUsed,b); 972 set_orin(incomplete,rk2); /* remember what we couldn't do */ 1043 set_orin(incomplete,rk2); /* remember what we couldn't do */ 1402 set_orin(&p->plainSet,plainSet); 1514 set_orin(&union_plainSet,plainContext[i]);
|
D | antlr.c | 1873 set_orin( toksrefd, temp); 1876 else set_orin( toksrefd, elems);
|
D | misc.c | 926 set_orin(&(g->fset), f->fset);
|
D | gen.c | 4343 set_orin(&f, a); 4630 ** set_orin(&q->fset[k], setResult);
|
D | antlr.g | 1584 set_orin($toksrefd, temp); 1587 else set_orin($toksrefd, elems);
|
D | fset2.c | 743 set_orin(rk_out, rk2); /* remember what we couldn't do */
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
D | dlg_p.c | 487 set_orin(&used_chars,(zzaRet.l)->label); in expr() 502 set_orin(&used_chars,(zzaRet.l)->label); in expr() 545 set_orin(&used_chars,(zzaRet.l)->label); in expr() 580 set_orin(&(zzaRet.label),zzaArg(zztasp2,1 ).label); in atom_list()
|
D | dlg_p.g | 291 set_orin(&used_chars,($$.l)->label); 299 set_orin(&used_chars,($$.l)->label); 326 set_orin(&used_chars,($$.l)->label); 332 (near_atom <<set_orin(&($$.label),$1.label);>>)*
|