Home
last modified time | relevance | path

Searched defs:_Value (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/src/include/ryu/
H A Dryu.h90 … char* const _First, char* const _Last, const _Floating _Value, const chars_format _Fmt) noexcept { in _Floating_to_chars_ryu()
100 char* const _First, char* const _Last, const _Floating _Value, int _Precision) noexcept { in _Floating_to_chars_scientific_precision()
121 char* const _First, char* const _Last, const _Floating _Value, int _Precision) noexcept { in _Floating_to_chars_fixed_precision()
/llvm-project/clang/lib/Headers/
H A Dimmintrin.h674 _InterlockedExchange_HLEAcquire(long volatile * _Target,long _Value) _InterlockedExchange_HLEAcquire() argument
680 _InterlockedExchange_HLERelease(long volatile * _Target,long _Value) _InterlockedExchange_HLERelease() argument
688 _InterlockedExchange64_HLEAcquire(__int64 volatile * _Target,__int64 _Value) _InterlockedExchange64_HLEAcquire() argument
694 _InterlockedExchange64_HLERelease(__int64 volatile * _Target,__int64 _Value) _InterlockedExchange64_HLERelease() argument
[all...]
H A Dstdatomic.h167 typedef struct atomic_flag { atomic_bool _Value; } atomic_flag; global() member