Home
last modified time | relevance | path

Searched refs:enumloc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c8753 location_t enumloc = UNKNOWN_LOCATION; in start_enum() local
8760 enumtype = lookup_tag (ENUMERAL_TYPE, name, true, &enumloc); in start_enum()
8771 enumloc = DECL_SOURCE_LOCATION (TYPE_STUB_DECL (enumtype)); in start_enum()
8784 if (enumloc != UNKNOWN_LOCATION) in start_enum()
8785 inform (enumloc, "originally defined here"); in start_enum()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc9105 location_t enumloc = UNKNOWN_LOCATION; in start_enum() local
9112 enumtype = lookup_tag (ENUMERAL_TYPE, name, true, &enumloc); in start_enum()
9123 enumloc = DECL_SOURCE_LOCATION (TYPE_STUB_DECL (enumtype)); in start_enum()
9136 if (enumloc != UNKNOWN_LOCATION) in start_enum()
9137 inform (enumloc, "originally defined here"); in start_enum()