Searched refs:set_orin (Results 1 - 12 of 12) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/set/ |
H A D | set.h | 82 extern void set_orin( set *, set ); 108 extern void set_orin();
|
H A D | set.c | 601 set_orin( set *a, set b ) function 603 set_orin( a, b )
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
H A 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));
|
H A 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]);
|
H A 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);
|
H A 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]);
|
H A D | antlr.g | 1584 set_orin($toksrefd, temp);
1587 else set_orin($toksrefd, elems);
|
H A D | antlr.c | 1873 set_orin( toksrefd, temp); 1876 else set_orin( toksrefd, elems);
|
H A D | misc.c | 926 set_orin(&(g->fset), f->fset);
|
H A D | fset2.c | 743 set_orin(rk_out, rk2); /* remember what we couldn't do */
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
H A 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);>>)*
|
H A D | dlg_p.c | 487 set_orin(&used_chars,(zzaRet.l)->label); 502 set_orin(&used_chars,(zzaRet.l)->label); 545 set_orin(&used_chars,(zzaRet.l)->label); 580 set_orin(&(zzaRet.label),zzaArg(zztasp2,1 ).label);
|
Completed in 124 milliseconds