Home
last modified time | relevance | path

Searched refs:NoExcept (Results 1 – 25 of 83) sorted by relevance

1234

/dports/audio/ncmpc/ncmpc-0.41/src/util/
H A DBindMethod.hxx54 bool NoExcept,
60 noexcept(NoExcept)
110 bool NoExcept,
120 noexcept(NoExcept)
135 bool NoExcept,
150 noexcept(NoExcept)
164 bool NoExcept,
170 noexcept(NoExcept)
206 bool NoExcept,
231 bool NoExcept,
[all …]
/dports/audio/musicpd/mpd-0.23.6/src/util/
H A DBindMethod.hxx46 bool NoExcept,
48 class BoundMethod<R(Args...) noexcept(NoExcept)> {
93 struct SignatureHelper<R (T::*)(Args...) noexcept(NoExcept)> {
103 typedef R plain_signature(Args...) noexcept(NoExcept);
106 Args...) noexcept(NoExcept);
109 template<typename R, bool NoExcept, typename... Args>
110 struct SignatureHelper<R (*)(Args...) noexcept(NoExcept)> {
111 typedef R plain_signature(Args...) noexcept(NoExcept);
114 Args...) noexcept(NoExcept);
125 template<typename T, bool NoExcept,
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/hof/
H A Dlift.hpp65 template<class F, class NoExcept>
72 noexcept(decltype(std::declval<NoExcept>()(BOOST_HOF_FORWARD(Ts)(xs)...)){}) in operator ()()
77 template<class F, class NoExcept>
78 constexpr lift_noexcept<F, NoExcept> make_lift_noexcept(F f, NoExcept) in make_lift_noexcept() argument
/dports/devel/hyperscan/boost_1_75_0/boost/hof/
H A Dlift.hpp65 template<class F, class NoExcept>
72 noexcept(decltype(std::declval<NoExcept>()(BOOST_HOF_FORWARD(Ts)(xs)...)){}) in operator ()()
77 template<class F, class NoExcept>
78 constexpr lift_noexcept<F, NoExcept> make_lift_noexcept(F f, NoExcept) in make_lift_noexcept() argument
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hof/
H A Dlift.hpp65 template<class F, class NoExcept>
72 noexcept(decltype(std::declval<NoExcept>()(BOOST_HOF_FORWARD(Ts)(xs)...)){}) in operator ()()
77 template<class F, class NoExcept>
78 constexpr lift_noexcept<F, NoExcept> make_lift_noexcept(F f, NoExcept) in make_lift_noexcept() argument
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hof/
H A Dlift.hpp65 template<class F, class NoExcept>
72 noexcept(decltype(std::declval<NoExcept>()(BOOST_HOF_FORWARD(Ts)(xs)...)){}) in operator ()()
77 template<class F, class NoExcept>
78 constexpr lift_noexcept<F, NoExcept> make_lift_noexcept(F f, NoExcept) in make_lift_noexcept() argument
/dports/devel/boost-libs/boost_1_72_0/boost/hof/
H A Dlift.hpp65 template<class F, class NoExcept>
72 noexcept(decltype(std::declval<NoExcept>()(BOOST_HOF_FORWARD(Ts)(xs)...)){}) in operator ()()
77 template<class F, class NoExcept>
78 constexpr lift_noexcept<F, NoExcept> make_lift_noexcept(F f, NoExcept) in make_lift_noexcept() argument
/dports/devel/boost-python-libs/boost_1_72_0/boost/hof/
H A Dlift.hpp65 template<class F, class NoExcept>
72 noexcept(decltype(std::declval<NoExcept>()(BOOST_HOF_FORWARD(Ts)(xs)...)){}) in operator ()()
77 template<class F, class NoExcept>
78 constexpr lift_noexcept<F, NoExcept> make_lift_noexcept(F f, NoExcept) in make_lift_noexcept() argument
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hof/
H A Dlift.hpp65 template<class F, class NoExcept>
72 noexcept(decltype(std::declval<NoExcept>()(BOOST_HOF_FORWARD(Ts)(xs)...)){}) in operator ()()
77 template<class F, class NoExcept>
78 constexpr lift_noexcept<F, NoExcept> make_lift_noexcept(F f, NoExcept) in make_lift_noexcept() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dnew-with-exceptions.cpp19 struct NoExcept { struct
33 clang_analyzer_eval(new NoExcept); // expected-warning{{UNKNOWN}} in testNew()
41 clang_analyzer_eval(new NoExcept[2]); // expected-warning{{TRUE}} in testNewArray()
50 clang_analyzer_eval(new (1) NoExcept[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dnew-with-exceptions.cpp19 struct NoExcept { struct
33 clang_analyzer_eval(new NoExcept); // expected-warning{{UNKNOWN}} in testNew()
41 clang_analyzer_eval(new NoExcept[2]); // expected-warning{{TRUE}} in testNewArray()
50 clang_analyzer_eval(new (1) NoExcept[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dnew-with-exceptions.cpp19 struct NoExcept { struct
33 clang_analyzer_eval(new NoExcept); // expected-warning{{UNKNOWN}} in testNew()
41 clang_analyzer_eval(new NoExcept[2]); // expected-warning{{TRUE}} in testNewArray()
50 clang_analyzer_eval(new (1) NoExcept[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dnew-with-exceptions.cpp19 struct NoExcept { struct
33 clang_analyzer_eval(new NoExcept); // expected-warning{{UNKNOWN}} in testNew()
41 clang_analyzer_eval(new NoExcept[2]); // expected-warning{{TRUE}} in testNewArray()
50 clang_analyzer_eval(new (1) NoExcept[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dnew-with-exceptions.cpp19 struct NoExcept { struct
33 clang_analyzer_eval(new NoExcept); // expected-warning{{UNKNOWN}} in testNew()
41 clang_analyzer_eval(new NoExcept[2]); // expected-warning{{TRUE}} in testNewArray()
50 clang_analyzer_eval(new (1) NoExcept[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dnew-with-exceptions.cpp19 struct NoExcept { struct
33 clang_analyzer_eval(new NoExcept); // expected-warning{{UNKNOWN}} in testNew()
41 clang_analyzer_eval(new NoExcept[2]); // expected-warning{{TRUE}} in testNewArray()
50 clang_analyzer_eval(new (1) NoExcept[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dnew-with-exceptions.cpp19 struct NoExcept { struct
33 clang_analyzer_eval(new NoExcept); // expected-warning{{UNKNOWN}} in testNew()
41 clang_analyzer_eval(new NoExcept[2]); // expected-warning{{TRUE}} in testNewArray()
50 clang_analyzer_eval(new (1) NoExcept[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dnew-with-exceptions.cpp19 struct NoExcept { struct
33 clang_analyzer_eval(new NoExcept); // expected-warning{{UNKNOWN}} in testNew()
41 clang_analyzer_eval(new NoExcept[2]); // expected-warning{{TRUE}} in testNewArray()
50 clang_analyzer_eval(new (1) NoExcept[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dnew-with-exceptions.cpp19 struct NoExcept { struct
33 clang_analyzer_eval(new NoExcept); // expected-warning{{UNKNOWN}} in testNew()
41 clang_analyzer_eval(new NoExcept[2]); // expected-warning{{TRUE}} in testNewArray()
50 clang_analyzer_eval(new (1) NoExcept[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dnew-with-exceptions.cpp19 struct NoExcept { struct
33 clang_analyzer_eval(new NoExcept); // expected-warning{{UNKNOWN}} in testNew()
41 clang_analyzer_eval(new NoExcept[2]); // expected-warning{{TRUE}} in testNewArray()
50 clang_analyzer_eval(new (1) NoExcept[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dnew-with-exceptions.cpp19 struct NoExcept { struct
33 clang_analyzer_eval(new NoExcept); // expected-warning{{UNKNOWN}} in testNew()
41 clang_analyzer_eval(new NoExcept[2]); // expected-warning{{TRUE}} in testNewArray()
50 clang_analyzer_eval(new (1) NoExcept[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dnew-with-exceptions.cpp19 struct NoExcept { struct
33 clang_analyzer_eval(new NoExcept); // expected-warning{{UNKNOWN}} in testNew()
41 clang_analyzer_eval(new NoExcept[2]); // expected-warning{{TRUE}} in testNewArray()
50 clang_analyzer_eval(new (1) NoExcept[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dnew-with-exceptions.cpp19 struct NoExcept { struct
33 clang_analyzer_eval(new NoExcept); // expected-warning{{UNKNOWN}} in testNew()
41 clang_analyzer_eval(new NoExcept[2]); // expected-warning{{TRUE}} in testNewArray()
50 clang_analyzer_eval(new (1) NoExcept[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dnew-with-exceptions.cpp19 struct NoExcept {
33 clang_analyzer_eval(new NoExcept); // expected-warning{{UNKNOWN}}
41 clang_analyzer_eval(new NoExcept[2]); // expected-warning{{TRUE}}
50 clang_analyzer_eval(new (1) NoExcept[2]); // expected-warning{{UNKNOWN}}
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Analysis/
H A Dnew-with-exceptions.cpp19 struct NoExcept { struct
33 clang_analyzer_eval(new NoExcept); // expected-warning{{UNKNOWN}} in testNew()
41 clang_analyzer_eval(new NoExcept[2]); // expected-warning{{TRUE}} in testNewArray()
50 clang_analyzer_eval(new (1) NoExcept[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dnew-with-exceptions.cpp19 struct NoExcept { struct
33 clang_analyzer_eval(new NoExcept); // expected-warning{{UNKNOWN}} in testNew()
41 clang_analyzer_eval(new NoExcept[2]); // expected-warning{{TRUE}} in testNewArray()
50 clang_analyzer_eval(new (1) NoExcept[2]); // expected-warning{{UNKNOWN}} in testNewArrayNoThrow()

1234