Searched refs:__value (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/PCH/
H A Dcxx-traits.cpp11 bool _Is_pod_comparator = __is_pod<int>::__value;
12 bool _Is_empty_check = __is_empty<int>::__value;
H A Dcxx-traits.h5 enum { __value }; enumerator in enum:__is_pod::__anon18998
10 enum { __value }; enumerator in enum:__is_empty::__anon18999
/external/clang/lib/Headers/
H A Dunwind.h167 _Unwind_Word __value; local
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
169 return __value;
174 _Unwind_Word __value) {
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value);
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { argument
187 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit);
173 _Unwind_SetGR(struct _Unwind_Context *__context, int __index, _Unwind_Word __value) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
H A Dvpx_codec_internal.h366 static VPX_INLINE typ id##__value(va_list args) {return va_arg(args, typ);}
370 static VPX_INLINE typ id##__value(va_list args) {return va_arg(args, typ);}
372 #define CAST(id, arg) id##__value(arg)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events.l16 static int __value(YYSTYPE *yylval, char *str, int base, int token)
34 return __value(yylval, text, base, PE_VALUE);
42 return __value(yylval, text + 1, 16, PE_RAW);
H A Dparse-events-flex.c1043 static int __value(YYSTYPE *yylval, char *str, int base, int token) function
1061 return __value(yylval, text, base, PE_VALUE);
1069 return __value(yylval, text + 1, 16, PE_RAW);
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h405 static typ id##__value(va_list args) {return va_arg(args, typ);} \
420 static typ id##__value(va_list args) {return va_arg(args, typ);} \
432 #define CAST(id, arg) id##__value(arg)
/external/clang/test/CodeGenCXX/
H A Dmangle.cpp184 enum { __value = 1 }; enumerator in enum:__is_scalar_type::__anon18872
194 template<typename T> typename __enable_if<__is_scalar_type<T>::__value, void>::__type ft7() { }
225 template<typename T> typename __enable_if<(__is_scalar_type<T>::__value), void>::__type ft8() { }
234 enum { __value = 0 }; enumerator in enum:PR5796::__is_scalar_type::__anon18874
242 typename __enable_if<!__is_scalar_type<T>::__value, void>::__type __fill_a() { };
/external/bison/lib/
H A Dobstack.h392 void *__value = (void *) __o1->object_base; \
393 if (__o1->next_free == __value) \
402 __value; })
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c756 extern int setenv (__const char *__name, __const char *__value, int __replace)
832 extern char *ecvt (double __value, int __ndigit, int *__restrict __decpt,
838 extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt,
844 extern char *gcvt (double __value, int __ndigit, char *__buf)
850 extern char *qecvt (long double __value, int __ndigit,
853 extern char *qfcvt (long double __value, int __ndigit,
856 extern char *qgcvt (long double __value, int __ndigit, char *__buf)
862 extern int ecvt_r (double __value, int __ndigit, int *__restrict __decpt,
865 extern int fcvt_r (double __value, int __ndigit, int *__restrict __decpt,
869 extern int qecvt_r (long double __value, in
4891 } __value; member in struct:__anon33271
[all...]

Completed in 404 milliseconds