Home
last modified time | relevance | path

Searched defs:EnableIf (Results 1 – 25 of 133) sorted by relevance

123456

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/metaprogramming/
H A DenableIf.hpp40 struct EnableIf: AllStatic {}; struct
43 struct EnableIf<true, T>: AllStatic { struct
44 typedef T type;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/metaprogramming/
H A DenableIf.hpp40 struct EnableIf: AllStatic {}; struct
43 struct EnableIf<true, T>: AllStatic { struct
44 typedef T type;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/metaprogramming/
H A DenableIf.hpp40 struct EnableIf: AllStatic {}; struct
43 struct EnableIf<true, T>: AllStatic { struct
44 typedef T type;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/metaprogramming/
H A DenableIf.hpp40 struct EnableIf: AllStatic {}; struct
43 struct EnableIf<true, T>: AllStatic { struct
44 typedef T type;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/metaprogramming/
H A DenableIf.hpp40 struct EnableIf: AllStatic {}; struct
43 struct EnableIf<true, T>: AllStatic { struct
44 typedef T type;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/metaprogramming/
H A DenableIf.hpp40 struct EnableIf: AllStatic {}; struct
43 struct EnableIf<true, T>: AllStatic { struct
44 typedef T type;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/delibs/decpp/
H A DdeMeta.hpp34 struct EnableIf { }; struct
37 struct EnableIf<T, true> struct
39 typedef T Type;
/dports/math/blaze/blaze-3.8/blaze/util/
H A DEnableIf.h96 struct EnableIf struct
107 /*!\brief EnableIf specialization for failed constraints. argument
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dtype_info.h37 struct EnableIf { struct
43 struct EnableIf<false, T> { argument
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dtype_info.h37 struct EnableIf { struct
43 struct EnableIf<false, T> { argument
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/basic/
H A Dmetaprogramming_enable_if.h99 struct EnableIf : EnableIf<typename TBool::Type, T> {}; struct
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/basic/
H A Dmetaprogramming_enable_if.h99 struct EnableIf : EnableIf<typename TBool::Type, T> {}; struct
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/basic/
H A Dmetaprogramming_enable_if.h99 struct EnableIf : EnableIf<typename TBool::Type, T> {}; struct
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/metaprogramming/
H A DenableIf.hpp35 using EnableIf = std::enable_if<cond, T>; typedef
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/metaprogramming/
H A DenableIf.hpp35 using EnableIf = std::enable_if<cond, T>; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/compat/winsdk-override/wrl/
H A Dinternal.h27 struct EnableIf {}; struct
/dports/emulators/mame/mame-mame0226/3rdparty/compat/winsdk-override/wrl/
H A Dinternal.h27 struct EnableIf {}; struct
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/wrl/
H A Dinternal.h26 struct EnableIf {}; struct
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/wrl/
H A Dinternal.h26 struct EnableIf {}; struct
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clang/duchain/
H A Dtemplatehelpers.h25 using EnableIf = typename std::enable_if<Condition, detail::enabler>::type; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Utility/
H A DTimeout.h32 using EnableIf = std::enable_if< variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Utility/
H A DTimeout.h32 using EnableIf = std::enable_if< variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Utility/
H A DTimeout.h32 using EnableIf = std::enable_if< variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Utility/
H A DTimeout.h32 using EnableIf = std::enable_if< variable
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Utility/
H A DTimeout.h32 using EnableIf = std::enable_if< variable

123456