Searched refs:fset (Results 1 – 21 of 21) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | fset.c | 176 return set_dup( q->fset ); 188 s_fprT(stderr, q->fset); 195 return set_dup( q->fset ); 243 q->fset = set_dup( a ); 266 set_orin(&(q->fset), a); 271 s_fprT(stderr, q->fset); 397 localConstrain=fset[maxk-k+1]; 467 dumpAmbigMsg( set *fset, FILE *f, int want_nls ) in dumpAmbigMsg() argument 469 dumpAmbigMsg( fset, f, want_nls ) in dumpAmbigMsg() 470 set *fset; in dumpAmbigMsg() [all …]
|
D | fset2.c | 52 set *fset; /* MR11 make global */ variable 762 require(constrain>=fset&&constrain<=&(fset[CLL_k]),"tToken: constrain is not a valid set"); 764 require(constrain>=fset&&constrain<=&(fset[LL_k]),"tToken: constrain is not a valid set"); 766 constrain = &fset[maxk-k+1]; 914 constrain = &fset[maxk-k+1]; 958 require(constrain>=fset&&constrain<=&(fset[CLL_k]), 961 require(constrain>=fset&&constrain<=&(fset[LL_k]), 967 save_fset[i]=set_dup(fset[i]); 970 constrain = &fset[maxk-k+1]; 977 constrain = &fset[maxk-k+1]; [all …]
|
D | AntlrPPC.mak | 10 # fset.c 39 "{ObjDir�PPC}fset.c.x" � 77 "{ObjDir�PPC}fset.c.x" � {�MondoBuild�} fset.c 78 {PPCC} fset.c -o {Targ} {PPCCOptions}
|
D | makefile | 178 OBJ=antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o \ 187 SRC=antlr.c scan.c err.c bits.c build.c fset2.c fset.c gen.c globals.c \
|
D | makefile.cygwin | 179 OBJ=antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o \ 188 SRC=antlr.c scan.c err.c bits.c build.c fset2.c fset.c gen.c globals.c \
|
D | AntlrDDK.mak | 22 fset.obj gen.obj globals.obj hash.obj lex.obj main.obj \ 111 fset.obj: $(ANTLR_SRC)\fset.c \ 120 $(CC) -c $(CFLAGS) $(ANTLR_SRC)\fset.c
|
D | AntlrMS.mak | 23 fset.obj gen.obj globals.obj hash.obj lex.obj main.obj \ 112 fset.obj: $(ANTLR_SRC)\fset.c \ 121 $(CC) -c $(CFLAGS) $(ANTLR_SRC)\fset.c
|
D | fcache.c | 98 MR_dumpTokenSet(stdout,1,q->fset);
|
D | dumpnode.c | 217 if (j->fset != NULL && set_deg(*j->fset) != 0) { 219 dumpset(*j->fset);
|
D | misc.c | 908 if ( (d=set_deg(f->fset)) > c->deg ) 926 set_orin(&(g->fset), f->fset); 973 while ( !set_nil(alt->fset[k]) ) 975 s_fprT(stdout, alt->fset[k]); 977 if ( !set_nil(alt->fset[k]) ) printf(", "); 990 while ( !set_nil(alt->fset[k]) ) 992 s_fprT(stdout, alt->fset[k]); 994 if ( !set_nil(alt->fset[k]) ) printf(", ");
|
D | makefile1 | 55 OBJ=antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o \ 65 SRC=antlr.c scan.c err.c bits.c build.c fset2.c fset.c gen.c globals.c \
|
D | gen.c | 226 for (i=1; i<=CLL_k; i++) set_free(alt->fset[i]); 1439 max_k = genExprSets(j->fset, limit); 1464 genExprSets( set *fset, int limit ) in genExprSets() argument 1466 genExprSets( fset, limit ) in genExprSets() 1467 set *fset; in genExprSets() 1475 if (set_nil(fset[1])) { 1482 while ( k <= limit && !set_nil(fset[k]) ) /* MR11 */ 1484 if ( set_deg(fset[k])==1 ) /* too simple for a set? */ 1488 e = set_int(fset[k]); 1495 FillSet( fset[k] ); [all …]
|
D | generic.h | 148 set fset; /* First/Follow of rule */ member
|
D | syn.h | 363 set *fset; /* used for code generation */ variable
|
D | mrhoist.c | 2136 set_free(j->fset[i]); 2137 j->fset[i]=empty; 2712 save_fset=fset; 2715 fset=suppressSets; 2729 MR_setConstrainPointer(&(fset[1])); /* MR18 */ 2743 fset=save_fset; 2894 require(set_el( (unsigned) tn->token,fset[depth]), 2897 setAnd=set_and(fset[depth],tn->tset);
|
D | build.c | 736 p->fset = (set *) calloc(CLL_k+1, sizeof(set)); in newJunction() 737 require(p->fset!=NULL, "cannot allocate fset in newJunction"); in newJunction()
|
D | proto.h | 111 extern set *fset; /* for constrained search */ /* MR11 */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
D | pgen.py | 124 fset = self.first[label] 125 if fset is None: 129 fset = self.first[label] 130 totalset.update(fset) 131 overlapcheck[label] = fset
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | pydocfodder.py | 117 A_property = property(fdel=_delx, fget=_getx, fset=_setx,
|
D | test_descr.py | 2028 self.assertTrue(raw.fset is C.__dict__['setx']) 2066 prop2 = property(fset=setter)
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | NOTES.bcc | 74 OBJS = antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj fset.obj \
|