Home
last modified time | relevance | path

Searched defs:is_cancellable (Results 1 – 19 of 19) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_barrier.cpp1269 template <bool cancellable> struct is_cancellable {}; struct
1270 template <> struct is_cancellable<true> { struct
1272 is_cancellable() : value(false) {} in is_cancellable() argument
1273 is_cancellable(bool b) : value(b) {} in is_cancellable() argument
1274 is_cancellable &operator=(bool b) { in operator =() argument
1280 template <> struct is_cancellable<false> { argument
1281 is_cancellable &operator=(bool b) { return *this; } in operator =() argument
1303 is_cancellable<cancellable> cancelled; in __kmp_barrier_template() argument
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_barrier.cpp1267 template <bool cancellable> struct is_cancellable {}; struct
1268 template <> struct is_cancellable<true> { struct
1270 is_cancellable() : value(false) {} in is_cancellable() argument
1271 is_cancellable(bool b) : value(b) {} in is_cancellable() argument
1272 is_cancellable &operator=(bool b) { in operator =() argument
1278 template <> struct is_cancellable<false> { struct
1279 is_cancellable &operator=(bool b) { return *this; } in operator =() argument
1301 is_cancellable<cancellable> cancelled; in __kmp_barrier_template() argument
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_barrier.cpp1269 template <bool cancellable> struct is_cancellable {}; struct
1270 template <> struct is_cancellable<true> { struct
1272 is_cancellable() : value(false) {} in is_cancellable() function
1273 is_cancellable(bool b) : value(b) {} in is_cancellable() argument
1274 is_cancellable &operator=(bool b) { in operator =() argument
1280 template <> struct is_cancellable<false> { argument
1281 is_cancellable &operator=(bool b) { return *this; } in operator =() argument
1303 is_cancellable<cancellable> cancelled; in __kmp_barrier_template() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_barrier.cpp1271 template <bool cancellable> struct is_cancellable {}; struct
1272 template <> struct is_cancellable<true> { struct
1274 is_cancellable() : value(false) {} in is_cancellable() function
1275 is_cancellable(bool b) : value(b) {} in is_cancellable() function
1276 is_cancellable &operator=(bool b) { in operator =() argument
1282 template <> struct is_cancellable<false> { struct
1283 is_cancellable &operator=(bool b) { return *this; } in operator =() argument
1305 is_cancellable<cancellable> cancelled; in __kmp_barrier_template() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_barrier.cpp1230 template <bool cancellable> struct is_cancellable {}; struct
1231 template <> struct is_cancellable<true> { struct
1233 is_cancellable() : value(false) {} in is_cancellable() argument
1234 is_cancellable(bool b) : value(b) {} in is_cancellable() argument
1235 is_cancellable &operator=(bool b) { in operator =() argument
1241 template <> struct is_cancellable<false> { struct
1242 is_cancellable &operator=(bool b) { return *this; } in operator =() argument
1264 is_cancellable<cancellable> cancelled; in __kmp_barrier_template() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_barrier.cpp1269 template <bool cancellable> struct is_cancellable {}; struct
1270 template <> struct is_cancellable<true> { struct
1272 is_cancellable() : value(false) {} in is_cancellable() function
1273 is_cancellable(bool b) : value(b) {} in is_cancellable() function
1274 is_cancellable &operator=(bool b) { in operator =() argument
1280 template <> struct is_cancellable<false> { argument
1281 is_cancellable &operator=(bool b) { return *this; } in operator =() argument
1303 is_cancellable<cancellable> cancelled; in __kmp_barrier_template() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp1267 template <bool cancellable> struct is_cancellable {}; struct
1268 template <> struct is_cancellable<true> { struct
1270 is_cancellable() : value(false) {} in is_cancellable() argument
1271 is_cancellable(bool b) : value(b) {} in is_cancellable() function
1272 is_cancellable &operator=(bool b) { in operator =() argument
1278 template <> struct is_cancellable<false> { struct
1279 is_cancellable &operator=(bool b) { return *this; } in operator =() argument
1301 is_cancellable<cancellable> cancelled; in __kmp_barrier_template() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_barrier.cpp1230 template <bool cancellable> struct is_cancellable {}; struct
1231 template <> struct is_cancellable<true> { struct
1233 is_cancellable() : value(false) {} in is_cancellable() argument
1234 is_cancellable(bool b) : value(b) {} in is_cancellable() argument
1235 is_cancellable &operator=(bool b) { in operator =() argument
1241 template <> struct is_cancellable<false> { struct
1242 is_cancellable &operator=(bool b) { return *this; } in operator =() argument
1264 is_cancellable<cancellable> cancelled; in __kmp_barrier_template() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_barrier.cpp1271 template <bool cancellable> struct is_cancellable {}; struct
1272 template <> struct is_cancellable<true> { struct
1274 is_cancellable() : value(false) {} in is_cancellable() argument
1275 is_cancellable(bool b) : value(b) {} in is_cancellable() function
1276 is_cancellable &operator=(bool b) { in operator =() argument
1282 template <> struct is_cancellable<false> { argument
1283 is_cancellable &operator=(bool b) { return *this; } in operator =() argument
1305 is_cancellable<cancellable> cancelled; in __kmp_barrier_template() argument
/dports/devel/llvm90/llvm-9.0.1.src/projects/openmp/runtime/src/
H A Dkmp_barrier.cpp1257 template <bool cancellable> struct is_cancellable {}; struct
1258 template <> struct is_cancellable<true> { struct
1260 is_cancellable() : value(false) {} in is_cancellable() argument
1261 is_cancellable(bool b) : value(b) {} in is_cancellable() argument
1262 is_cancellable &operator=(bool b) { in operator =() argument
1268 template <> struct is_cancellable<false> { struct
1269 is_cancellable &operator=(bool b) { return *this; } in operator =() argument
1291 is_cancellable<cancellable> cancelled; in __kmp_barrier_template() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_barrier.cpp1230 template <bool cancellable> struct is_cancellable {}; struct
1231 template <> struct is_cancellable<true> { struct
1233 is_cancellable() : value(false) {} in is_cancellable() argument
1234 is_cancellable(bool b) : value(b) {} in is_cancellable() argument
1235 is_cancellable &operator=(bool b) { in operator =() argument
1241 template <> struct is_cancellable<false> { struct
1242 is_cancellable &operator=(bool b) { return *this; } in operator =() argument
1264 is_cancellable<cancellable> cancelled; in __kmp_barrier_template() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_barrier.cpp1742 template <bool cancellable> struct is_cancellable {}; struct
1743 template <> struct is_cancellable<true> { struct
1745 is_cancellable() : value(false) {} in is_cancellable() argument
1746 is_cancellable(bool b) : value(b) {} in is_cancellable() function
1747 is_cancellable &operator=(bool b) { in operator =() argument
1753 template <> struct is_cancellable<false> { argument
1754 is_cancellable &operator=(bool b) { return *this; } in operator =() argument
1776 is_cancellable<cancellable> cancelled; in __kmp_barrier_template() argument
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdactor/td/actor/
H A DPromiseFuture.h56 virtual bool is_cancellable() const { in is_cancellable() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/scheduler/common/
H A Dpost_cancellable_task.cc68 static constexpr bool is_cancellable = true; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/scheduler/common/
H A Dpost_cancellable_task.cc68 static constexpr bool is_cancellable = true; member
/dports/net/gsk/gsk-1.0.63/src/
H A Dgskrequest.h52 guint is_cancellable : 1; member
/dports/net/arataga/so5extra-v.1.4.1/dev/so_5_extra/async_op/
H A Dtime_unlimited.hpp488 is_cancellable() const noexcept in is_cancellable() function in so_5::extra::async_op::time_unlimited::cancellation_point_t
H A Dtime_limited.hpp663 is_cancellable() const noexcept in is_cancellable() function in so_5::extra::async_op::time_limited::cancellation_point_t
/dports/graphics/librsvg2-rust/librsvg-2.52.8/src/c_api/
H A Dhandle.rs1109 fn is_cancellable(obj: *mut gio::ffi::GCancellable) -> bool { in is_cancellable() function