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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
fset2.c 413 /* find all children (alts) of t that require remaining_k nodes to be LL_k
424 * z1 z2 ... zn <-- LL(LL_k) tokens
764 require(constrain>=fset&&constrain<=&(fset[LL_k]),"tToken: constrain is not a valid set");
961 require(constrain>=fset&&constrain<=&(fset[LL_k]),
1161 /* add the permutation 'perm' to the LL_k sets in 'fset' */
1207 * ALGORITHM may change to look for something other than LL_k size
1239 maxk = LL_k; /* NOTE: for now, we look for LL_k */
1243 findex = (int *) calloc(LL_k+1, sizeof(int));
1253 for (k=1; k<=LL_k; k++) findex[k] = 0;
    [all...]
main.c 180 LL_k = atoi(t);
181 if ( LL_k <= 0 ) {
183 LL_k = 1;
701 if ( CLL_k < LL_k && CLL_k>0 )
704 CLL_k = LL_k;
706 if ( CLL_k == -1 ) CLL_k = LL_k;
716 if (LL_k > 1) {
    [all...]
globals.c 322 int **FoStack; /* Array of LL_k ptrs to stacks of rule numbers */
380 int OutputLL_k = 1; /* LL_k for parsing must be power of 2 */
435 int LL_k=1; /* how many tokens of full lookahead */
fset.c 945 /* These sets are used to constrain LL_k set, but are made CLL_k long anyway */
    [all...]
pred.c 689 fprintf(stderr, "LL(i<%d) context after ruleref:", LL_k);
proto.h 127 extern int LL_k;
    [all...]
antlr.g     [all...]
gen.c     [all...]
antlr.c     [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 

Completed in 233 milliseconds