Searched refs:indices (Results 1 - 25 of 59) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic113.C9 struct indices {}; struct
15 void unpack_test( T && t, indices<Indices...> ) {
20 unpack_test( A(), indices<>() );
H A Dvariadic116.C11 struct indices struct
25 f(Tuple&&, indices<Indices...>);
31 f(tuple<int, char, unsigned> (), indices<2, 1, 0> ());
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dconstexpr-array3.C38 CONSTEXPR auto indices = rotate2(); local
39 assert(indices[0][0] == 0);
40 assert(indices[0][1] == 1);
41 assert(indices[1][0] == 1);
42 assert(indices[1][1] == 0);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr36038.c6 int indices[10]; variable
34 markstack_ptr = indices + 9;
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4448.go7 // Issue 4448: 64-bit indices that are statically known
H A Dissue4813.go7 // Issue 4813: use of constant floats as indices.
/haiku-buildtools/legacy/gcc/libobjc/objc/
H A Dsarray.h133 struct sindex** indices; member in struct:sarray
212 indices[x.off.ioffset]->
221 indices[index/INDEX_CAPACITY]->
/haiku-buildtools/gcc/gcc/
H A Dtree-data-ref.h61 /* Describes the evolutions of indices of the memory reference. The indices
62 are indices of the ARRAY_REFs, indexes in artificial dimensions
71 indices: {j_0, +, 1}_2 {16, +, 4}_2
77 struct indices struct
82 /* A list of chrecs. Access functions of the indices. */
127 struct indices indices; member in struct:data_reference
135 #define DR_BASE_OBJECT(DR) (DR)->indices.base_object
136 #define DR_UNCONSTRAINED_BASE(DR) (DR)->indices
[all...]
H A Doptc-gen.awk240 indices[opts[i]] = j;
254 indices[opts[i]] = j;
345 idx = indices[neg]
351 idx = indices[opts[i]];
/haiku-buildtools/legacy/gcc/libobjc/
H A Dsarray.c40 const char* __objc_sparse2_id = "2 level sparse indices";
44 const char* __objc_sparse3_id = "3 level sparse indices";
132 the_index = &(array->indices[ioffset]);
275 arr->indices = new_indices;
339 old_indices = array->indices;
368 /* install the new indices */
369 array->indices = new_indices;
375 /* free the old indices */
408 old_indices = array->indices;
464 sarray_free_garbage(array->indices);
[all...]
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dasan-dg.exp181 while {[regexp -start $idx -indices " #\[0-9\]+ 0x\[0-9a-f\]+ \[(\](\[^)\]+\[+\]0x\[0-9a-f\]+)\[)\]" "$output" -> addr] > 0} {
205 while {[regexp -start $idx -indices "DEJAGNU_GTEST_TEST (\[^\n\r\]*)(\r\n|\n|\r)" "$output" -> testname] > 0} {
221 while {[regexp -start $idx -indices "DEJAGNU_GTEST_EXPECT_DEATH(\[0-9\]*)" "$output" -> id ] > 0} {
225 if {[regexp -start $low -indices "$val_id (.*) DEJAGNU_GTEST_EXPECT_DEATH$val_id (.*) DEJAGNU_GTEST_EXPECT_DEATH$val_id\[\n\r\]" "$output" whole statement regexpr ] == 0} { break }
/haiku-buildtools/binutils/cpu/
H A Dsimplify.inc95 indices values handlers)
98 indices values handlers () () ())
108 ; Simpler version of dnh that leaves out the indices, values, handlers,
/haiku-buildtools/legacy/binutils/cpu/
H A Dsimplify.inc98 indices values handlers)
103 indices values handlers () () ())
113 ; Simpler version of dnh that leaves out the indices, values, handlers,
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcgen-opc.c552 int *indices)
563 indices[i] = opinst->index;
565 indices[i] = (*cd->get_int_operand) (cd, op_type, fields);
586 int *indices,
596 cgen_get_insn_operands (cd, insn, fields, indices);
545 cgen_get_insn_operands(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const CGEN_FIELDS *fields, int *indices) argument
576 cgen_lookup_get_insn_operands(CGEN_CPU_DESC cd, const CGEN_INSN *insn, CGEN_INSN_INT insn_int_value, unsigned char *insn_bytes_value, int length, int *indices, CGEN_FIELDS *fields) argument
/haiku-buildtools/binutils/opcodes/
H A Dcgen-opc.c549 int *indices)
560 indices[i] = opinst->index;
562 indices[i] = (*cd->get_int_operand) (cd, op_type, fields);
583 int *indices,
593 cgen_get_insn_operands (cd, insn, fields, indices);
542 cgen_get_insn_operands(CGEN_CPU_DESC cd, const CGEN_INSN *insn, const CGEN_FIELDS *fields, int *indices) argument
573 cgen_lookup_get_insn_operands(CGEN_CPU_DESC cd, const CGEN_INSN *insn, CGEN_INSN_INT insn_int_value, unsigned char *insn_bytes_value, int length, int *indices, CGEN_FIELDS *fields) argument
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-openrisc.c50 int indices [MAX_OPERAND_INSTANCES]; member in struct:openrisc_insn
H A Dtc-m32r.c60 int indices[MAX_OPERAND_INSTANCES]; member in struct:__anon2575
743 #define OPERAND_IS_COND_BIT(operand, indices, index) \
747 && (indices [index] == 0 || indices [index] == 1)))
787 if (OPERAND_IS_COND_BIT (a_operands, a->indices, a_index))
799 && OPERAND_IS_COND_BIT (b_operands, b->indices, b_index))
817 && (a->indices[a_index] == b->indices[b_index]))
1014 /* Get the indices of the operands of the instruction. */
1028 first.indices,
[all...]
H A Dtc-fr30.c49 int indices [MAX_OPERAND_INSTANCES]; member in struct:__anon2536
H A Dtc-ip2k.c50 int indices [MAX_OPERAND_INSTANCES]; member in struct:__anon2569
H A Dtc-xc16x.c57 int indices [MAX_OPERAND_INSTANCES]; member in struct:__anon2609
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dslice3err.go55 // check invalid indices
98 // check out of bounds indices on array
H A Dnil.go72 // Looping over indices is fine.
/haiku-buildtools/binutils/gas/config/
H A Dtc-m32r.c58 int indices[MAX_OPERAND_INSTANCES]; member in struct:__anon409
739 #define OPERAND_IS_COND_BIT(operand, indices, index) \
743 && (indices [index] == 0 || indices [index] == 1)))
783 if (OPERAND_IS_COND_BIT (a_operands, a->indices, a_index))
795 && OPERAND_IS_COND_BIT (b_operands, b->indices, b_index))
813 && (a->indices[a_index] == b->indices[b_index]))
1010 /* Get the indices of the operands of the instruction. */
1024 first.indices,
[all...]
H A Dtc-or1k.c48 int indices [MAX_OPERAND_INSTANCES]; member in struct:__anon438
H A Dtc-xc16x.c55 int indices [MAX_OPERAND_INSTANCES]; member in struct:__anon493

Completed in 372 milliseconds

123