Home
last modified time | relevance | path

Searched refs:upper_range (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dsyn.h257 int upper_range; /* MR13 - was char */ variable
Dbuild.c254 if ( *text == '"' ) {t->upper_range = addTexpr( text );}
255 else {t->upper_range = addTname( text );}
Dmain.c1470 else if ( q->upper_range!=0 ) in CompleteTokenSetRefs()
1475 for (i=q->token; i<=q->upper_range; i++) { set_orel(i, &a); } /* MR13 */ in CompleteTokenSetRefs()
Dantlr.c2072 if ( p!=NULL && (p->upper_range!=0 || p->tclass || old_not) )
2231 if ( p!=NULL && (p->upper_range!=0 || p->tclass || old_not) )
Dantlr.g1693 if ( p!=NULL && (p->upper_range!=0 || p->tclass || $old_not) )
1740 if ( p!=NULL && (p->upper_range!=0 || p->tclass || $old_not) )
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregexec.c3419 #define MATCH_AND_RETURN_CHECK(upper_range) \ in onig_search() argument
3420 r = match_at(reg, str, end, (upper_range), s, prev, &msa); \ in onig_search()
3430 #define MATCH_AND_RETURN_CHECK(upper_range) \ in onig_search() argument
3431 r = match_at(reg, str, end, (upper_range), s, prev, &msa); \ in onig_search()