Home
last modified time | relevance | path

Searched refs:REAL_IDENTIFIER_TYPE_VALUE (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dname-lookup.c1872 if (REAL_IDENTIFIER_TYPE_VALUE (id) == NULL_TREE) in identifier_type_value_1()
1875 if (REAL_IDENTIFIER_TYPE_VALUE (id) != global_type_node) in identifier_type_value_1()
1876 return REAL_IDENTIFIER_TYPE_VALUE (id); in identifier_type_value_1()
1920 tree old_type_value = REAL_IDENTIFIER_TYPE_VALUE (id); in set_identifier_type_value_with_scope()
4984 if (REAL_IDENTIFIER_TYPE_VALUE (name) != NULL_TREE in lookup_type_current_level()
4985 && REAL_IDENTIFIER_TYPE_VALUE (name) != global_type_node) in lookup_type_current_level()
4992 t = REAL_IDENTIFIER_TYPE_VALUE (name); in lookup_type_current_level()
5853 saved->real_type_value = REAL_IDENTIFIER_TYPE_VALUE (id); in store_binding()
H A Dcp-tree.h477 #define REAL_IDENTIFIER_TYPE_VALUE(NODE) TREE_TYPE (NODE) macro
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.c3791 if (REAL_IDENTIFIER_TYPE_VALUE (id) == NULL_TREE) in identifier_type_value_1()
3794 if (REAL_IDENTIFIER_TYPE_VALUE (id) != global_type_node) in identifier_type_value_1()
3795 return REAL_IDENTIFIER_TYPE_VALUE (id); in identifier_type_value_1()
3829 tree old_type_value = REAL_IDENTIFIER_TYPE_VALUE (id); in set_identifier_type_value_with_scope()
6808 saved.real_type_value = REAL_IDENTIFIER_TYPE_VALUE (id); in store_binding()
H A Dcp-tree.h1006 #define REAL_IDENTIFIER_TYPE_VALUE(NODE) TREE_TYPE (NODE) macro