Searched defs:__type (Results 1 – 7 of 7) sorted by relevance
/external/chromium/base/third_party/nspr/ |
D | prtypes.h | 92 #define PR_EXPORT(__type) extern __type argument 93 #define PR_EXPORT_DATA(__type) extern __type argument 94 #define PR_IMPORT(__type) extern __type argument 95 #define PR_IMPORT_DATA(__type) extern __type argument 97 #define PR_EXTERN(__type) extern __type argument 98 #define PR_IMPLEMENT(__type) __type argument 99 #define PR_EXTERN_DATA(__type) extern __type argument 100 #define PR_IMPLEMENT_DATA(__type) __type argument 108 #define PR_EXPORT(__type) extern __declspec(dllexport) __type argument 109 #define PR_EXPORT_DATA(__type) extern __declspec(dllexport) __type argument [all …]
|
/external/stlport/stlport/stl/ |
D | _limits.c | 36 # define __declare_numeric_base_member(__type, __mem) \ argument 65 # define __declare_integer_limits_member(__type, __mem) \ argument 102 # define __declare_float_limits_member(__type, __mem) \ argument
|
D | _function.h | 126 # define __UNARY_ARG(__Operation,__type) __unary_fun_aux<__Operation>::__type argument 127 # define __BINARY_ARG(__Operation,__type) __binary_fun_aux<__Operation>::__type argument 128 # define __PAIR_ARG(__Pair,__type) __pair_aux<__Pair>::__type argument 130 # define __UNARY_ARG(__Operation,__type) __Operation::__type argument 131 # define __BINARY_ARG(__Operation,__type) __Operation::__type argument 132 # define __PAIR_ARG(__Pair,__type) __Pair::__type argument
|
D | _cmath.h | 188 #define _STLP_MATH_INLINEX(__type,func,cfunc) \ argument 194 #define _STLP_MATH_INLINE2PX(__type,func,cfunc) \ argument 201 #define _STLP_MATH_INLINE2XX(__type,func,cfunc) \ argument
|
/external/valgrind/main/VEX/auxprogs/ |
D | genoffsets.c | 59 #define my_offsetof(__type,__field) (&((__type*)0)->__field) argument
|
/external/stlport/stlport/stl/config/ |
D | features.h | 786 # define __TRIVIAL_CONSTRUCTOR(__type) __type() {} argument 788 # define __TRIVIAL_CONSTRUCTOR(__type) argument 792 # define __TRIVIAL_DESTRUCTOR(__type) ~__type() {} argument 794 # define __TRIVIAL_DESTRUCTOR(__type) argument 797 #define __TRIVIAL_STUFF(__type) \ argument 801 # define _STLP_STATIC_CONSTANT(__type, __assignment) enum { __assignment } argument 803 # define _STLP_STATIC_CONSTANT(__type, __assignment) static const __type __assignment argument
|
/external/clang/test/CodeGenCXX/ |
D | mangle.cpp | 190 typedef T __type; typedef 238 template<typename T> struct __enable_if<true, T> { typedef T __type; }; typedef
|