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

  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 9133 start_enum (location_t loc, struct c_enum_contents *the_enum, tree name)
9358 current enumeration type (one that was begun with start_enum).
9469 tree enumtype = start_enum (loc, &the_enum, get_identifier (name));
9102 start_enum (location_t loc, struct c_enum_contents *the_enum, tree name) function
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 9897 start_enum (location_t loc, struct c_enum_contents *the_enum, tree name,
10209 current enumeration type (one that was begun with start_enum).
10398 tree enumtype = start_enum (loc, &the_enum, get_identifier (name),
9866 start_enum (location_t loc, struct c_enum_contents *the_enum, tree name, function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 4758 align_type_node = start_enum (align_id, NULL_TREE, size_type_node,
16249 start_enum (tree name, tree enumtype, tree underlying_type,
16892 tree enumtype = start_enum (get_identifier (name), NULL_TREE, NULL_TREE,
16230 start_enum (tree name, tree enumtype, tree underlying_type, function
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 5091 align_type_node = start_enum (align_id, NULL_TREE, size_type_node,
16980 start_enum (tree name, tree enumtype, tree underlying_type,
17640 tree enumtype = start_enum (get_identifier (name), NULL_TREE, NULL_TREE,
16961 start_enum (tree name, tree enumtype, tree underlying_type, function

Completed in 99 milliseconds