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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
antlr.g 396 /* MR10 */ { err(eMsg1("There are no token ptrs for rule references: '$%s'",&zzbegexpr[1])); }
411 warn(eMsg1("$%s not parameter, return value, (defined) element label",&zzbegexpr[1]));
673 if ( f==NULL ) {warn(eMsg1("cannot open token defs file '%s'", fname+1));}
840 err(eMsg1("duplicate rule definition: '%s'",LATEXT(1)));
888 warn(eMsg1("default errclass for '%s' would conflict with token/errclass/tokclass",a));
    [all...]
misc.c 153 warn(eMsg1("lexclass name conflicts with token/errclass label '%s'",m));
224 require(p!=NULL, eMsg1("hasAction: expr '%s' doesn't exist",expr));
241 require(p!=NULL, eMsg1("setHasAction: expr '%s' doesn't exist",expr));
732 if ( r == NULL ) {fatal_internal( eMsg1("rule %s must be defined but isn't", rule) );}
753 eMsg1("FoPush: FoStack stack-ptr is playing out of its sandbox",
822 require(r!=NULL,eMsg1("rule %s must be defined but isn't", rule));
824 eMsg1("RegisterCycle(%s): FoStack stack-ptr is playing out of its sandbox",
907 require(f!=NULL, eMsg1("FOLLOW(%s) must be in cache but isn't", RulePtr[c->croot]->rname) );
925 require(g!=NULL, eMsg1("FOLLOW(%s) must be in cache but isn't", RulePtr[r]->rname) );
    [all...]
antlr.c 143 if ( f==NULL ) {warn(eMsg1("cannot open token defs file '%s'", fname+1));}
513 err(eMsg1("duplicate rule definition: '%s'",LATEXT(1)));
638 warn(eMsg1("default errclass for '%s' would conflict with token/errclass/tokclass",a));
874 warnFL(eMsg1("#pred %s previously defined - ignored",name),
1120 warnFL(eMsg1("no previously defined #pred with name \"%s\"",name),
1233 warn(eMsg1("errclass name conflicts with regular expression '%s'",t));
1243 warn(eMsg1("redefinition of errclass or conflict w/token or tokclass '%s'; ignored",t));
    [all...]
lex.c 54 require(dlgFile!=NULL, eMsg1("genLexFile: cannot open %s", OutMetaName(DlgFileName)) );
199 require(t!=NULL, eMsg1("genLexDescr: rexpr %s not in hash table",q->expr) );
260 require(DefFile!=NULL, eMsg1("genDefFile: cannot open %s", OutMetaName(DefFileName)) );
314 warnNoFL(eMsg1("token label has no associated rexpr: %s",TokenString(i)));
361 require(f!=NULL, eMsg1("GenRemapFile: cannot open %s", OutMetaName(RemapFileName)) );
main.c 107 if ( *s=='-' ) { warnNoFL( eMsg1("invalid option: '%s'",s) ); return; }
110 warnNoFL(eMsg1("file '%s' ignored as '-' (stdin option) was specified first",s));
140 if ( *t=='-' ) { warnNoFL( eMsg1("invalid option: '%s'",t) ); return; }
143 warnNoFL(eMsg1("file '%s' ignored as '-' (stdin option) was specified first",t));
149 warnNoFL(eMsg1("file '%s' can't be opened", t));
784 if ( f==NULL ) {warnNoFL( eMsg1("can't create %s",OutMetaName(stdpccts)) );}
    [all...]
generic.h 54 #define eMsg1(s,a) eMsg3(s,a,NULL,NULL)
build.c 647 fatal_internal(eMsg1("out of memory while building rule '%s'",CurRule));
681 fatal_internal(eMsg1("out of memory while building rule '%s'",CurRule));
718 fatal_internal(eMsg1("out of memory while building rule '%s'",CurRule));
757 fatal_internal(eMsg1("out of memory while building rule '%s'",CurRule));
pred.c 116 warnFL(eMsg1("predicate: %s missing, bad, or with i=0; assuming i=1",
492 warnFL( eMsg1("rule %s not defined",p->text), FileStr[p->file], p->line );
scan.c 549 warn(eMsg1("unknown meta-op: %s",LATEXT(1))); zzskip();
1389 /* MR10 */ { err(eMsg1("There are no token ptrs for rule references: '$%s'",&zzbegexpr[1])); }
1404 warn(eMsg1("$%s not parameter, return value, (defined) element label",&zzbegexpr[1]));
    [all...]
bits.c 287 warnNoFL(eMsg1("self-referential error class '%s'; ignored",
mrhoist.c     [all...]
fset.c 318 warnFL( eMsg1("rule %s not defined",p->text), FileStr[p->file], p->line );
    [all...]
gen.c     [all...]
fset2.c     [all...]

Completed in 126 milliseconds