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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc90-vla-1.c6 tdef (int n) function
H A Dc99-vla-1.c6 tdef (int n) function
/openbsd-current/gnu/gcc/gcc/cp/
H A Dname-lookup.c4836 tree tdef;
4864 tdef = create_implicit_typedef (name, type);
4865 DECL_CONTEXT (tdef) = FROB_CONTEXT (context);
4871 retrofit_lang_decl (tdef);
4872 DECL_ANTICIPATED (tdef) = 1;
4873 DECL_FRIEND_P (tdef) = 1;
4882 set_identifier_type_value_with_scope (name, tdef, b);
4831 tree tdef; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delflink.c940 bfd_boolean ntdef, tdef;
950 tdef = olddef;
959 tdef = newdef;
962 if (tdef && ntdef)
966 else if (!tdef && !ntdef)
970 else if (tdef)
937 bfd_boolean ntdef, tdef; local

Completed in 308 milliseconds