Home
last modified time | relevance | path

Searched refs:T_CONST (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y123 %token <value> T_CONST
709 T_CONST T_SYMBOL expression
720 | T_CONST T_SYMBOL T_DOWNLOAD
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.c6705 #define T_CONST 1 macro
6987 if (next_code == T_CONST) in intel_e09()
7395 if (cur_token.code != T_CONST) in intel_e11()
7500 case T_CONST: in intel_e11()
7511 if (cur_token.code != T_CONST) in intel_e11()
7650 new_token.code = T_CONST; in intel_get_token()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-199919336 (special_symbol): If a T_CONST is the empty string, push a
19663 multiple times. Handle __STDC__ specially. T_CONST
19669 __REGISTER_PREFIX__ with T_CONST special hashtab entries.
19671 __STDC_VERSION__, using T_CONST. Use T_STDC for
H A DChangeLog-200021126 (special_symbol): Remove case T_CONST, T_XCONST, T_MCONST. If
22357 T_VERSION. Treat T_STDC like T_CONST unless
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-00014590 (T_CONST): Define.