Searched refs:aux (Results 1 - 25 of 215) sorted by relevance

123456789

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dnullify_1.f6 real, pointer :: aux(:,:) local in subroutine:ordern
8 nullify(aux)
H A Dproc_ptr_result_2.f9035 call set_fun(aux)
42 function aux() function in module:proc_ptr_15
43 external aux
44 pointer aux
46 aux => sin
H A Dcray_pointers_9.f9058 gp = get_funloc(make_mess,aux)
73 function aux(x) function
78 type(C_FUNPTR) aux local in function:aux
80 aux = C_FUNLOC(x)
81 end function aux
H A Ddg.exp35 proc dg-compile-aux-modules { args } {
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/char/
H A D2.cc30 std::string aux = strlit; local
31 aux.replace(aux.begin()+5, aux.begin()+20,
32 aux.begin()+10, aux.begin()+15);
33 VERIFY(aux == "../thg piealei Bay/Kauai/Hawaii");
35 aux = strlit;
36 aux.replace(aux
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/
H A D2.cc31 std::wstring aux = strlit; local
32 aux.replace(aux.begin()+5, aux.begin()+20,
33 aux.begin()+10, aux.begin()+15);
34 VERIFY(aux == L"../thg piealei Bay/Kauai/Hawaii");
36 aux = strlit;
37 aux.replace(aux
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/
H A D1.cc34 string aux = strlit; local
35 string::size_type i = aux.rfind("/");
37 aux.assign(aux, i + 1, string::npos);
38 VERIFY(aux == "Hawaii");
40 aux = strlit;
41 i = aux.rfind("r/");
43 aux.assign(aux, i + 1, string::npos);
44 VERIFY(aux
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/
H A D1.cc34 wstring aux = strlit; local
35 wstring::size_type i = aux.rfind(L"/");
37 aux.assign(aux, i + 1, wstring::npos);
38 VERIFY(aux == L"Hawaii");
40 aux = strlit;
41 i = aux.rfind(L"r/");
43 aux.assign(aux, i + 1, wstring::npos);
44 VERIFY(aux
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D950612-1.c50 long long aux; local
54 aux = *sp++;
55 if (aux < 0)
58 aux = -aux;
65 acc = ((((((unsigned long long) acc) & 0xffffffff) * (((unsigned long long) aux) & 0xffffffff)) >> 32)
66 + ((((unsigned long long) acc) >> 32) * (((unsigned long long) aux) & 0xffffffff) + (((unsigned long long) acc) & 0xffffffff) + (((unsigned long long) aux) >> 32))
67 + (((((unsigned long long) acc) >> 32) * (((unsigned long long) aux) >> 32)) << 32));
74 short aux; local
82 long long aux; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr47281.c6 F* aux(void (*x)()) function
22 return get_funloc (make_mess, aux);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dpr20356.c5 #include <pr20356-aux.h>
H A Dpr20348.c5 #include <pr20348-aux.h>
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Dfile-2.d11 0+ l[ ]*df \*ABS\*[ ]+0+ aux-1\.s
13 0+ l[ ]*df \*ABS\*[ ]+0+ aux-2\.s
/haiku-buildtools/gcc/gcc/
H A Dprofile.h38 #define EDGE_INFO(e) ((struct edge_profile_info *) (e)->aux)
H A Dtree-ssa-uncprop.c133 true_edge->aux = equivalency;
140 false_edge->aux = equivalency;
149 true_edge->aux = equivalency;
156 false_edge->aux = equivalency;
179 true_edge->aux = equivalency;
181 false_edge->aux = equivalency;
236 find_edge (bb, BASIC_BLOCK_FOR_FN (cfun, i))->aux =
412 if (e->aux)
414 struct edge_equivalency *equiv = (struct edge_equivalency *) e->aux;
455 if (e->aux)
[all...]
H A Dipa-comdats.c191 if (!node->aux && node->definition)
193 node->aux = *first;
212 if (!node->aux && node->definition)
214 node->aux = *first;
272 symbol->aux = (symtab_node *) (void *) 1;
294 symbol->aux = (symtab_node *) (void *) 1;
299 symbol->aux = first;
306 symbol->aux = NULL;
318 first = (symtab_node *)first->aux;
335 symbol->aux
[all...]
H A Dlcm.c129 bb->aux = bb;
140 e->src->aux = EXIT_BLOCK_PTR_FOR_FN (cfun);
152 if (bb->aux == EXIT_BLOCK_PTR_FOR_FN (cfun))
153 /* Do not clear the aux field for blocks which are predecessors of
159 /* Clear the aux field of this block so that it can be added to
161 bb->aux = NULL;
171 if (!e->src->aux && e->src != ENTRY_BLOCK_PTR_FOR_FN (cfun))
174 e->src->aux = e;
276 INDEX_EDGE (edge_list, i)->aux = (void *) (size_t) i;
295 bitmap_copy (later[(size_t) e->aux], earlies
[all...]
H A Dipa-utils.c115 struct ipa_dfs_info *v_info = (struct ipa_dfs_info *) v->aux;
136 if (w->aux
140 w_info = (struct ipa_dfs_info *) w->aux;
165 x_info = (struct ipa_dfs_info *) x->aux;
219 struct ipa_dfs_info *info = (struct ipa_dfs_info *) node->aux;
225 node->aux = info;
232 node->aux = NULL;
247 /* Deallocate all ipa_dfs_info structures pointed to by the aux pointer of call
256 /* Get rid of the aux information. */
257 if (node->aux)
[all...]
H A Dipa.c111 if (node->aux && node->aux != (void *) 2)
115 if (node->aux == (void *)2 && !reachable->contains (node))
117 node->aux = *first;
342 gcc_assert (!node->aux);
344 gcc_assert (!vnode->aux);
363 gcc_assert (!node->aux);
381 first = (symtab_node *)first->aux;
387 node->aux = (void *)2;
544 if (!node->aux)
[all...]
H A Dddg.h71 } aux; member in struct:ddg_node
102 } aux; member in struct:ddg_edge
H A Dtree-ssa-threadupdate.c273 #define THREAD_PATH(E) ((vec<jump_thread_edge *> *)(E)->aux)
336 e->aux = NULL;
566 e->aux = NULL;
1248 single_succ_edge (rd->dup_blocks[1])->aux = NULL;
1430 /* Go ahead and clear E->aux. It's not needed anymore and failure
1433 e->aux = NULL;
1519 if (e->aux == NULL)
1547 e->aux = NULL;
1671 e->aux = NULL;
1898 if (latch->aux)
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Daltivec-10.c63 vector bool int aux; local
66 aux = vec_cmple (a, b);
68 if (!vec_all_eq (aux, le))
/haiku-buildtools/gcc/lto-plugin/
H A Dlto-plugin.c107 struct sym_aux *aux; member in struct:plugin_symtab
208 struct sym_aux *aux)
275 memcpy (&aux->slot, p, sizeof (uint32_t));
280 aux->next_conflict = -1;
291 struct sym_aux *aux; local
300 aux = xrealloc (out->aux, len * sizeof (struct sym_aux));
304 aux[n].id = out->id;
305 data = parse_table_entry (data, &syms[n], &aux[n]);
312 out->aux
207 parse_table_entry(char *p, struct ld_plugin_symbol *entry, struct sym_aux *aux) argument
790 struct sym_aux *aux = &t->aux[i]; local
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/arc/
H A Dtaux.d2 #name: aux register test
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c818 struct objdump_disasm_info *aux;
820 aux = (struct objdump_disasm_info *) inf->application_data;
821 bfd_sprintf_vma (aux->abfd, buf, vma);
898 struct objdump_disasm_info *aux;
907 aux = (struct objdump_disasm_info *) inf->application_data;
908 abfd = aux->abfd;
909 sec = aux->sec;
975 want_section = (aux->require_sec
1032 && aux->dynrelbuf != NULL
1040 for (rel_count = aux
813 struct objdump_disasm_info *aux; local
893 struct objdump_disasm_info *aux; local
1135 struct objdump_disasm_info *aux; local
1626 struct objdump_disasm_info *aux; local
2261 struct objdump_disasm_info aux; local
[all...]

Completed in 225 milliseconds

123456789