Searched refs:variants (Results 1 - 25 of 64) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr30147.f904 SUBROUTINE keyword_create(variants)
6 INTENT(in) :: variants
11 CALL keyword_create(variants=(/"K"/))
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dround2-op.s1 # Two-operand variants of "R" and "I".
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dsyntax.s1 # Test variants of assembler syntax.
H A Dsyntax.d2 #name: C6X syntax variants
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Dround2-op.s1 # Two-operand variants of "R" and "I".
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dregex-dna-parallel.go46 var variants = []string{ var
102 mresults := make([]chan int, len(variants))
103 for i, s := range variants {
120 for i, s := range variants {
H A Dregex-dna.go45 var variants = []string{ var
99 for _, s := range variants {
H A Dregex-dna.c124 static const char *variants[] = { variable
148 for (pp = variants; *pp; pp++)
/haiku-buildtools/binutils/gas/testsuite/gas/arc/
H A Dtaux.d4 # Most of the AUX rgisters are defined for all ARC variants besides the
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dand.s12 # case for nor, so we test all variants.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Dand.s12 # case for nor, so we test all variants.
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/
H A Dunary_op.inc5 supports variants which are not supported by all the other unary
27 /* No need for 64 bits variants in the general case. */
H A Dunary_sat_op.inc5 supports variants which are not supported by all the other
30 /* No need for 64 bits variants. */
H A Dbinary_op.inc5 supports variants which are not supported by all the other binary
H A Dcmp_fp_op.inc6 supports variants which are not supported by all the other
H A DvpXXX.inc17 /* No need for 64 bits variants. */
H A Dbinary_sat_op.inc5 supports variants which are not supported by all the other
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dgroup-reloc-ldr-parsing-bad.s5 @ No NC variants exist for the LDR relocations.
H A Dgroup-reloc-ldrs-parsing-bad.s5 @ No NC variants exist for the LDRS relocations.
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dgrant.c763 tree variants;
780 variants = TYPE_FIELDS (TREE_TYPE (fields));
784 while (variants != NULL_TREE)
786 tree tag_list = TYPE_TAG_VALUES (TREE_TYPE (variants));
787 tree struct_elts = TYPE_FIELDS (TREE_TYPE (variants));
825 variants = TREE_CHAIN (variants);
826 if (variants != NULL_TREE
827 && TREE_CHAIN (variants) == NULL_TREE
828 && DECL_NAME (variants)
757 tree variants; local
883 tree variants; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dclass.c1824 /* Set memoizing fields and bits of T (and its variants) for later use.
1834 /* Fix up variants (if any). */
1835 tree variants = TYPE_NEXT_VARIANT (t);
1836 while (variants)
1840 TYPE_HAS_CONSTRUCTOR (variants) = TYPE_HAS_CONSTRUCTOR (t);
1841 TYPE_HAS_DESTRUCTOR (variants) = TYPE_HAS_DESTRUCTOR (t);
1842 TYPE_NEEDS_CONSTRUCTING (variants) = TYPE_NEEDS_CONSTRUCTING (t);
1843 TYPE_NEEDS_DESTRUCTOR (variants) = TYPE_NEEDS_DESTRUCTOR (t);
1845 TYPE_USES_COMPLEX_INHERITANCE (variants) = TYPE_USES_COMPLEX_INHERITANCE (t);
1846 TYPE_VIRTUAL_P (variants)
1832 tree variants = TYPE_NEXT_VARIANT (t); local
1895 tree variants; local
[all...]
/haiku-buildtools/gcc/contrib/
H A Ddg-extract-results.sh3 # For a specified tool and optional list of test variants, extract
49 variants in the files for <tool>.
228 # If no variants were specified, find all variants in the remaining
229 # summary files. Otherwise, ignore specified variants that aren't in
233 VAR_AWK=${TMP}/variants.awk
264 msg "${PROGNAME}: no file for $TOOL has results for the specified variants"
411 # If there are multiple variants, output the counts for this one;
/haiku-buildtools/legacy/binutils/binutils/
H A Ddebug.c323 /* A NULL terminated array of different types of variants. */
324 struct debug_method_variant **variants; member in struct:debug_method
327 /* The variants of a method function of an object. These indicate
1754 argument is a NULL terminated array of method variants. */
1758 debug_method_variant *variants)
1766 m->variants = variants;
2768 for (j = 0; m->variants[j] != NULL; j++)
2772 v = m->variants[j];
3337 || (m1->variants
1755 debug_make_method(void *handle ATTRIBUTE_UNUSED, const char *name, debug_method_variant *variants) argument
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddebug.c322 /* A NULL terminated array of different types of variants. */
323 struct debug_method_variant_s **variants; member in struct:debug_method_s
326 /* The variants of a method function of an object. These indicate
1751 argument is a NULL terminated array of method variants. */
1755 debug_method_variant *variants)
1763 m->variants = variants;
2765 for (j = 0; m->variants[j] != NULL; j++)
2769 v = m->variants[j];
3335 || (m1->variants
1752 debug_make_method(void *handle ATTRIBUTE_UNUSED, const char *name, debug_method_variant *variants) argument
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dclass.c1956 tree variants;
1961 for (variants = TYPE_NEXT_VARIANT (t);
1962 variants;
1963 variants = TYPE_NEXT_VARIANT (variants))
1967 TYPE_HAS_USER_CONSTRUCTOR (variants) = TYPE_HAS_USER_CONSTRUCTOR (t);
1968 TYPE_NEEDS_CONSTRUCTING (variants) = TYPE_NEEDS_CONSTRUCTING (t);
1969 TYPE_HAS_NONTRIVIAL_DESTRUCTOR (variants)
1972 TYPE_POLYMORPHIC_P (variants) = TYPE_POLYMORPHIC_P (t);
1974 TYPE_BINFO (variants)
1953 tree variants; local
1987 tree variants; local
2039 tree variants; local
[all...]

Completed in 155 milliseconds

123