Home
last modified time | relevance | path

Searched refs:IDENTIFIER_LABEL_VALUE (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dptree.c164 print_node (file, "label", IDENTIFIER_LABEL_VALUE (node), indent + 4); in cxx_print_identifier()
H A Dcp-tree.h402 #define IDENTIFIER_LABEL_VALUE(NODE) \ macro
405 IDENTIFIER_LABEL_VALUE (NODE) = (VALUE)
H A Ddecl.c2289 decl = IDENTIFIER_LABEL_VALUE (id); in lookup_label()
2306 shadow = tree_cons (IDENTIFIER_LABEL_VALUE (id), NULL_TREE, in declare_local_label()
H A DChangeLog-20024305 (IDENTIFIER_LABEL_VALUE): Whitespace and wrap.
H A DChangeLog-20034540 (IDENTIFIER_LABEL_VALUE): Adjust for new lang_identifier.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200437402 (IDENTIFIER_LABEL_VALUE, C_DECL_INVISIBLE)