Searched refs:cpp_ttype (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dc-pragma.h24 #include "cpplib.h" /* For enum cpp_ttype. */
98 extern enum cpp_ttype pragma_lex (tree *);
110 having enum cpp_ttype declared. */
111 extern enum cpp_ttype c_lex_with_flags (tree *, location_t *, unsigned char *,
H A Dcpplib.h143 enum cpp_ttype enum
215 ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */
744 cpp_string *, enum cpp_ttype);
747 cpp_string *, enum cpp_ttype);
910 extern const char *cpp_type2name (enum cpp_ttype, unsigned char flags);
H A Dc-common.h985 extern void c_parse_error (const char *, enum cpp_ttype, tree, unsigned char);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Dc-pragma.h24 #include <cpplib.h> /* For enum cpp_ttype. */
115 extern enum cpp_ttype pragma_lex (tree *);
127 having enum cpp_ttype declared. */
128 extern enum cpp_ttype c_lex_with_flags (tree *, location_t *, unsigned char *,
H A Dcpplib.h143 enum cpp_ttype enum
214 ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */
741 cpp_string *, enum cpp_ttype);
744 cpp_string *, enum cpp_ttype);
868 extern const char *cpp_type2name (enum cpp_ttype, unsigned char flags);
H A Dc-common.h1091 extern void c_parse_error (const char *, enum cpp_ttype, tree, unsigned char);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/c-family/
H A Dc-pragma.h23 #include "cpplib.h" /* For enum cpp_ttype. */
130 extern enum cpp_ttype pragma_lex (tree *);
142 having enum cpp_ttype declared. */
143 extern enum cpp_ttype c_lex_with_flags (tree *, location_t *, unsigned char *,
H A Dc-common.h328 /* Extra cpp_ttype values for C++. */
331 #define CPP_KEYWORD ((enum cpp_ttype) (N_TTYPES + 1))
337 #define CPP_TEMPLATE_ID ((enum cpp_ttype) (CPP_KEYWORD + 1))
344 #define CPP_NESTED_NAME_SPECIFIER ((enum cpp_ttype) (CPP_TEMPLATE_ID + 1))
347 #define CPP_DECLTYPE ((enum cpp_ttype) (CPP_NESTED_NAME_SPECIFIER + 1))
1024 extern void c_parse_error (const char *, enum cpp_ttype, tree, unsigned char);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dcpplib.h151 enum cpp_ttype enum
223 ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */
782 cpp_string *, enum cpp_ttype);
785 cpp_string *, enum cpp_ttype);
960 extern const char *cpp_type2name (enum cpp_ttype, unsigned char flags);
1044 extern enum cpp_ttype cpp_userdef_string_remove_type
1045 (enum cpp_ttype type);
1046 extern enum cpp_ttype cpp_userdef_string_add_type
1047 (enum cpp_ttype type);
1048 extern enum cpp_ttype cpp_userdef_char_remove_typ
[all...]

Completed in 141 milliseconds