Home
last modified time | relevance | path

Searched refs:GuardType (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxxabi/test/
H A Dguard_threaded_test.pass.cpp88 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 …]
H A Dguard_test_basic.pass.cpp31 template <class GuardType, class Impl>
35 GuardType g;
/llvm-project/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp229 guard_ |= (static_cast<GuardType>(g & 6) << (guardBits - 3)) | (g & 1); in SetGuard()
237 using GuardType = int; typedef in Fortran::decimal::IntermediateFloat
238 static constexpr GuardType oneHalf{GuardType{1} << (guardBits - 1)};
241 GuardType guard_{0};
261 GuardType guard{guard_}; in ToBinary()
265 ((static_cast<GuardType>(fraction) & 1) << (guardBits - 1)); in ToBinary()