| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| return-nodebug1.c | 19 #define TYPE long long 21 #define TYPE signed char 23 #define TYPE TYPE_NOSPACE 26 TYPE
|
| return-nodebug.c | 19 #define TYPE long long 21 #define TYPE signed char 23 #define TYPE TYPE_NOSPACE 26 extern TYPE func (void); 33 TYPE t;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| return-nodebug1.c | 19 #define TYPE long long 21 #define TYPE signed char 23 #define TYPE TYPE_NOSPACE 26 TYPE
|
| return-nodebug.c | 19 #define TYPE long long 21 #define TYPE signed char 23 #define TYPE TYPE_NOSPACE 26 extern TYPE func (void); 33 TYPE t;
|
| /src/external/mit/isl/dist/include/isl/ |
| maybe.h | 4 #define ISL_xMAYBE(TYPE) isl_maybe_ ## TYPE 5 #define ISL_MAYBE(TYPE) ISL_xMAYBE(TYPE)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-template.cc | 22 #ifndef TYPE 23 #define TYPE int 28 Foo<TYPE> foo;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-template.cc | 22 #ifndef TYPE 23 #define TYPE int 28 Foo<TYPE> foo;
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| inline.h | 26 #define STATIC(TYPE) static TYPE 33 # define INLINE_PSIM_ENDIAN(TYPE) ATTRIBUTE_UNUSED static INLINE TYPE 34 # define EXTERN_PSIM_ENDIAN(TYPE) ATTRIBUTE_UNUSED static TYPE 36 # define INLINE_PSIM_ENDIAN(TYPE) ATTRIBUTE_UNUSED static TYPE 37 # define EXTERN_PSIM_ENDIAN(TYPE) ATTRIBUTE_UNUSED static TYPE [all...] |
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| inline.h | 26 #define STATIC(TYPE) static TYPE 33 # define INLINE_PSIM_ENDIAN(TYPE) ATTRIBUTE_UNUSED static INLINE TYPE 34 # define EXTERN_PSIM_ENDIAN(TYPE) ATTRIBUTE_UNUSED static TYPE 36 # define INLINE_PSIM_ENDIAN(TYPE) ATTRIBUTE_UNUSED static TYPE 37 # define EXTERN_PSIM_ENDIAN(TYPE) ATTRIBUTE_UNUSED static TYPE [all...] |
| /src/external/mit/isl/dist/ |
| isl_multi_unbind_params_templ.c | 12 #undef TYPE 13 #define TYPE MULTI(BASE)
|
| isl_pw_bind_domain_templ.c | 12 #undef TYPE 13 #define TYPE PW
|
| isl_pw_from_range_templ.c | 12 #undef TYPE 13 #define TYPE PW
|
| isl_pw_insert_domain_templ.c | 12 #undef TYPE 13 #define TYPE PW
|
| isl_ilp_opt_fn_val_templ.c | 9 #define xFN(TYPE,NAME) TYPE ## _ ## NAME 10 #define FN(TYPE,NAME) xFN(TYPE,NAME) 18 __isl_give isl_val *FN(TYPE,min_val)(__isl_take TYPE *f) 20 return FN(TYPE,opt_val)(f, 0); 29 __isl_give isl_val *FN(TYPE,max_val)(__isl_take TYPE *f) 31 return FN(TYPE,opt_val)(f, 1) [all...] |
| isl_project_out_all_params_templ.c | 7 #define xFN(TYPE,NAME) TYPE ## _ ## NAME 8 #define FN(TYPE,NAME) xFN(TYPE,NAME) 13 __isl_give TYPE *FN(TYPE,project_out_all_params)(__isl_take TYPE *obj) 17 n = FN(TYPE,dim)(obj, isl_dim_param); 19 return FN(TYPE,free)(obj); 20 return FN(TYPE,project_out)(obj, isl_dim_param, 0, n) [all...] |
| isl_check_named_params_templ.c | 1 #define xFN(TYPE,NAME) TYPE ## _ ## NAME 2 #define FN(TYPE,NAME) xFN(TYPE,NAME) 7 isl_stat FN(TYPE,check_named_params)(__isl_keep TYPE *obj) 9 return isl_space_check_named_params(FN(TYPE,peek_space)(obj));
|
| isl_type_has_space_templ.c | 10 #define xFN(TYPE,NAME) TYPE ## _ ## NAME 11 #define FN(TYPE,NAME) xFN(TYPE,NAME) 15 isl_bool FN(TYPE,has_space)(__isl_keep TYPE *obj, __isl_keep isl_space *space) 17 return isl_space_is_equal(FN(TYPE,peek_space)(obj), space);
|
| isl_type_has_equal_space_bin_templ.c | 2 #define TYPE1 TYPE 4 #define TYPE2 TYPE 6 #define TYPE_PAIR TYPE
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-inline.h | 351 # define INLINE_SIM_ARANGE(TYPE) static INLINE UNUSED TYPE 354 # define INLINE_SIM_ARANGE(TYPE) static UNUSED TYPE 358 # define INLINE_SIM_ARANGE(TYPE) TYPE 363 # define STATIC_INLINE_SIM_ARANGE(TYPE) static INLINE TYPE 365 # define STATIC_INLINE_SIM_ARANGE(TYPE) static TYPE [all...] |
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-inline.h | 351 # define INLINE_SIM_ARANGE(TYPE) static INLINE UNUSED TYPE 354 # define INLINE_SIM_ARANGE(TYPE) static UNUSED TYPE 358 # define INLINE_SIM_ARANGE(TYPE) TYPE 363 # define STATIC_INLINE_SIM_ARANGE(TYPE) static INLINE TYPE 365 # define STATIC_INLINE_SIM_ARANGE(TYPE) static TYPE [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan_type_test.cpp | 11 // Compile-time tests of the internal type definitions. 19 #define CHECK_TYPE_SIZE_FITS(TYPE) \ 20 COMPILER_CHECK(sizeof(__hw_##TYPE) <= sizeof(TYPE))
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/ |
| hwasan_type_test.cpp | 11 // Compile-time tests of the internal type definitions. 19 #define CHECK_TYPE_SIZE_FITS(TYPE) \ 20 COMPILER_CHECK(sizeof(__hw_##TYPE) <= sizeof(TYPE))
|
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| hardfp.c | 29 TYPE FUNC (TYPE x, TYPE y) { return x + y; } 31 TYPE FUNC (TYPE x, TYPE y) { return x - y; } 33 TYPE FUNC (TYPE x) { return -x; } 35 TYPE FUNC (TYPE x, TYPE y) { return x * y; [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| hardfp.c | 29 TYPE FUNC (TYPE x, TYPE y) { return x + y; } 31 TYPE FUNC (TYPE x, TYPE y) { return x - y; } 33 TYPE FUNC (TYPE x) { return -x; } 35 TYPE FUNC (TYPE x, TYPE y) { return x * y; [all...] |
| /src/sys/sys/ |
| container_of.h | 36 * container_of(x, T, f) yields c, where T is the type of c. Example: 52 * The 0*sizeof((PTR) - ...) causes the compiler to warn if the type of 53 * *fp does not match the type of struct bar::b_foo. 57 #define __validate_container_of(PTR, TYPE, FIELD) 0 58 #define __validate_const_container_of(PTR, TYPE, FIELD) 0 60 #define __validate_container_of(PTR, TYPE, FIELD) \ 61 (0 * sizeof((PTR) - &((TYPE *)(((char *)(PTR)) - \ 62 offsetof(TYPE, FIELD)))->FIELD)) 63 #define __validate_const_container_of(PTR, TYPE, FIELD) \ 64 (0 * sizeof((PTR) - &((const TYPE *)(((const char *)(PTR)) - [all...] |