Searched defs:two (Results 76 - 100 of 176) sorted by relevance

12345678

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dcommon_14.f9013 subroutine two() subroutine
H A Delemental_optional_args_6.f9035 subroutine two () subroutine
H A Dfunction_kinds_4.f9049 integer(i1) function two() ! Use associated kind function in program:main
H A Dprivate_type_9.f9012 type(t), public, parameter :: two = t(2) ! { dg-error "PRIVATE derived type" } variable in module:m1
22 type(t), public, parameter :: two = t(2) ! { dg-error "PRIVATE derived type" } variable in module:m2
38 type(t), public, parameter :: two = t(2) variable in module:m4
H A Dwhole_file_22.f9014 subroutine two() subroutine
H A Dcoarray_38.f9026 subroutine two subroutine
H A Dcoarray_39.f9026 subroutine two subroutine
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dnot_special.C15 struct two {char x[2];}; struct
H A Dsfinae2.C10 typedef struct {char _m[2]; } two; typedef in struct:has_construct
H A Dsfinae43.C11 typedef char (&two)[2]; typedef in struct:sfinae_base
H A Dunnamed_refs.C11 struct two {long x[2];}; struct
H A Dcast.C12 struct two {long x[2];}; struct
H A Delision_neg.C11 struct two {char x[2];}; struct
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dinit19.C48 void two() function
H A Denum5.C9 enum numbers { one, two, three } __attribute__ ((packed)) nums; enumerator in enum:numbers
H A Doverload7.C9 int two () { return 2; } function
/haiku-buildtools/legacy/binutils/opcodes/
H A Dm68k-opc.c27 #define two(x, y) (((unsigned int) (x) << 16) + (y)) macro
[all...]
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/dfp/
H A Dcompare-eq.h44 DTYPE two = PASTE(2.0, SUFFIX); variable
H A Dcompare-rel.h44 DTYPE two = PASTE(2.0, SUFFIX); variable
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Ddllimport6.C13 static const int two = 2; member in class:Bar
H A Ddllimport7.C16 static const int two = 2; variable
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dsfinae19.C21 typedef struct { char arr[2]; } two; typedef in class:mini_is_convertible
H A Dsfinae21.C15 typedef struct { char arr[2]; } two; typedef in class:mini_is_convertible
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dnestfunc-7.c4 int two; member in struct:A
H A Dva-arg-23.c8 struct two { long x, y; }; struct

Completed in 238 milliseconds

12345678