Home
last modified time | relevance | path

Searched refs:is_expr (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/dports/devel/boost-docs/boost_1_72_0/libs/yap/test/
H A Dcompile_is_expr.cpp77 yap::is_expr<yap::expression< in compile_is_expr()
82 yap::is_expr<yap::expression< in compile_is_expr()
89 static_assert(yap::is_expr<alternate_expr_1>::value, ""); in compile_is_expr()
90 static_assert(yap::is_expr<alternate_expr_2>::value, ""); in compile_is_expr()
92 static_assert(!yap::is_expr<int>::value, ""); in compile_is_expr()
93 static_assert(!yap::is_expr<non_expr_1>::value, ""); in compile_is_expr()
94 static_assert(!yap::is_expr<non_expr_2>::value, ""); in compile_is_expr()
95 static_assert(!yap::is_expr<non_expr_3>::value, ""); in compile_is_expr()
96 static_assert(!yap::is_expr<non_expr_4>::value, ""); in compile_is_expr()
97 static_assert(!yap::is_expr<non_expr_5>::value, ""); in compile_is_expr()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/yap/test/
H A Dcompile_is_expr.cpp77 yap::is_expr<yap::expression< in compile_is_expr()
82 yap::is_expr<yap::expression< in compile_is_expr()
89 static_assert(yap::is_expr<alternate_expr_1>::value, ""); in compile_is_expr()
90 static_assert(yap::is_expr<alternate_expr_2>::value, ""); in compile_is_expr()
92 static_assert(!yap::is_expr<int>::value, ""); in compile_is_expr()
93 static_assert(!yap::is_expr<non_expr_1>::value, ""); in compile_is_expr()
94 static_assert(!yap::is_expr<non_expr_2>::value, ""); in compile_is_expr()
95 static_assert(!yap::is_expr<non_expr_3>::value, ""); in compile_is_expr()
96 static_assert(!yap::is_expr<non_expr_4>::value, ""); in compile_is_expr()
97 static_assert(!yap::is_expr<non_expr_5>::value, ""); in compile_is_expr()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/yap/test/
H A Dcompile_is_expr.cpp77 yap::is_expr<yap::expression< in compile_is_expr()
82 yap::is_expr<yap::expression< in compile_is_expr()
89 static_assert(yap::is_expr<alternate_expr_1>::value, ""); in compile_is_expr()
90 static_assert(yap::is_expr<alternate_expr_2>::value, ""); in compile_is_expr()
92 static_assert(!yap::is_expr<int>::value, ""); in compile_is_expr()
93 static_assert(!yap::is_expr<non_expr_1>::value, ""); in compile_is_expr()
94 static_assert(!yap::is_expr<non_expr_2>::value, ""); in compile_is_expr()
95 static_assert(!yap::is_expr<non_expr_3>::value, ""); in compile_is_expr()
96 static_assert(!yap::is_expr<non_expr_4>::value, ""); in compile_is_expr()
97 static_assert(!yap::is_expr<non_expr_5>::value, ""); in compile_is_expr()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/yap/test/
H A Dcompile_is_expr.cpp77 yap::is_expr<yap::expression< in compile_is_expr()
82 yap::is_expr<yap::expression< in compile_is_expr()
89 static_assert(yap::is_expr<alternate_expr_1>::value, ""); in compile_is_expr()
90 static_assert(yap::is_expr<alternate_expr_2>::value, ""); in compile_is_expr()
92 static_assert(!yap::is_expr<int>::value, ""); in compile_is_expr()
93 static_assert(!yap::is_expr<non_expr_1>::value, ""); in compile_is_expr()
94 static_assert(!yap::is_expr<non_expr_2>::value, ""); in compile_is_expr()
95 static_assert(!yap::is_expr<non_expr_3>::value, ""); in compile_is_expr()
96 static_assert(!yap::is_expr<non_expr_4>::value, ""); in compile_is_expr()
97 static_assert(!yap::is_expr<non_expr_5>::value, ""); in compile_is_expr()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/yap/detail/
H A Dalgorithm.hpp164 bool IsExpr = is_expr<T>::value,
259 bool TNonExprUExpr = !is_expr<T>::value && is_expr<U>::value,
305 is_expr<T>::value || is_expr<U>::value || is_expr<V>::value>
340 bool Valid = !is_expr<T>::value && !is_expr<U>::value &&
341 !is_expr<V>::value &&
381 bool Valid = !is_expr<T>::value && UdtTrait<remove_cv_ref_t<T>>::value>
410 !is_expr<T>::value && UdtTrait<remove_cv_ref_t<T>>::value;
469 bool Valid = !is_expr<T>::value && !is_expr<U>::value &&
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/yap/detail/
H A Dalgorithm.hpp164 bool IsExpr = is_expr<T>::value,
259 bool TNonExprUExpr = !is_expr<T>::value && is_expr<U>::value,
305 is_expr<T>::value || is_expr<U>::value || is_expr<V>::value>
340 bool Valid = !is_expr<T>::value && !is_expr<U>::value &&
341 !is_expr<V>::value &&
381 bool Valid = !is_expr<T>::value && UdtTrait<remove_cv_ref_t<T>>::value>
410 !is_expr<T>::value && UdtTrait<remove_cv_ref_t<T>>::value;
469 bool Valid = !is_expr<T>::value && !is_expr<U>::value &&
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/yap/detail/
H A Dalgorithm.hpp164 bool IsExpr = is_expr<T>::value,
259 bool TNonExprUExpr = !is_expr<T>::value && is_expr<U>::value,
305 is_expr<T>::value || is_expr<U>::value || is_expr<V>::value>
340 bool Valid = !is_expr<T>::value && !is_expr<U>::value &&
341 !is_expr<V>::value &&
381 bool Valid = !is_expr<T>::value && UdtTrait<remove_cv_ref_t<T>>::value>
410 !is_expr<T>::value && UdtTrait<remove_cv_ref_t<T>>::value;
469 bool Valid = !is_expr<T>::value && !is_expr<U>::value &&
/dports/devel/boost-libs/boost_1_72_0/boost/yap/detail/
H A Dalgorithm.hpp164 bool IsExpr = is_expr<T>::value,
259 bool TNonExprUExpr = !is_expr<T>::value && is_expr<U>::value,
305 is_expr<T>::value || is_expr<U>::value || is_expr<V>::value>
340 bool Valid = !is_expr<T>::value && !is_expr<U>::value &&
341 !is_expr<V>::value &&
381 bool Valid = !is_expr<T>::value && UdtTrait<remove_cv_ref_t<T>>::value>
410 !is_expr<T>::value && UdtTrait<remove_cv_ref_t<T>>::value;
469 bool Valid = !is_expr<T>::value && !is_expr<U>::value &&
/dports/devel/boost-python-libs/boost_1_72_0/boost/yap/detail/
H A Dalgorithm.hpp164 bool IsExpr = is_expr<T>::value,
259 bool TNonExprUExpr = !is_expr<T>::value && is_expr<U>::value,
305 is_expr<T>::value || is_expr<U>::value || is_expr<V>::value>
340 bool Valid = !is_expr<T>::value && !is_expr<U>::value &&
341 !is_expr<V>::value &&
381 bool Valid = !is_expr<T>::value && UdtTrait<remove_cv_ref_t<T>>::value>
410 !is_expr<T>::value && UdtTrait<remove_cv_ref_t<T>>::value;
469 bool Valid = !is_expr<T>::value && !is_expr<U>::value &&
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/yap/detail/
H A Dalgorithm.hpp164 bool IsExpr = is_expr<T>::value,
259 bool TNonExprUExpr = !is_expr<T>::value && is_expr<U>::value,
305 is_expr<T>::value || is_expr<U>::value || is_expr<V>::value>
340 bool Valid = !is_expr<T>::value && !is_expr<U>::value &&
341 !is_expr<V>::value &&
381 bool Valid = !is_expr<T>::value && UdtTrait<remove_cv_ref_t<T>>::value>
410 !is_expr<T>::value && UdtTrait<remove_cv_ref_t<T>>::value;
469 bool Valid = !is_expr<T>::value && !is_expr<U>::value &&
/dports/devel/hyperscan/boost_1_75_0/boost/yap/detail/
H A Dalgorithm.hpp164 bool IsExpr = is_expr<T>::value,
259 bool TNonExprUExpr = !is_expr<T>::value && is_expr<U>::value,
305 is_expr<T>::value || is_expr<U>::value || is_expr<V>::value>
340 bool Valid = !is_expr<T>::value && !is_expr<U>::value &&
341 !is_expr<V>::value &&
381 bool Valid = !is_expr<T>::value && UdtTrait<remove_cv_ref_t<T>>::value>
410 !is_expr<T>::value && UdtTrait<remove_cv_ref_t<T>>::value;
469 bool Valid = !is_expr<T>::value && !is_expr<U>::value &&
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/raw-ref-op/
H A Dfeature-raw-ref-op.rs3 macro_rules! is_expr { macro
7 is_expr!(&raw const a); //~ ERROR raw address of syntax is experimental
8 is_expr!(&raw mut a); //~ ERROR raw address of syntax is experimental
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/support/
H A Dmeta_compiler.hpp213 typename disable_if<proto::is_expr<Expr> >::type>
262 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
263 return detail::compiler<Domain>::compile(expr, unused, is_expr()); in compile()
270 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
271 return detail::compiler<Domain>::compile(expr, modifiers, is_expr()); in compile()
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/support/
H A Dmeta_compiler.hpp214 typename disable_if<proto::is_expr<Expr> >::type>
263 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
264 return detail::compiler<Domain>::compile(expr, unused, is_expr()); in compile()
271 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
272 return detail::compiler<Domain>::compile(expr, modifiers, is_expr()); in compile()
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/support/
H A Dmeta_compiler.hpp213 typename disable_if<proto::is_expr<Expr> >::type>
262 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
263 return detail::compiler<Domain>::compile(expr, unused, is_expr()); in compile()
270 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
271 return detail::compiler<Domain>::compile(expr, modifiers, is_expr()); in compile()
/dports/devel/R-cran-BH/BH/inst/include/boost/spirit/home/support/
H A Dmeta_compiler.hpp214 typename disable_if<proto::is_expr<Expr> >::type>
263 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
264 return detail::compiler<Domain>::compile(expr, unused, is_expr()); in compile()
271 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
272 return detail::compiler<Domain>::compile(expr, modifiers, is_expr()); in compile()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/support/
H A Dmeta_compiler.hpp213 typename disable_if<proto::is_expr<Expr> >::type>
262 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
263 return detail::compiler<Domain>::compile(expr, unused, is_expr()); in compile()
270 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
271 return detail::compiler<Domain>::compile(expr, modifiers, is_expr()); in compile()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/spirit/home/support/
H A Dmeta_compiler.hpp213 typename disable_if<proto::is_expr<Expr> >::type>
262 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
263 return detail::compiler<Domain>::compile(expr, unused, is_expr()); in compile()
270 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
271 return detail::compiler<Domain>::compile(expr, modifiers, is_expr()); in compile()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/spirit/home/support/
H A Dmeta_compiler.hpp214 typename disable_if<proto::is_expr<Expr> >::type>
263 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
264 return detail::compiler<Domain>::compile(expr, unused, is_expr()); in compile()
271 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
272 return detail::compiler<Domain>::compile(expr, modifiers, is_expr()); in compile()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/spirit/home/support/
H A Dmeta_compiler.hpp214 typename disable_if<proto::is_expr<Expr> >::type>
263 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
264 return detail::compiler<Domain>::compile(expr, unused, is_expr()); in compile()
271 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
272 return detail::compiler<Domain>::compile(expr, modifiers, is_expr()); in compile()
/dports/databases/xtrabackup/boost_1_59_0/boost/spirit/home/support/
H A Dmeta_compiler.hpp213 typename disable_if<proto::is_expr<Expr> >::type>
262 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
263 return detail::compiler<Domain>::compile(expr, unused, is_expr()); in compile()
270 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
271 return detail::compiler<Domain>::compile(expr, modifiers, is_expr()); in compile()
/dports/databases/percona57-server/boost_1_59_0/boost/spirit/home/support/
H A Dmeta_compiler.hpp213 typename disable_if<proto::is_expr<Expr> >::type>
262 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
263 return detail::compiler<Domain>::compile(expr, unused, is_expr()); in compile()
270 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
271 return detail::compiler<Domain>::compile(expr, modifiers, is_expr()); in compile()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/spirit/home/support/
H A Dmeta_compiler.hpp213 typename disable_if<proto::is_expr<Expr> >::type>
262 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
263 return detail::compiler<Domain>::compile(expr, unused, is_expr()); in compile()
270 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
271 return detail::compiler<Domain>::compile(expr, modifiers, is_expr()); in compile()
/dports/databases/percona57-client/boost_1_59_0/boost/spirit/home/support/
H A Dmeta_compiler.hpp213 typename disable_if<proto::is_expr<Expr> >::type>
262 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
263 return detail::compiler<Domain>::compile(expr, unused, is_expr()); in compile()
270 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
271 return detail::compiler<Domain>::compile(expr, modifiers, is_expr()); in compile()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/spirit/home/support/
H A Dmeta_compiler.hpp213 typename disable_if<proto::is_expr<Expr> >::type>
262 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
263 return detail::compiler<Domain>::compile(expr, unused, is_expr()); in compile()
270 typedef typename proto::is_expr<Expr>::type is_expr; in compile() typedef
271 return detail::compiler<Domain>::compile(expr, modifiers, is_expr()); in compile()

12345678910>>...19