Searched refs:fundef (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/ld/testsuite/ld-undefined/
H A Dweak-undef.exp71 } elseif {![ld_assemble $as "$asflags $srcdir/$subdir/weak-fundef.s" \
72 tmpdir/weak-fundef.o]} then {
74 } elseif {![ld_simple_link $ld tmpdir/weak-fundef.so \
75 "--shared tmpdir/weak-fundef.o"]} then {
80 set exec_output [run_host_cmd "$nm" "-D tmpdir/weak-fundef.so"]
95 if {![ld_simple_link $ld tmpdir/weak-fundef \
96 "--no-as-needed tmpdir/weak-fundef.o tmpdir/weak-fundef.so"]} then {
99 set exec_output [run_host_cmd "$nm" "-D tmpdir/weak-fundef"]
/haiku-buildtools/gcc/gcc/cp/
H A Dconstexpr.c158 constexpr_fundef_hasher::hash (constexpr_fundef *fundef) argument
160 return DECL_UID (fundef->decl);
168 constexpr_fundef fundef = { NULL, NULL }; local
172 fundef.decl = fun;
173 return constexpr_fundef_table->find (&fundef);
867 constexpr_fundef *fundef; variable
944 if (!constexpr_fundef_hasher::equal (lhs->fundef, rhs->fundef))
1089 tree fun = new_call->fundef->decl;
1258 if (ctx && ctx->call && ctx->call->fundef
[all...]

Completed in 67 milliseconds