HomeSort by: relevance | last modified time | path
    Searched defs:cpp_ttype (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/include/
cpplib.h 156 enum cpp_ttype enum
259 ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */
1222 cpp_string *, enum cpp_ttype);
1228 enum cpp_ttype type);
1231 cpp_string *, enum cpp_ttype);
1411 extern const char *cpp_type2name (enum cpp_ttype, unsigned char flags);
1523 extern enum cpp_ttype cpp_userdef_string_remove_type
1524 (enum cpp_ttype type);
1525 extern enum cpp_ttype cpp_userdef_string_add_type
1526 (enum cpp_ttype type)
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 153 enum cpp_ttype enum
251 ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */
1162 cpp_string *, enum cpp_ttype);
1168 enum cpp_ttype type);
1171 cpp_string *, enum cpp_ttype);
1349 extern const char *cpp_type2name (enum cpp_ttype, unsigned char flags);
1461 extern enum cpp_ttype cpp_userdef_string_remove_type
1462 (enum cpp_ttype type);
1463 extern enum cpp_ttype cpp_userdef_string_add_type
1464 (enum cpp_ttype type)
    [all...]

Completed in 26 milliseconds