Searched refs:global_value (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/gcc/gcc/cp/ |
H A D | name-lookup.h | 358 tree global_value = namespace_binding (id, global_namespace); in get_global_value_if_present() local 359 if (global_value) in get_global_value_if_present() 360 *decl = global_value; in get_global_value_if_present() 361 return global_value != NULL; in get_global_value_if_present() 369 tree global_value = namespace_binding (id, global_namespace); in is_typename_at_global_scope() local 371 return global_value && TREE_CODE (global_value) == TYPE_DECL; in is_typename_at_global_scope()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-tree.h | 40 tree global_value; member 77 (((struct lang_identifier *) (NODE))->global_value)
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | java-tree.h | 701 tree global_value; member 726 (((struct lang_identifier *)(NODE))->global_value)
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | com.c | 581 tree global_value; member 593 (((struct lang_identifier *)(NODE))->global_value)
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | ChangeLog-0001 | 6805 global_value. 7545 global_value to a bfd_vma.
|
H A D | ChangeLog-9193 | 1891 (symext_rootP, symext_lastP, global_value, GOT_value,
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | ChangeLog-0001 | 6805 global_value. 7545 global_value to a bfd_vma.
|
H A D | ChangeLog-9193 | 1891 (symext_rootP, symext_lastP, global_value, GOT_value,
|