Home
last modified time | relevance | path

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

1234

/dports/devel/embb/embb-1.0.0/containers_cpp/include/embb/containers/internal/
H A Dhazard_pointer-inl.h41 template< typename GuardType >
81 template< typename GuardType >
94 template< typename GuardType >
161 GuardType pointerToFree = in ~HazardPointer()
196 GuardType guardedElement) { in Guard()
226 void HazardPointer< GuardType >::CopyRetiredList(GuardType* sourceList, in CopyRetiredList()
228 GuardType undefinedGuard) { in CopyRetiredList()
257 void HazardPointer< GuardType >::UpdateRetiredList(GuardType* retired_list, in UpdateRetiredList()
259 GuardType guarded_element, GuardType considered_hazard, in UpdateRetiredList()
309 void HazardPointer< GuardType >::EnqueueForDeletion(GuardType toRetire) { in EnqueueForDeletion()
[all …]
H A Dhazard_pointer.h114 template< typename GuardType >
159 GuardType undefined_guard,
190 GuardType to_guard
201 GuardType guarded_element
231 GuardType undefined_guard_;
287 GuardType* source_list,
289 GuardType* target_list,
293 GuardType undefined_guard
298 GuardType* retired_list,
304 GuardType to_retire,
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/actix-web-codegen-0.2.2/src/
H A Droute.rs21 pub enum GuardType { enum
33 impl GuardType { implementation
36 GuardType::Get => "Get", in as_str()
37 GuardType::Post => "Post", in as_str()
38 GuardType::Put => "Put", in as_str()
40 GuardType::Head => "Head", in as_str()
43 GuardType::Trace => "Trace", in as_str()
49 impl ToTokens for GuardType { implementation
124 guard: GuardType,
153 guard: GuardType, in new() argument
[all …]
H A Dlib.rs60 route::generate(args, input, route::GuardType::Get) in get()
70 route::generate(args, input, route::GuardType::Post) in post()
80 route::generate(args, input, route::GuardType::Put) in put()
90 route::generate(args, input, route::GuardType::Delete) in delete()
100 route::generate(args, input, route::GuardType::Head) in head()
110 route::generate(args, input, route::GuardType::Connect) in connect()
120 route::generate(args, input, route::GuardType::Options) in options()
130 route::generate(args, input, route::GuardType::Trace) in trace()
140 route::generate(args, input, route::GuardType::Patch) in patch()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clang/duchain/
H A Dheaderguardassistant.cpp21 enum class GuardType enum
33 …AddHeaderGuardAction(const GuardType type, const int startLine, const KDevelop::IndexedString& pat… in AddHeaderGuardAction()
45 case GuardType::Pragma: return i18n("Add #pragma once"); in description()
46 … case GuardType::Macro: return i18n("Add macro-based #ifndef/#define/#endif header guard"); in description()
55 case GuardType::Pragma: in execute()
62 case GuardType::Macro: in execute()
96 const GuardType m_type;
114 …addAction(KDevelop::IAssistantAction::Ptr{new AddHeaderGuardAction(GuardType::Pragma, m_line, m_pa… in createActions()
115 …addAction(KDevelop::IAssistantAction::Ptr{new AddHeaderGuardAction(GuardType::Macro, m_line, m_pat… in createActions()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxxabi/test/
H A Dguard_threaded_test.pass.cpp84 template <class Impl, class GuardType, class Init>
85 InitResult check_guard(GuardType *g, Init init) { in check_guard()
109 template <class GuardType, class Impl>
147 GuardType guard_object = {};
185 template <class GuardType, class Impl>
187 FunctionLocalStatic<GuardType, Impl> test_obj; in test_free_for_all()
206 template <class GuardType, class Impl>
242 template <class GuardType, class Impl>
244 FunctionLocalStatic<GuardType, Impl> test_obj; in test_aborted_init()
276 template <class GuardType, class Impl>
[all …]
H A Dguard_test_basic.pass.cpp17 template <class GuardType, class Impl>
21 GuardType g;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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>
246 template <class GuardType, class Impl>
248 FunctionLocalStatic<GuardType, Impl> test_obj; in test_aborted_init()
280 template <class GuardType, class Impl>
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxxabi/test/
H A Dguard_threaded_test.pass.cpp87 template <class Impl, class GuardType, class Init>
88 InitResult check_guard(GuardType *g, Init init) { in check_guard()
112 template <class GuardType, class Impl>
150 GuardType guard_object = {};
188 template <class GuardType, class Impl>
190 FunctionLocalStatic<GuardType, Impl> test_obj; in test_free_for_all()
209 template <class GuardType, class Impl>
245 template <class GuardType, class Impl>
247 FunctionLocalStatic<GuardType, Impl> test_obj; in test_aborted_init()
279 template <class GuardType, class Impl>
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/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>
246 template <class GuardType, class Impl>
248 FunctionLocalStatic<GuardType, Impl> test_obj; in test_aborted_init()
280 template <class GuardType, class Impl>
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/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>
246 template <class GuardType, class Impl>
248 FunctionLocalStatic<GuardType, Impl> test_obj; in test_aborted_init()
280 template <class GuardType, class Impl>
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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>
246 template <class GuardType, class Impl>
248 FunctionLocalStatic<GuardType, Impl> test_obj; in test_aborted_init()
280 template <class GuardType, class Impl>
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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>
246 template <class GuardType, class Impl>
248 FunctionLocalStatic<GuardType, Impl> test_obj; in test_aborted_init()
280 template <class GuardType, class Impl>
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxxabi/test/
H A Dguard_threaded_test.pass.cpp87 template <class Impl, class GuardType, class Init>
88 InitResult check_guard(GuardType *g, Init init) { in check_guard()
112 template <class GuardType, class Impl>
150 GuardType guard_object = {};
188 template <class GuardType, class Impl>
190 FunctionLocalStatic<GuardType, Impl> test_obj; in test_free_for_all()
209 template <class GuardType, class Impl>
245 template <class GuardType, class Impl>
247 FunctionLocalStatic<GuardType, Impl> test_obj; in test_aborted_init()
279 template <class GuardType, class Impl>
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/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>
246 template <class GuardType, class Impl>
248 FunctionLocalStatic<GuardType, Impl> test_obj; in test_aborted_init()
280 template <class GuardType, class Impl>
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp215 guard_ |= (static_cast<GuardType>(g & 6) << (guardBits - 3)) | (g & 1); in SetGuard()
223 using GuardType = int; typedef in Fortran::decimal::IntermediateFloat
224 static constexpr GuardType oneHalf{GuardType{1} << (guardBits - 1)};
227 GuardType guard_{0};
238 GuardType guard{guard_}; in ToBinary()
242 ((static_cast<GuardType>(fraction) & 1) << (guardBits - 1)); in ToBinary()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp214 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp214 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp214 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()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp214 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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp214 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp214 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()
/dports/devel/f18/f18-1688bef/lib/decimal/
H A Ddecimal-to-binary.cc189 guard_ |= (static_cast<GuardType>(g & 6) << (guardBits - 3)) | (g & 1); in SetGuard()
197 using GuardType = int; typedef in Fortran::decimal::IntermediateFloat
198 static constexpr GuardType oneHalf{GuardType{1} << (guardBits - 1)};
201 GuardType guard_{0};
212 GuardType guard{guard_}; in ToBinary()
216 ((static_cast<GuardType>(fraction) & 1) << (guardBits - 1)); in ToBinary()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp214 guard_ |= (static_cast<GuardType>(g & 6) << (guardBits - 3)) | (g & 1);
222 using GuardType = int;
223 static constexpr GuardType oneHalf{GuardType{1} << (guardBits - 1)};
226 GuardType guard_{0};
237 GuardType guard{guard_};
241 ((static_cast<GuardType>(fraction) & 1) << (guardBits - 1));
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libdevcore/
H A DGuards.h32 template <class GuardType, class MutexType>
33 struct GenericGuardBool: GuardType
35 GenericGuardBool(MutexType& _m): GuardType(_m) {} in GenericGuardBool()

1234