Searched refs:call1 (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/binutils/ld/testsuite/ld-x86-64/
H A Dmpx4b.s2 .globl call1
3 .type call1, @function
4 call1: label
H A Dmpx3b.s2 .globl call1
3 .type call1, @function
4 call1: label
6 .size call1, .-call1
H A Dmpx4a.s5 movl $call1, %edi
H A Dcall1a.d1 #source: call1.s
H A Dcall1c.d1 #source: call1.s
H A Dcall1i.d1 #source: call1.s
H A Dcall1h.d1 #source: call1.s
H A Dcall1b.d1 #source: call1.s
H A Dcall1e.d1 #source: call1.s
H A Dcall1f.d1 #source: call1.s
H A Dcall1g.d1 #source: call1.s
H A Dcall1d.d1 #source: call1.s
H A Dmpx3a.s5 movl $call1, %edi
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/asan/
H A Ddeep-tail-call-1.C10 void __attribute__((noinline)) call1(int i) { call2(i); } function
13 call1(one);
21 // { dg-output " #3 0x\[0-9a-f\]+ +(in \[^\n\r]*call1\[^\n\r]*|\[(\])\[^\n\r]*(\n|\r\n|\r)" }
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dfunc5.go25 func call1(f func(int, int) int, a, b int) int { func
65 three(call1(add, 1, 2))
68 three(call1(f, 1, 2))
70 three(call1(fn(), 1, 2))
72 three(call1(func(a, b int) int { return a + b }, 1, 2))
/haiku-buildtools/gcc/gcc/c-family/
H A Dcilk.c791 tree function, call1, call2, new_args; local
826 call1 = cilk_call_setjmp (cfun->cilk_frame_decl);
838 setjmp_value = create_tmp_var (TREE_TYPE (call1));
839 setjmp_expr = fold_build2 (MODIFY_EXPR, void_type_node, setjmp_value, call1);
843 setjmp_cond_expr = fold_build2 (EQ_EXPR, TREE_TYPE (call1), setjmp_value,
844 build_int_cst (TREE_TYPE (call1), 0));
846 call2, build_empty_stmt (EXPR_LOCATION (call1)));
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-arm/
H A Darm-elf.exp110 {"arm-call" "-static -T arm.ld" "-meabi=4" {arm-call1.s arm-call2.s}
/haiku-buildtools/binutils/ld/testsuite/ld-arm/
H A Darm-elf.exp105 {"arm-call" "--no-fix-arm1176 -static -T arm.ld" "" "-meabi=4" {arm-call1.s arm-call2.s}
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-intrinsic.c5143 tree utype, arg2, call1, call2; local
5159 call1 = build_call_expr_loc (input_location, func, 1,
5172 call1, call2);
5175 call1, call2);

Completed in 213 milliseconds