Searched refs:type (Results 1 - 25 of 7833) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20040415-1.c2 int f (const char *type) argument
4 return isdigit ((unsigned char) *type++);
H A D20040415-2.c3 int f1 (const char *type) argument
5 return isascii ((unsigned char) *type++);
H A D20080114-1.c4 int type; variable
8 if (type == 1) {
11 else if (type == 0) {
H A D20010503-1.c5 foo (int type, double xx) argument
7 if (type)
10 f2 (type);
14 bar (int type) argument
16 foo (type, 1.0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20040415-1.c2 int f (const char *type) argument
4 return isdigit ((unsigned char) *type++);
H A D20040415-2.c3 int f1 (const char *type) argument
5 return isascii ((unsigned char) *type++);
H A D20080114-1.c4 int type; variable
8 if (type == 1) {
11 else if (type == 0) {
H A D20010503-1.c5 foo (int type, double xx) argument
7 if (type)
10 f2 (type);
14 bar (int type) argument
16 foo (type, 1.0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dtgmath.h13 # define __floating_type(type) (__builtin_classify_type ((type) 0) == 8 || (__builtin_classify_type ((type) 0) == 9 && __builtin_classify_type (__real__ ((type) 0)) == 8))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/other/
H A Dpr33601.C6 typedef const A type; typedef
8 int type::* getmemberptr() { return &type::membervar; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dvtable1.C3 struct type { struct
8 void type::m1() { }
11 type t;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/unsorted/
H A Dmove.c1 typedef char type; typedef
3 type
6 type a;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dvtable1.C3 struct type { struct
8 void type::m1() { }
11 type t;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/unsorted/
H A Dmove.c1 typedef char type; typedef
3 type
6 type a;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dpatches1.C9 int type(float) { return 1; } function
10 int type(double) { return 2; } function
11 int type(long double) { return 3; } function
18 if (type(0.0) != 2)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dpatches1.C9 int type(float) { return 1; } function
10 int type(double) { return 2; } function
11 int type(long double) { return 3; } function
18 if (type(0.0) != 2)
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/
H A Dldap_cdefs.h135 # define LBER_F(type) extern __declspec(dllimport) type
136 # define LBER_V(type) extern __declspec(dllimport) type
138 # define LBER_F(type) extern type
139 # define LBER_V(type) extern type
146 # define LDAP_F(type) extern __declspec(dllimport) type
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist41.C6 typedef std::initializer_list<int> type ; typedef
7 void f(type) {}
11 // error: could not convert '{1, 2, 3}' to 'type'
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/parse/
H A Dcrash4.C3 typedef int type; typedef in struct:Bar
10 mutable Bar::type x; // { dg-error "" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/identity/requirements/
H A Dtypedefs.cc32 typedef test_type::type type; typedef
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/parse/
H A Dcrash4.C3 typedef int type; typedef in struct:Bar
10 mutable Bar::type x; // { dg-error "" }
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dm2-lang.h26 extern void m2_print_type (struct type *, const char *, struct ui_file *, int,
29 extern void m2_print_typedef (struct type *, struct symbol *,
32 extern int m2_is_long_set (struct type *type);
33 extern int m2_is_unbounded_array (struct type *type);
35 extern int m2_val_print (struct type *, const gdb_byte *, int, CORE_ADDR,
40 extern int get_long_set_bounds (struct type *type, LONGEST *low,
47 struct type *builtin_cha
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/has_nothrow_copy_constructor/requirements/
H A Dtypedefs.cc33 typedef test_type::type type; typedef
34 typedef test_type::type::value_type type_value_type;
35 typedef test_type::type::type type_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/has_nothrow_default_constructor/requirements/
H A Dtypedefs.cc33 typedef test_type::type type; typedef
34 typedef test_type::type::value_type type_value_type;
35 typedef test_type::type::type type_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/has_trivial_copy_constructor/requirements/
H A Dtypedefs.cc33 typedef test_type::type type; typedef
34 typedef test_type::type::value_type type_value_type;
35 typedef test_type::type::type type_type;

Completed in 170 milliseconds

1234567891011>>