Searched refs:atmp (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dinterface_34.f9014 character, allocatable :: atmp local in function:get_cstring
17 get_cstring = atmp(i) ! { dg-error "must have an explicit function interface" }
21 EXTERNAL :: ptmp, atmp
24 character, allocatable :: atmp local in function:get_cstring2
26 get_cstring2 = atmp(i) ! { dg-error "must have an explicit function interface" }
/haiku-buildtools/binutils/gas/testsuite/gas/i860/
H A Ddir-intel02.s2 // Test that the .atmp directive is recognized and functions.
6 .atmp r31
10 .atmp r5
H A Ddir-intel03-err.s2 # The .dual, .enddual, and .atmp directives are valid only
8 .atmp r31
H A Ddir-intel03-err.l2 .*:8: Error: Directive .atmp available only with -mintel-syntax option
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i860/
H A Ddir-intel02.s2 // Test that the .atmp directive is recognized and functions.
6 .atmp r31
10 .atmp r5
H A Ddir-intel03-err.s2 # The .dual, .enddual, and .atmp directives are valid only
8 .atmp r31
H A Ddir-intel03-err.l2 .*:8: Error: Directive .atmp available only with -mintel-syntax option
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-i860.c106 {"atmp", s_atmp, 0},
138 static int atmp = 31; variable
147 as_bad (_("Directive .atmp available only with -mintel-syntax option"));
155 atmp = 2;
160 atmp = 3;
167 atmp = temp;
317 | (atmp << 16);
322 pseudo[1].opcode = (the_insn.opcode & ~0x03e00000) | (atmp << 21);
337 | (atmp << 16);
342 | (atmp << 2
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-i860.c103 {"atmp", s_atmp, 0},
135 static int atmp = 31; variable
144 as_bad (_("Directive .atmp available only with -mintel-syntax option"));
152 atmp = 2;
157 atmp = 3;
164 atmp = temp;
314 | (atmp << 16);
319 pseudo[1].opcode = (the_insn.opcode & ~0x03e00000) | (atmp << 21);
334 | (atmp << 16);
339 | (atmp << 2
[all...]
/haiku-buildtools/gcc/gcc/
H A Domp-low.c3768 tree tmp, atmp;
3777 atmp = builtin_decl_explicit (BUILT_IN_ALLOCA);
3778 stmt = gimple_build_call (atmp, 1, x);
3828 tree atmp = builtin_decl_explicit (BUILT_IN_ALLOCA);
3829 x = build_call_expr_loc (clause_loc, atmp, 1, x);
3767 tree tmp, atmp; local
3827 tree atmp = builtin_decl_explicit (BUILT_IN_ALLOCA); local

Completed in 186 milliseconds