Home
last modified time | relevance | path

Searched refs:__value (Results 1 – 13 of 13) sorted by relevance

/external/clang/test/SemaObjCXX/
Darc-libstdcxx.mm6 int check0[std::__is_scalar<__strong id>::__value? -1 : 1];
7 int check1[std::__is_scalar<__weak id>::__value? -1 : 1];
8 int check2[std::__is_scalar<__autoreleasing id>::__value? -1 : 1];
9 int check3[std::__is_scalar<__strong A*>::__value? -1 : 1];
10 int check4[std::__is_scalar<__weak A*>::__value? -1 : 1];
11 int check5[std::__is_scalar<__autoreleasing A*>::__value? -1 : 1];
/external/clang/lib/Headers/
Dunwind.h167 _Unwind_Word __value; in _Unwind_GetGR() local
168 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_GetGR()
169 return __value; in _Unwind_GetGR()
174 _Unwind_Word __value) { in _Unwind_SetGR() argument
175 _Unwind_VRS_Set(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_SetGR()
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP() argument
187 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit); in _Unwind_SetIP()
/external/clang/test/PCH/
Dcxx-traits.h7 enum { __value }; enumerator
12 enum { __value }; enumerator
Dcxx-traits.cpp11 bool _Is_pod_comparator = n::__is_pod<int>::__value;
12 bool _Is_empty_check = n::__is_empty<int>::__value;
/external/libvpx/libvpx/vpx/internal/
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/src/tools/perf/util/
Dparse-events.l16 static int __value(YYSTYPE *yylval, char *str, int base, int token) in __value() function
34 return __value(yylval, text, base, PE_VALUE); in value()
42 return __value(yylval, text + 1, 16, PE_RAW); in raw()
Dparse-events-flex.c1043 static int __value(YYSTYPE *yylval, char *str, int base, int token) in __value() function
1061 return __value(yylval, text, base, PE_VALUE); in value()
1069 return __value(yylval, text + 1, 16, PE_RAW); in raw()
/external/clang/test/CodeGenCXX/
Dmangle.cpp184 enum { __value = 1 }; enumerator
194 template<typename T> typename __enable_if<__is_scalar_type<T>::__value, void>::__type ft7() { } in ft7()
225 template<typename T> typename __enable_if<(__is_scalar_type<T>::__value), void>::__type ft8() { } in ft8()
234 enum { __value = 0 }; enumerator
242 typename __enable_if<!__is_scalar_type<T>::__value, void>::__type __fill_a() { }; in __fill_a()
/external/bison/lib/
Dobstack.h388 void *__value = (void *) __o1->object_base; \
389 if (__o1->next_free == __value) \
398 __value; })
/external/elfutils/src/tests/
Drun-dwarf-getstring.sh85 __value
/external/libcxx/include/
Datomic673 _Tp __value, memory_order __order) {
675 __atomic_exchange(&__a->__a_value, &__value, &__ret,
681 static inline _Tp __c11_atomic_exchange(_Atomic(_Tp)* __a, _Tp __value,
684 __atomic_exchange(&__a->__a_value, &__value, &__ret,
691 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value,
693 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
701 _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value, memory_order __success,
703 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
711 volatile _Atomic(_Tp)* __a, _Tp* __expected, _Tp __value,
713 return __atomic_compare_exchange(&__a->__a_value, __expected, &__value,
[all …]
Dfuture2346 inline _LIBCPP_INLINE_VISIBILITY bool __does_policy_contain(launch __policy, launch __value )
2347 { return (int(__policy) & int(__value)) != 0; }
/external/valgrind/perf/
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, int __ndigit,
[all …]