Home
last modified time | relevance | path

Searched defs:Promote (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Dpromote_traits.hxx45 typedef detail::PromoteType<bool, bool>::Promote Promote; typedef
66 typedef detail::PromoteType<bool, short>::Promote Promote; typedef
80 typedef detail::PromoteType<bool, int>::Promote Promote; typedef
94 typedef detail::PromoteType<bool, long>::Promote Promote; typedef
108 typedef detail::PromoteType<bool, float>::Promote Promote; typedef
115 typedef detail::PromoteType<bool, double>::Promote Promote; typedef
386 typedef detail::PromoteType<short, int>::Promote Promote; typedef
555 typedef detail::PromoteType<int, int>::Promote Promote; typedef
562 typedef detail::PromoteType<int, bool>::Promote Promote; typedef
604 typedef detail::PromoteType<int, long>::Promote Promote; typedef
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Dnon-integral-switch-cond.cpp9 …switch (Bad) { // expected-error {{statement requires expression of integer type ('NOT_AN_INTEGRAL…
11 break;
/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dnumerictraits.hxx522 typedef int Promote; typedef
561 typedef int Promote; typedef
605 typedef int Promote; typedef
647 typedef int Promote; typedef
692 typedef int Promote; typedef
734 typedef int Promote; typedef
1093 typedef int Promote; typedef
1100 typedef int Promote; typedef
1108 typedef int Promote; typedef
1124 typedef int Promote; typedef
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaTemplate/
H A Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp9 template<> struct Promote<short> { struct
10 typedef int type;
13 template<> struct Promote<int> { struct
17 template<> struct Promote<float> { struct
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip; } in ret_intptr5()
/dports/science/qmcpack/qmcpack-3.11.0/src/Containers/PETE/
H A DTypeComputations.h83 struct Promote struct
91 struct Promote<bool, bool> argument
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libbase/
H A DRange2d.h56 template <typename U> struct Promote { typedef U type; }; argument
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/
H A Dcadna.hxx152 struct Promote<cadna::numeric_type<T1>, struct
155 using type = cadna::numeric_type<T1>;
159 struct Promote<cadna::numeric_type<T1>, struct
162 using type = cadna::numeric_type<typename Promote<T1,T2>::type>;
166 struct Promote<cadna::numeric_type<T1>,T2> struct
168 using type = cadna::numeric_type<typename Promote<T1,T2>::type>;
172 struct Promote<T1,cadna::numeric_type<T2>> struct
174 using type = cadna::numeric_type<typename Promote<T1,T2>::type>;
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DCodegenStrategy.h51 struct Promote : public Transformation { struct
52 explicit Promote(linalg::LinalgPromotionOptions options) : options(options) {} in Promote() argument
55 buildRewritePatterns(MLIRContext *context, linalg::LinalgMarker m) override { in buildRewritePatterns()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DCodegenStrategy.h51 struct Promote : public Transformation { struct
52 explicit Promote(linalg::LinalgPromotionOptions options) : options(options) {} in Promote() argument
55 buildRewritePatterns(MLIRContext *context, linalg::LinalgMarker m) override { in buildRewritePatterns()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DCodegenStrategy.h51 struct Promote : public Transformation { struct
52 explicit Promote(linalg::LinalgPromotionOptions options) : options(options) {} in Promote() argument
55 buildRewritePatterns(MLIRContext *context, linalg::LinalgMarker m) override { in buildRewritePatterns()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DCodegenStrategy.h97 struct Promote : public Transformation { struct
104 Promote(StringRef name, linalg::LinalgPromotionOptions options, argument
106 : Transformation(f), opName(name), options(options) {} in Transformation()
109 buildRewritePatterns(MLIRContext *context, in buildRewritePatterns()
119 linalg::LinalgPromotionOptions options;

12345678910>>...16