Home
last modified time | relevance | path

Searched refs:IDENTIFIER_TYPE_VALUE (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dinit.c1340 type = IDENTIFIER_TYPE_VALUE (name);
1367 return IDENTIFIER_TYPE_VALUE (name);
1996 type = IDENTIFIER_TYPE_VALUE (decl);
H A Dlex.c1282 type = IDENTIFIER_TYPE_VALUE (node);
H A Dtypeck2.c1282 type = IDENTIFIER_TYPE_VALUE (exp);
H A Dcp-tree.h480 #define IDENTIFIER_TYPE_VALUE(NODE) identifier_type_value (NODE) macro
483 #define IDENTIFIER_HAS_TYPE_VALUE(NODE) (IDENTIFIER_TYPE_VALUE (NODE) ? 1 : 0)
H A Ddecl.c3010 if (IDENTIFIER_TYPE_VALUE (name) != type)
10950 type = IDENTIFIER_TYPE_VALUE (id);
13615 t = IDENTIFIER_TYPE_VALUE (name); in xref_tag()
H A DChangeLog.11450 update our IDENTIFIER_TYPE_VALUE.
2814 * decl.c (set_nested_typename): Set IDENTIFIER_TYPE_VALUE on the
6759 update the IDENTIFIER_TYPE_VALUE of its name.
8119 IDENTIFIER_TYPE_VALUE or IDENTIFIER_CLASS_TYPE_VALUE or NULL_TREE.
H A Dpt.c6642 type = IDENTIFIER_TYPE_VALUE (t);
H A DChangeLog.211422 (IDENTIFIER_TYPE_VALUE): Use identifier_type_value.
11424 (IDENTIFIER_HAS_TYPE_VALUE): Use IDENTIFIER_TYPE_VALUE.
11578 (typename_sub2): Use IDENTIFIER_TYPE_VALUE to retrieve the type
H A DChangeLog5703 (IDENTIFIER_TYPE_VALUE): Likewise.
/openbsd/gnu/gcc/gcc/cp/
H A Dcp-tree.h397 #define IDENTIFIER_TYPE_VALUE(NODE) identifier_type_value (NODE) macro
400 #define IDENTIFIER_HAS_TYPE_VALUE(NODE) (IDENTIFIER_TYPE_VALUE (NODE) ? 1 : 0)
H A Dinit.c1303 return IDENTIFIER_TYPE_VALUE (name); in get_type_value()
H A Dname-lookup.c4829 if (IDENTIFIER_TYPE_VALUE (name) != type) in pushtag()
H A DChangeLog-19951801 update our IDENTIFIER_TYPE_VALUE.
3165 * decl.c (set_nested_typename): Set IDENTIFIER_TYPE_VALUE on the
H A DChangeLog-19984634 (IDENTIFIER_TYPE_VALUE): Use identifier_type_value.
4636 (IDENTIFIER_HAS_TYPE_VALUE): Use IDENTIFIER_TYPE_VALUE.
4790 (typename_sub2): Use IDENTIFIER_TYPE_VALUE to retrieve the type
H A DChangeLog-19943319 update the IDENTIFIER_TYPE_VALUE of its name.
4679 IDENTIFIER_TYPE_VALUE or IDENTIFIER_CLASS_TYPE_VALUE or NULL_TREE.
H A Dpt.c7257 type = IDENTIFIER_TYPE_VALUE (t); in tsubst()
H A DChangeLog-20024300 (IDENTIFIER_TYPE_VALUE): Likewise.