Searched refs:__cf (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Headers/ |
| H A D | adcintrin.h | 54 __INLINE unsigned char __DEFAULT_FN_ATTRS _addcarry_u32(unsigned char __cf, in _addcarry_u32() argument 58 return __builtin_ia32_addcarryx_u32(__cf, __x, __y, __p); in _addcarry_u32() 85 __INLINE unsigned char __DEFAULT_FN_ATTRS _subborrow_u32(unsigned char __cf, in _subborrow_u32() argument 89 return __builtin_ia32_subborrow_u32(__cf, __x, __y, __p); in _subborrow_u32() 117 _addcarry_u64(unsigned char __cf, unsigned long long __x, in _addcarry_u64() argument 119 return __builtin_ia32_addcarryx_u64(__cf, __x, __y, __p); in _addcarry_u64() 147 _subborrow_u64(unsigned char __cf, unsigned long long __x, in _subborrow_u64() argument 149 return __builtin_ia32_subborrow_u64(__cf, __x, __y, __p); in _subborrow_u64()
|
| H A D | adxintrin.h | 57 __INLINE unsigned char __DEFAULT_FN_ATTRS _addcarryx_u32(unsigned char __cf, in _addcarryx_u32() argument 61 return __builtin_ia32_addcarryx_u32(__cf, __x, __y, __p); in _addcarryx_u32() 89 _addcarryx_u64(unsigned char __cf, unsigned long long __x, in _addcarryx_u64() argument 91 return __builtin_ia32_addcarryx_u64(__cf, __x, __y, __p); in _addcarryx_u64()
|
| /src/contrib/llvm-project/libcxx/include/__format/ |
| H A D | concepts.h | 53 const _Formatter& __cf, in requires() argument 58 { __cf.format(__t, __fc) } -> same_as<typename _Context::iterator>; in requires()
|