Home
last modified time | relevance | path

Searched refs:Fcache (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Ddumpcycles.c34 hash_get(Fcache,Fkey(RulePtr[c->croot]->rname,'o',k)); in dumpcycles()
Dfcache.c45 Entry **table=Fcache;
Dglobals.c272 **Fcache, /* Cache of First/Follow Computations */ variable
Dfset.c171 CacheEntry *q = (CacheEntry *) hash_get(Fcache, Fkey(p->rname,'i',k));
183 CacheEntry *q = (CacheEntry *) hash_get(Fcache, Fkey(p->rname,'o',k));
242 hash_add(Fcache, Fkey(p->rname,'i',k), (Entry *)q);
252 CacheEntry *q = (CacheEntry *) hash_get(Fcache, Fkey(p->rname,'o',k));
256 hash_add(Fcache, Fkey(p->rname,'o',k), (Entry *)q);
Dmisc.c851 f = (CacheEntry *) hash_get(Fcache, Fkey(RulePtr[*p]->rname,'o',k));
855 hash_add(Fcache, Fkey(RulePtr[*p]->rname,'o',k), (Entry *)f);
906 hash_get(Fcache, Fkey(RulePtr[c->croot]->rname,'o',k));
924 hash_get(Fcache, Fkey(RulePtr[r]->rname,'o',k));
Dproto.h92 **Fcache,
Dmain.c972 Fcache = newHashTable(); in init()