| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/preprocessed/ |
| H A D | argument_predefined_10.hpp | 11 …expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument<2>::t… 12 …expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument<2>::typ… 13 …expression::argument<1>::type const BOOST_ATTRIBUTE_UNUSED arg1 = {{{}}}; expression::argument<2>:… 14 …expression::argument<1>::type const BOOST_ATTRIBUTE_UNUSED _1 = {{{}}}; expression::argument<2>::t… 18 …expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument<2>::t… 19 …expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument<2>::typ… 20 …expression::argument<1>::type const BOOST_ATTRIBUTE_UNUSED arg1 = {{{}}}; expression::argument<2>:… 21 …expression::argument<1>::type const BOOST_ATTRIBUTE_UNUSED _1 = {{{}}}; expression::argument<2>::t…
|
| H A D | argument_no_predefined_10.hpp | 11 …expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument<2>::t… 12 …expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument<2>::typ… 16 …expression::argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument<2>::t… 17 …expression::argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument<2>::typ…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | et_ops.hpp | 26 inline BOOST_CONSTEXPR const detail::expression<tag, Arg1, Arg2, Arg3, Arg4> operator + (const deta… in operator +() 28 inline detail::expression<detail::negate, number<B, et_on> > operator - (const number<B, et_on>& v) in operator -() 31 return detail::expression<detail::negate, number<B, et_on> >(v); in operator -() 34 inline detail::expression<detail::negate, detail::expression<tag, Arg1, Arg2, Arg3, Arg4> > operato… in operator -() 36 …BOOST_STATIC_ASSERT_MSG((is_signed_number<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>… in operator -() 37 return detail::expression<detail::negate, detail::expression<tag, Arg1, Arg2, Arg3, Arg4> >(v); in operator -() 41 detail::expression<detail::complement_immediates, number<B, et_on> > >::type 42 …operator ~ (const number<B, et_on>& v) { return detail::expression<detail::complement_immediates, … in operator ~() 44 inline typename enable_if_c<number_category<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4… 45 …detail::expression<detail::bitwise_complement, detail::expression<tag, Arg1, Arg2, Arg3, Arg4> > >… [all …]
|
| H A D | number_compare.hpp | 110 struct is_valid_mixed_compare<number<B, ET>, expression<tag, Arg1, Arg2, Arg3, Arg4> > 111 …: public mpl::bool_<is_convertible<expression<tag, Arg1, Arg2, Arg3, Arg4>, number<B, ET> >::value… 114 struct is_valid_mixed_compare<expression<tag, Arg1, Arg2, Arg3, Arg4>, number<B, ET> > 115 …: public mpl::bool_<is_convertible<expression<tag, Arg1, Arg2, Arg3, Arg4>, number<B, ET> >::value… 176 inline typename enable_if_c<detail::is_valid_mixed_compare<typename detail::expression<Tag, A1, A2,… 177 operator == (const Arithmetic& a, const detail::expression<Tag, A1, A2, A3, A4>& b) in operator ==() 179 typedef typename detail::expression<Tag, A1, A2, A3, A4>::result_type result_type; in operator ==() 186 inline typename enable_if_c<detail::is_valid_mixed_compare<typename detail::expression<Tag, A1, A2,… 187 operator == (const detail::expression<Tag, A1, A2, A3, A4>& a, const Arithmetic& b) in operator ==() 189 typedef typename detail::expression<Tag, A1, A2, A3, A4>::result_type result_type; in operator ==() [all …]
|
| H A D | min_max.hpp | 36 (min)(const number<Backend, et_on>& a, const detail::expression<tag, A1, A2, A3, A4>& b) in type() 45 (min)(const detail::expression<tag, A1, A2, A3, A4>& a, const number<Backend, et_on>& b) in type() 53 inline typename detail::expression<tag, A1, A2, A3, A4>::result_type in result_type() 54 …(min)(const detail::expression<tag, A1, A2, A3, A4>& a, const detail::expression<tagb, A1b, A2b, A… in result_type() 56 typename detail::expression<tag, A1, A2, A3, A4>::result_type t1(a), t2(b); in result_type() 62 …ename detail::expression<tag, A1, A2, A3, A4>::result_type (min)(const detail::expression<tag, A1,… in result_type() 64 typename detail::expression<tag, A1, A2, A3, A4>::result_type t1(a), t2(b); in result_type() 78 (max)(const number<Backend, et_on>& a, const detail::expression<tag, A1, A2, A3, A4>& b) in type() 87 (max)(const detail::expression<tag, A1, A2, A3, A4>& a, const number<Backend, et_on>& b) in type() 95 inline typename detail::expression<tag, A1, A2, A3, A4>::result_type in result_type() [all …]
|
| H A D | default_ops.hpp | 1682 inline int fpclassify BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag… in BOOST_PREVENT_MACRO_SUBSTITUTION() 1684 typedef typename multiprecision::detail::expression<tag, A1, A2, A3, A4>::result_type value_type; in BOOST_PREVENT_MACRO_SUBSTITUTION() 1694 inline bool isfinite BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag,… in BOOST_PREVENT_MACRO_SUBSTITUTION() 1696 typedef typename multiprecision::detail::expression<tag, A1, A2, A3, A4>::result_type value_type; in BOOST_PREVENT_MACRO_SUBSTITUTION() 1705 inline bool isnan BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1… in BOOST_PREVENT_MACRO_SUBSTITUTION() 1707 typedef typename multiprecision::detail::expression<tag, A1, A2, A3, A4>::result_type value_type; in BOOST_PREVENT_MACRO_SUBSTITUTION() 1716 inline bool isinf BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag, A1… in BOOST_PREVENT_MACRO_SUBSTITUTION() 1718 typedef typename multiprecision::detail::expression<tag, A1, A2, A3, A4>::result_type value_type; in BOOST_PREVENT_MACRO_SUBSTITUTION() 1727 inline bool isnormal BOOST_PREVENT_MACRO_SUBSTITUTION(const multiprecision::detail::expression<tag,… in BOOST_PREVENT_MACRO_SUBSTITUTION() 1729 typedef typename multiprecision::detail::expression<tag, A1, A2, A3, A4>::result_type value_type; in BOOST_PREVENT_MACRO_SUBSTITUTION() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | property_expression.hpp | 18 …PropertyExpression(std::unique_ptr<expression::Expression> expression_, optional<T> defaultValue_ … in PropertyExpression() 19 : expression(std::move(expression_)), 21 zoomCurve(expression::findZoomCurveChecked(expression.get())) { 24 bool isZoomConstant() const { return expression::isZoomConstant(*expression); } in isZoomConstant() 25 bool isFeatureConstant() const { return expression::isFeatureConstant(*expression); } in isFeatureConstant() 28 assert(!expression::isZoomConstant(*expression)); in evaluate() 29 assert(expression::isFeatureConstant(*expression)); in evaluate() 30 …const expression::EvaluationResult result = expression->evaluate(expression::EvaluationContext(zoo… in evaluate() 32 const optional<T> typed = expression::fromExpressionValue<T>(*result); in evaluate() 40 assert(expression::isZoomConstant(*expression)); in evaluate() [all …]
|
| H A D | filter.hpp | 17 optional<std::shared_ptr<const expression::Expression>> expression; member in mbgl::style::Filter 21 Filter() : expression() {} in Filter() 23 Filter(expression::ParseResult _expression, optional<mbgl::Value> _filter = {}) in Filter() 24 : expression(std::move(*_expression)), 26 assert(!expression || *expression != nullptr); 29 bool operator()(const expression::EvaluationContext& context) const; 32 if (!lhs.expression || !rhs.expression) { in operator ==() 33 return lhs.expression == rhs.expression; in operator ==() 35 return *(lhs.expression) == *(rhs.expression); in operator ==() 47 else if (expression) { in serialize() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/scope/ |
| H A D | local_variable.hpp | 22 namespace expression namespace 26 : expression::terminal<detail::local<Key> > 28 typedef typename expression::terminal<detail::local<Key> >::type type; 41 : expression::local_variable<proto::_> 136 typedef expression::local_variable<struct _a_key>::type _a_type; 137 typedef expression::local_variable<struct _b_key>::type _b_type; 138 typedef expression::local_variable<struct _c_key>::type _c_type; 139 typedef expression::local_variable<struct _d_key>::type _d_type; 140 typedef expression::local_variable<struct _e_key>::type _e_type; 141 typedef expression::local_variable<struct _f_key>::type _f_type; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/function/detail/cpp03/preprocessed/ |
| H A D | function_operator_10.hpp | 17 : detail::expression::function_eval<F, A0> 20 typename detail::expression::function_eval<F, A0>::type const 23 return detail::expression::function_eval<F, A0>::make(f, a0); in operator ()() 34 : detail::expression::function_eval<F, A0 , A1> 37 typename detail::expression::function_eval<F, A0 , A1>::type const 40 return detail::expression::function_eval<F, A0 , A1>::make(f, a0 , a1); in operator ()() 51 : detail::expression::function_eval<F, A0 , A1 , A2> 54 typename detail::expression::function_eval<F, A0 , A1 , A2>::type const 57 return detail::expression::function_eval<F, A0 , A1 , A2>::make(f, a0 , a1 , a2); in operator ()() 68 : detail::expression::function_eval<F, A0 , A1 , A2 , A3> [all …]
|
| H A D | function_operator_20.hpp | 17 : detail::expression::function_eval<F, A0> 20 typename detail::expression::function_eval<F, A0>::type const 23 return detail::expression::function_eval<F, A0>::make(f, a0); in operator ()() 34 : detail::expression::function_eval<F, A0 , A1> 37 typename detail::expression::function_eval<F, A0 , A1>::type const 40 return detail::expression::function_eval<F, A0 , A1>::make(f, a0 , a1); in operator ()() 51 : detail::expression::function_eval<F, A0 , A1 , A2> 54 typename detail::expression::function_eval<F, A0 , A1 , A2>::type const 57 return detail::expression::function_eval<F, A0 , A1 , A2>::make(f, a0 , a1 , a2); in operator ()() 68 : detail::expression::function_eval<F, A0 , A1 , A2 , A3> [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/detail/cpp03/preprocessed/ |
| H A D | mem_fun_ptr_gen_10.hpp | 16 typename phoenix::expression::mem_fun_ptr<Object, MemPtr>::type const 19 return phoenix::expression::mem_fun_ptr<Object, MemPtr>::make(obj, ptr); in operator ()() 29 typename phoenix::expression::mem_fun_ptr< 36 return phoenix::expression::mem_fun_ptr< in operator ()() 50 typename phoenix::expression::mem_fun_ptr< 57 return phoenix::expression::mem_fun_ptr< in operator ()() 71 typename phoenix::expression::mem_fun_ptr< 78 return phoenix::expression::mem_fun_ptr< in operator ()() 92 typename phoenix::expression::mem_fun_ptr< 99 return phoenix::expression::mem_fun_ptr< in operator ()() [all …]
|
| H A D | mem_fun_ptr_gen_20.hpp | 16 typename phoenix::expression::mem_fun_ptr<Object, MemPtr>::type const 19 return phoenix::expression::mem_fun_ptr<Object, MemPtr>::make(obj, ptr); in operator ()() 29 typename phoenix::expression::mem_fun_ptr< 36 return phoenix::expression::mem_fun_ptr< in operator ()() 50 typename phoenix::expression::mem_fun_ptr< 57 return phoenix::expression::mem_fun_ptr< in operator ()() 71 typename phoenix::expression::mem_fun_ptr< 78 return phoenix::expression::mem_fun_ptr< in operator ()() 92 typename phoenix::expression::mem_fun_ptr< 99 return phoenix::expression::mem_fun_ptr< in operator ()() [all …]
|
| H A D | mem_fun_ptr_gen_30.hpp | 16 typename phoenix::expression::mem_fun_ptr<Object, MemPtr>::type const 19 return phoenix::expression::mem_fun_ptr<Object, MemPtr>::make(obj, ptr); in operator ()() 29 typename phoenix::expression::mem_fun_ptr< 36 return phoenix::expression::mem_fun_ptr< in operator ()() 50 typename phoenix::expression::mem_fun_ptr< 57 return phoenix::expression::mem_fun_ptr< in operator ()() 71 typename phoenix::expression::mem_fun_ptr< 78 return phoenix::expression::mem_fun_ptr< in operator ()() 92 typename phoenix::expression::mem_fun_ptr< 99 return phoenix::expression::mem_fun_ptr< in operator ()() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/null/ |
| H A D | deref_null.cocci | 19 // expression in different ways 20 @pr1 expression@ 21 expression E; 28 @pr2 expression@ 29 expression E; 43 expression *E; 53 expression subE <= ifm.E; 54 expression *ifm.E; 55 expression E1,E2; 114 expression subE <= ifm.E; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/ |
| H A D | property_value.hpp | 20 using namespace mbgl::style::expression; in operator ()() 30 optional<PropertyExpression<T>> expression; in operator ()() local 39 expression = PropertyExpression<T>(std::move(*parsed)); in operator ()() 41 expression = convertFunctionToExpression<T>(value, error, false); in operator ()() 50 if (!expression) { in operator ()() 52 } else if (!(*expression).isFeatureConstant()) { in operator ()() 55 } else if (!(*expression).isZoomConstant()) { in operator ()() 56 return { std::move(*expression) }; in operator ()() 57 } else if ((*expression).getExpression().getKind() == Kind::Literal) { in operator ()() 59 static_cast<const Literal&>((*expression).getExpression()).getValue()); in operator ()()
|
| H A D | data_driven_property_value.hpp | 20 using namespace mbgl::style::expression; in operator ()() 26 optional<PropertyExpression<T>> expression; in operator ()() local 35 expression = PropertyExpression<T>(std::move(*parsed)); in operator ()() 37 expression = convertFunctionToExpression<T>(value, error, convertTokens); in operator ()() 46 if (!expression) { in operator ()() 48 } else if (!(*expression).isFeatureConstant() || !(*expression).isZoomConstant()) { in operator ()() 49 return { std::move(*expression) }; in operator ()() 50 } else if ((*expression).getExpression().getKind() == Kind::Literal) { in operator ()() 52 static_cast<const Literal&>((*expression).getExpression()).getValue()); in operator ()()
|
| H A D | color_ramp_property_value.hpp | 18 using namespace mbgl::style::expression; in operator ()() 23 ParseResult expression = ctx.parseLayerPropertyExpression(value); in operator ()() local 24 if (!expression) { in operator ()() 28 assert(*expression); in operator ()() 29 if (!isFeatureConstant(**expression)) { in operator ()() 33 if (!isZoomConstant(**expression)) { in operator ()() 37 return {ColorRampPropertyValue(std::move(*expression))}; in operator ()()
|
| H A D | function.hpp | 14 std::unique_ptr<expression::Expression> convertTokenStringToExpression(const std::string&); 16 optional<std::unique_ptr<expression::Expression>> convertFunctionToExpression(expression::type::Typ… 20 …auto expression = convertFunctionToExpression(expression::valueTypeToExpressionType<T>(), value, e… in convertFunctionToExpression() local 21 if (!expression) { in convertFunctionToExpression() 36 return PropertyExpression<T>(std::move(*expression), defaultValue); in convertFunctionToExpression()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/ |
| H A D | regex | 54 * A facility for performing regular expression pattern matching. 102 * Specifies that when a regular expression is matched against a character 103 * container sequence, no sub-expression matches are to be stored in the 109 * Specifies that the regular expression engine should pay more attention to 111 * speed with which regular expression objects are constructed. Otherwise 123 * Specifies that the grammar recognized by the regular expression engine is 128 * POSIX regular expression grammar. 133 * Specifies that the grammar recognized by the regular expression engine is 142 * Specifies that the grammar recognized by the regular expression engine is 150 * Specifies that the grammar recognized by the regular expression engine is [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/ |
| H A D | regex | 54 * A facility for performing regular expression pattern matching. 102 * Specifies that when a regular expression is matched against a character 103 * container sequence, no sub-expression matches are to be stored in the 109 * Specifies that the regular expression engine should pay more attention to 111 * speed with which regular expression objects are constructed. Otherwise 123 * Specifies that the grammar recognized by the regular expression engine is 128 * POSIX regular expression grammar. 133 * Specifies that the grammar recognized by the regular expression engine is 142 * Specifies that the grammar recognized by the regular expression engine is 150 * Specifies that the grammar recognized by the regular expression engine is [all …]
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/misc/ |
| H A D | array_size_dup.cocci | 5 /// 1. An opencoded expression is used before array_size() to compute the same size 6 /// 2. An opencoded expression is used after array_size() to compute the same size 8 /// perform arithmetic overflow check. Thus, if we use an opencoded expression 20 expression E1, E2; 26 expression subE1 <= as.E1; 27 expression subE2 <= as.E2; 28 expression as.E1, as.E2, E3; 55 expression subE1 <= as.E1; 56 expression subE2 <= as.E2; 57 expression as.E1, as.E2, E3; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/function/ |
| H A D | function.hpp | 23 namespace expression namespace 28 : detail::expression::function_eval<F, BOOST_PHOENIX_A(BOOST_PHOENIX_ACTOR_LIMIT)> 51 typename detail::expression::function_eval<F>::type const 54 return detail::expression::function_eval<F>::make(f); in operator ()() 63 : detail::expression::function_eval<F, 69 : detail::expression::function_eval<F, 76 : detail::expression::function_eval<F, 86 : detail::expression::function_eval<F, 97 : detail::expression::function_eval<F, 110 : detail::expression::function_eval<F, [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/ |
| H A D | reference.hpp | 26 namespace expression namespace 30 : expression::terminal<reference_wrapper<T> > 33 typename expression::terminal<reference_wrapper<T> >::type 45 : expression::terminal<reference_wrapper<T const> > 48 typename expression::terminal<reference_wrapper<T const> >::type 62 : expression::reference<proto::_> 68 typename expression::reference<T>::type const 71 return expression::reference<T>::make(t); in ref() 76 typename expression::reference<T const>::type const 79 return expression::reference<T const>::make(t); in cref()
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/iterators/ |
| H A D | for_each_child.cocci | 18 expression e1,e2; 25 expression list [n1] es; 54 expression e; 55 expression list [r.n1] es; 83 expression e,e1; 84 expression list [r.n1] es; 115 expression e,e1; 117 expression list [r.n1] es; 149 expression e; 150 expression list[r.n1] es; [all …]
|