HomeSort by relevance Sort by last modified time
    Searched refs:croot (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
dumpcycles.c 29 fprintf(stderr,"Cycle %d: (degree %d) %s -->\n", i++, degree, RulePtr[c->croot]->rname);
34 hash_get(Fcache,Fkey(RulePtr[c->croot]->rname,'o',k));
37 RulePtr[c->croot]->rname);
generic.h 74 int croot; /* cycle root */ member in struct:_c
76 unsigned deg; /* degree of FOLLOW set of croot */
misc.c 791 * (head of cycle==croot, rest of rules in cycle==cyclicDep)
847 c->croot = *p++; /* record root of cycle */
859 set_orel(*p, &(c->cyclicDep)); /* mark rule as dependent of croot */
868 * if degree of FOLLOW set for croot > old degree then
902 /*fprintf(stderr, "cycle %d: %s -->", i++, RulePtr[c->croot]->rname);*/
906 hash_get(Fcache, Fkey(RulePtr[c->croot]->rname,'o',k));
907 require(f!=NULL, eMsg1("FOLLOW(%s) must be in cache but isn't", RulePtr[c->croot]->rname) );
910 /*fprintf(stderr, "Fo(%s) has changed\n", RulePtr[c->croot]->rname);*/
    [all...]
  /build/make/
envsetup.sh 6 - croot: Changes directory to the top of the tree.
945 function croot() function
    [all...]

Completed in 113 milliseconds