Home
last modified time | relevance | path

Searched refs:TypeSwitchBase (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A DTypeSwitch.h24 template <typename DerivedT, typename T> class TypeSwitchBase {
26 TypeSwitchBase(const T &value) : value(value) {} in TypeSwitchBase() function
27 TypeSwitchBase(TypeSwitchBase &&other) : value(other.value) {} in TypeSwitchBase() function
28 ~TypeSwitchBase() = default;
31 TypeSwitchBase(const TypeSwitchBase &) = delete;
32 void operator=(const TypeSwitchBase &) = delete;
33 void operator=(TypeSwitchBase &&other) = delete;
101 class TypeSwitch : public detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T> {
103 using BaseT = detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T>;
143 : public detail::TypeSwitchBase<TypeSwitch<T, void>, T> {
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A DTypeSwitch.h24 template <typename DerivedT, typename T> class TypeSwitchBase {
26 TypeSwitchBase(const T &value) : value(value) {} in TypeSwitchBase() function
27 TypeSwitchBase(TypeSwitchBase &&other) : value(other.value) {} in TypeSwitchBase() function
28 ~TypeSwitchBase() = default;
31 TypeSwitchBase(const TypeSwitchBase &) = delete;
32 void operator=(const TypeSwitchBase &) = delete;
33 void operator=(TypeSwitchBase &&other) = delete;
101 class TypeSwitch : public detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T> {
103 using BaseT = detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T>;
143 : public detail::TypeSwitchBase<TypeSwitch<T, void>, T> {
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DTypeSwitch.h24 template <typename DerivedT, typename T> class TypeSwitchBase {
26 TypeSwitchBase(const T &value) : value(value) {} in TypeSwitchBase() function
27 TypeSwitchBase(TypeSwitchBase &&other) : value(other.value) {} in TypeSwitchBase() function
28 ~TypeSwitchBase() = default;
31 TypeSwitchBase(const TypeSwitchBase &) = delete;
32 void operator=(const TypeSwitchBase &) = delete;
33 void operator=(TypeSwitchBase &&other) = delete;
101 class TypeSwitch : public detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T> {
103 using BaseT = detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T>;
143 : public detail::TypeSwitchBase<TypeSwitch<T, void>, T> {
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A DTypeSwitch.h24 template <typename DerivedT, typename T> class TypeSwitchBase {
26 TypeSwitchBase(const T &value) : value(value) {} in TypeSwitchBase() function
27 TypeSwitchBase(TypeSwitchBase &&other) : value(other.value) {} in TypeSwitchBase() function
28 ~TypeSwitchBase() = default;
31 TypeSwitchBase(const TypeSwitchBase &) = delete;
32 void operator=(const TypeSwitchBase &) = delete;
33 void operator=(TypeSwitchBase &&other) = delete;
101 class TypeSwitch : public detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T> {
103 using BaseT = detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T>;
143 : public detail::TypeSwitchBase<TypeSwitch<T, void>, T> {
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A DTypeSwitch.h24 template <typename DerivedT, typename T> class TypeSwitchBase {
26 TypeSwitchBase(const T &value) : value(value) {} in TypeSwitchBase() function
27 TypeSwitchBase(TypeSwitchBase &&other) : value(other.value) {} in TypeSwitchBase() function
28 ~TypeSwitchBase() = default;
31 TypeSwitchBase(const TypeSwitchBase &) = delete;
32 void operator=(const TypeSwitchBase &) = delete;
33 void operator=(TypeSwitchBase &&other) = delete;
101 class TypeSwitch : public detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T> {
103 using BaseT = detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T>;
143 : public detail::TypeSwitchBase<TypeSwitch<T, void>, T> {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/ADT/
H A DTypeSwitch.h24 template <typename DerivedT, typename T> class TypeSwitchBase {
26 TypeSwitchBase(const T &value) : value(value) {} in TypeSwitchBase() function
27 TypeSwitchBase(TypeSwitchBase &&other) : value(other.value) {} in TypeSwitchBase() function
28 ~TypeSwitchBase() = default;
31 TypeSwitchBase(const TypeSwitchBase &) = delete;
32 void operator=(const TypeSwitchBase &) = delete;
33 void operator=(TypeSwitchBase &&other) = delete;
101 class TypeSwitch : public detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T> {
103 using BaseT = detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T>;
143 : public detail::TypeSwitchBase<TypeSwitch<T, void>, T> {
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DTypeSwitch.h24 template <typename DerivedT, typename T> class TypeSwitchBase {
26 TypeSwitchBase(const T &value) : value(value) {} in TypeSwitchBase() function
27 TypeSwitchBase(TypeSwitchBase &&other) : value(other.value) {} in TypeSwitchBase() function
28 ~TypeSwitchBase() = default;
31 TypeSwitchBase(const TypeSwitchBase &) = delete;
32 void operator=(const TypeSwitchBase &) = delete;
33 void operator=(TypeSwitchBase &&other) = delete;
101 class TypeSwitch : public detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T> {
103 using BaseT = detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T>;
149 : public detail::TypeSwitchBase<TypeSwitch<T, void>, T> {
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DTypeSwitch.h24 template <typename DerivedT, typename T> class TypeSwitchBase {
26 TypeSwitchBase(const T &value) : value(value) {} in TypeSwitchBase() function
27 TypeSwitchBase(TypeSwitchBase &&other) : value(other.value) {} in TypeSwitchBase() function
28 ~TypeSwitchBase() = default;
31 TypeSwitchBase(const TypeSwitchBase &) = delete;
32 void operator=(const TypeSwitchBase &) = delete;
33 void operator=(TypeSwitchBase &&other) = delete;
101 class TypeSwitch : public detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T> {
103 using BaseT = detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T>;
149 : public detail::TypeSwitchBase<TypeSwitch<T, void>, T> {
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DTypeSwitch.h24 template <typename DerivedT, typename T> class TypeSwitchBase {
26 TypeSwitchBase(const T &value) : value(value) {} in TypeSwitchBase() function
27 TypeSwitchBase(TypeSwitchBase &&other) : value(other.value) {} in TypeSwitchBase() function
28 ~TypeSwitchBase() = default;
31 TypeSwitchBase(const TypeSwitchBase &) = delete;
32 void operator=(const TypeSwitchBase &) = delete;
33 void operator=(TypeSwitchBase &&other) = delete;
101 class TypeSwitch : public detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T> {
103 using BaseT = detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T>;
149 : public detail::TypeSwitchBase<TypeSwitch<T, void>, T> {
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DTypeSwitch.h24 template <typename DerivedT, typename T> class TypeSwitchBase {
26 TypeSwitchBase(const T &value) : value(value) {} in TypeSwitchBase() function
27 TypeSwitchBase(TypeSwitchBase &&other) : value(other.value) {} in TypeSwitchBase() function
28 ~TypeSwitchBase() = default;
31 TypeSwitchBase(const TypeSwitchBase &) = delete;
32 void operator=(const TypeSwitchBase &) = delete;
33 void operator=(TypeSwitchBase &&other) = delete;
106 class TypeSwitch : public detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T> {
108 using BaseT = detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T>;
154 : public detail::TypeSwitchBase<TypeSwitch<T, void>, T> {
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DTypeSwitch.h24 template <typename DerivedT, typename T> class TypeSwitchBase {
26 TypeSwitchBase(const T &value) : value(value) {} in TypeSwitchBase() function
27 TypeSwitchBase(TypeSwitchBase &&other) : value(other.value) {} in TypeSwitchBase() function
28 ~TypeSwitchBase() = default;
31 TypeSwitchBase(const TypeSwitchBase &) = delete;
32 void operator=(const TypeSwitchBase &) = delete;
33 void operator=(TypeSwitchBase &&other) = delete;
101 class TypeSwitch : public detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T> {
103 using BaseT = detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T>;
149 : public detail::TypeSwitchBase<TypeSwitch<T, void>, T> {
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DTypeSwitch.h24 template <typename DerivedT, typename T> class TypeSwitchBase {
26 TypeSwitchBase(const T &value) : value(value) {} in TypeSwitchBase() function
27 TypeSwitchBase(TypeSwitchBase &&other) : value(other.value) {} in TypeSwitchBase() function
28 ~TypeSwitchBase() = default;
31 TypeSwitchBase(const TypeSwitchBase &) = delete;
32 void operator=(const TypeSwitchBase &) = delete;
33 void operator=(TypeSwitchBase &&other) = delete;
101 class TypeSwitch : public detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T> {
103 using BaseT = detail::TypeSwitchBase<TypeSwitch<T, ResultT>, T>;
149 : public detail::TypeSwitchBase<TypeSwitch<T, void>, T> {
[all …]