Searched refs:GuardType (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/libcxxabi/test/ |
D | guard_threaded_test.pass.cpp | 88 template <class Impl, class GuardType, class Init> 89 InitResult check_guard(GuardType *g, Init init) { in check_guard() 113 template <class GuardType, class Impl> 151 GuardType guard_object = {}; 189 template <class GuardType, class Impl> 191 FunctionLocalStatic<GuardType, Impl> test_obj; in test_free_for_all() 210 template <class GuardType, class Impl> 212 FunctionLocalStatic<GuardType, Impl> test_obj; in test_waiting_for_init() 246 template <class GuardType, class Impl> 248 FunctionLocalStatic<GuardType, Impl> test_obj; in test_aborted_init() [all …]
|
D | guard_test_basic.pass.cpp | 22 template <class GuardType, class Impl> 26 GuardType g;
|
/external/llvm-project/flang/lib/Decimal/ |
D | decimal-to-binary.cpp | 214 guard_ |= (static_cast<GuardType>(g & 6) << (guardBits - 3)) | (g & 1); in SetGuard() 222 using GuardType = int; typedef in Fortran::decimal::IntermediateFloat 223 static constexpr GuardType oneHalf{GuardType{1} << (guardBits - 1)}; 226 GuardType guard_{0}; 237 GuardType guard{guard_}; in ToBinary() 241 ((static_cast<GuardType>(fraction) & 1) << (guardBits - 1)); in ToBinary()
|