Searched refs:BINDING_TYPE (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | decl2.c | 3874 type = BINDING_TYPE (new); in ambiguous_decl() 3877 if (!BINDING_TYPE (old)) in ambiguous_decl() 3878 BINDING_TYPE (old) = type; in ambiguous_decl() 3879 else if (type && BINDING_TYPE (old) != type) in ambiguous_decl() 3884 cp_error_at (" first type here", BINDING_TYPE (old)); in ambiguous_decl() 3949 if (!BINDING_VALUE (result) && !BINDING_TYPE (result)) in qualified_lookup_using_namespace() 4675 oldtype = BINDING_TYPE (binding); 4683 BINDING_TYPE (binding) = newtype;
|
H A D | decl.c | 1173 BINDING_TYPE (binding) = NULL_TREE; 1201 BINDING_TYPE (binding) = decl; 1440 else if (BINDING_TYPE (binding) == decl) 1441 BINDING_TYPE (binding) = NULL_TREE; 2413 BINDING_TYPE (result) = NULL_TREE; in binding_for_name() 2785 BINDING_TYPE (binding) = type; 4768 old_decl = BINDING_TYPE (binding); in push_class_level_binding() 5713 old = BINDING_TYPE (binding); 6215 if (BINDING_TYPE (binding) in select_decl() 6266 binding.type = BINDING_TYPE (b); [all …]
|
H A D | cp-tree.h | 352 #define BINDING_TYPE(NODE) ((NODE)->type) macro
|
H A D | ChangeLog.2 | 6868 (push_binding): Clear BINDING_TYPE. 11414 * cp-tree.h (BINDING_TYPE, SET_IDENTIFIER_GLOBAL_VALUE, 11484 set BINDING_TYPE, and use global_type_node. 11501 (lookup_tag): On namespace level, look in the BINDING_TYPE.
|
H A D | ChangeLog | 1499 (BINDING_TYPE): Likewise. 5691 (BINDING_TYPE): Whitespace.
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-1998 | 80 (push_binding): Clear BINDING_TYPE. 4626 * cp-tree.h (BINDING_TYPE, SET_IDENTIFIER_GLOBAL_VALUE, 4696 set BINDING_TYPE, and use global_type_node. 4713 (lookup_tag): On namespace level, look in the BINDING_TYPE.
|
H A D | ChangeLog-2003 | 1197 macros BINDING_SCOPE, BINDING_VALUE and BINDING_TYPE. 4948 (BINDING_TYPE): Likewise. 5148 (BINDING_TYPE): Likewise.
|
H A D | ChangeLog-2002 | 4288 (BINDING_TYPE): Whitespace.
|