Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc90-vla-1.c6 tdef (int n) in tdef() function
H A Dc99-vla-1.c6 tdef (int n) in tdef() function
/openbsd/gnu/gcc/gcc/cp/
H A Dname-lookup.c4831 tree tdef; in pushtag() local
4859 tdef = create_implicit_typedef (name, type); in pushtag()
4860 DECL_CONTEXT (tdef) = FROB_CONTEXT (context); in pushtag()
4866 retrofit_lang_decl (tdef); in pushtag()
4867 DECL_ANTICIPATED (tdef) = 1; in pushtag()
4868 DECL_FRIEND_P (tdef) = 1; in pushtag()
4877 set_identifier_type_value_with_scope (name, tdef, b); in pushtag()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delflink.c937 bfd_boolean ntdef, tdef; in _bfd_elf_merge_symbol() local
947 tdef = olddef; in _bfd_elf_merge_symbol()
956 tdef = newdef; in _bfd_elf_merge_symbol()
959 if (tdef && ntdef) in _bfd_elf_merge_symbol()
963 else if (!tdef && !ntdef) in _bfd_elf_merge_symbol()
967 else if (tdef) in _bfd_elf_merge_symbol()