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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-pragma.h 23 #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 *,
c-common.h 328 /* 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))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h 151 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);
    [all...]

Completed in 192 milliseconds