Home
last modified time | relevance | path

Searched refs:ignoreTypedefType (Results 1 – 3 of 3) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCC.y52 int ignoreTypedefType=0; variable
789 ignoreTypedefType = 0;
1436 ignoreTypedefType = 0;
1443 ignoreTypedefType = 0;
1728 ignoreTypedefType = 0;
1947 ignoreTypedefType = 0;
2271 ignoreTypedefType = 0;
2283 ignoreTypedefType = 0;
2417 ignoreTypedefType = 0;
2449 ignoreTypedefType = 0;
[all …]
H A DSDCCglobl.h364 extern int ignoreTypedefType;
H A DSDCC.lex273 "{"|"<%" { count (); ignoreTypedefType = 0; return '{'; }
278 "(" { count (); ignoreTypedefType = 0; return '('; }
531 if (!ignoreTypedefType && sym && IS_SPEC (sym->etype)