Home
last modified time | relevance | path

Searched defs:expression (Results 1 – 25 of 253) sorted by relevance

1234567891011

/third_party/boost/boost/yap/
Dexpression.hpp29 struct expression struct
31 using tuple_type = Tuple;
33 static const expr_kind kind = Kind;
36 constexpr expression() {} in expression() argument
39 constexpr expression(tuple_type && rhs) : in expression() function
43 tuple_type elements;
47 constexpr decltype(auto) value() & in value()
54 constexpr decltype(auto) value() const & in value()
59 constexpr decltype(auto) value() && in value()
68 constexpr decltype(auto) left() & { return ::boost::yap::left(*this); } in left()
[all …]
/third_party/boost/boost/multiprecision/detail/
Dnumber_base.hpp516 struct expression<tag, Arg1, void, void, void> struct
518 typedef mpl::int_<1> arity;
519 typedef typename arg_type<Arg1>::type left_type;
520 typedef typename left_type::result_type left_result_type;
521 typedef typename left_type::result_type result_type;
522 typedef tag tag_type;
524 explicit BOOST_MP_CXX14_CONSTEXPR expression(const Arg1& a) : arg(a) {} in expression() function
525 BOOST_MP_CXX14_CONSTEXPR expression(const expression& e) : arg(e.arg) {} in expression() argument
533 BOOST_MP_CXX14_CONSTEXPR expression& operator=(const Other&) in operator =()
539 BOOST_MP_CXX14_CONSTEXPR expression& operator++() in operator ++()
[all …]
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/
Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression(), skipper<Iterator> > struct
44 expr, equality_expr, relational_expr,
45 logical_or_expr, logical_and_expr,
46 additive_expr, multiplicative_expr
50 unary_expr, primary_expr
54 function_call
58 argument_list
62 identifier
66 logical_or_op, logical_and_op,
67 equality_op, relational_op,
[all …]
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/
Dexpression.hpp38 struct expression : qi::grammar<Iterator, ast::expression(), ascii::space_type> struct
43 expr, equality_expr, relational_expr,
44 logical_expr, additive_expr, multiplicative_expr
48 unary_expr, primary_expr
52 identifier
56 equality_op, relational_op, logical_op,
57 additive_op, multiplicative_op, unary_op
61 keywords
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression()> struct
42 error_handler_type;
46 Lexer const& lexer;
48 qi::rule<Iterator, ast::expression()> expr;
49 qi::rule<Iterator, ast::operand()> unary_expr, postfix_expr;
50 qi::rule<Iterator, ast::function_call()> function_call;
51 qi::rule<Iterator, std::list<ast::expression>()> argument_list;
52 qi::rule<Iterator, std::string()> identifier;
53 qi::rule<Iterator, ast::primary_expr()> primary_expr;
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression(), skipper<Iterator> > struct
44 expr
48 unary_expr, primary_expr
52 function_call
56 argument_list
60 identifier
64 unary_op, binary_op
68 keywords
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dexpression.hpp39 struct expression : qi::grammar<Iterator, ast::expression()> struct
42 error_handler_type;
46 Lexer const& lexer;
48 qi::rule<Iterator, ast::expression()> expr;
49 qi::rule<Iterator, ast::operand()> unary_expr, primary_expr;
50 qi::rule<Iterator, ast::function_call()> function_call;
51 qi::rule<Iterator, std::list<ast::expression>()> argument_list;
52 qi::rule<Iterator, std::string()> identifier;
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc7/
Dexpression.hpp38 struct expression : qi::grammar<Iterator, ast::expression(), ascii::space_type> struct
42 qi::rule<Iterator, ast::expression(), ascii::space_type> expr;
43 qi::rule<Iterator, ast::expression(), ascii::space_type> additive_expr;
44 qi::rule<Iterator, ast::expression(), ascii::space_type> multiplicative_expr;
45 qi::rule<Iterator, ast::operand(), ascii::space_type> unary_expr;
46 qi::rule<Iterator, ast::operand(), ascii::space_type> primary_expr;
47 qi::rule<Iterator, std::string(), ascii::space_type> identifier;
/third_party/boost/boost/compute/lambda/
Dcontext.hpp254 struct expression : proto::extends<Expr, expression<Expr>, domain> struct
256 typedef proto::extends<Expr, expression<Expr>, domain> base_type;
260 expression(const Expr &expr = Expr()) in expression() function
267 struct result
272 struct result<This()>
279 struct result<This(Arg)>
289 struct result<This(Arg1, Arg2)>
300 operator()(const Arg &x) const in operator ()()
307 operator()(const Arg1 &x, const Arg2 &y) const in operator ()()
318 operator function<R(A1)>() const in operator function<R(A1)>()
[all …]
/third_party/e2fsprogs/intl/
Dplural-exp.h34 struct expression struct
36 int nargs; /* Number of arguments. */
37 enum operator
64 struct expression *args[3]; /* Up to three arguments. */ argument
73 struct expression *res; argument
/third_party/node/test/sequential/
Dtest-inspector.js120 'expression': 'k + t', property
154 'expression': `console.log("${chars}")`, property
177 'expression': 'typeof require("fs").readFile === "function"', property
188 'expression': [ property
204 'expression': ` property
218 'expression': `JSON.stringify( property
231 'expression': `delete require.cache[${testModuleStr}]`, property
241 'expression': `JSON.stringify(require(${testModuleStr}))`, property
251 'expression': `JSON.stringify(require(${printAModuleStr}))`, property
261 'expression': `JSON.stringify({ property
[all …]
/third_party/boost/libs/spirit/example/x3/calc/calc7/
Dast.hpp49 struct expression struct
51 operand first;
52 std::list<operation> rest;
Dexpression_def.hpp29 expression_type const expression = "expression"; variable
65 calculator_grammar::expression_type expression() in expression() function
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_interface.h40 #define VK_CALL_LOG_ERROR(expression) \ argument
53 #define VK_CALL_LOG_ERROR(expression) (expression) argument
/third_party/node/tools/node_modules/eslint/node_modules/doctrine/lib/
Dtyped.js556 expression: parseTypeExpression() property
702 expression: expr, property
770 expression: parseTypeExpression() property
777 expression: expr property
788 expression: expr property
964 expression: parseBasicTypeExpression(), property
972 expression: parseBasicTypeExpression(), property
984 expression: expr, property
993 expression: expr, property
1003 expression: maybeAddRange({ property
[all …]
/third_party/node/tools/node_modules/babel-eslint/node_modules/@babel/template/lib/
Dformatters.js40 const expression = { constant
49 const expression = program.body[0].expression; constant
Dindex.js22 const expression = (0, _builder.default)(formatters.expression); constant
31 expression, property
/third_party/boost/boost/numeric/ublas/
Dexception.hpp219 #define BOOST_UBLAS_CHECK(expression, e) \ argument
225 #define BOOST_UBLAS_CHECK_EX(expression, file, line, e) \ argument
234 #define BOOST_UBLAS_CHECK(expression, e) \ argument
238 #define BOOST_UBLAS_CHECK_EX(expression, file, line, e) \ argument
252 #define BOOST_UBLAS_CHECK(expression, e) argument
253 #define BOOST_UBLAS_CHECK_EX(expression, file, line, e) argument
/third_party/cJSON/tests/unity/test/tests/
Dtest_generate_test_runner.rb1200 def verify_match(expression, output) argument
1209 def verify_number(expected, expression, output) argument
/third_party/unity/test/tests/
Dtest_generate_test_runner.rb1216 def verify_match(expression, output) argument
1225 def verify_number(expected, expression, output) argument
/third_party/boost/libs/type_traits/test/
Dcheck_integral_constant.hpp33 #define BOOST_CHECK_INTEGRAL_CONSTANT(expression, expected_value)\ argument
51 #define BOOST_CHECK_SOFT_INTEGRAL_CONSTANT(expression, expected_value, alternate_value)\ argument
/third_party/boost/libs/spirit/example/x3/calc/
Dcalc6.cpp73 struct expression struct
91 BOOST_FUSION_ADAPT_STRUCT(client::ast::expression,
233 x3::rule<expression_class, ast::expression> const expression("expression"); variable
313 ast_expression expression; // Our program (AST) in main() local
/third_party/boost/libs/regex/src/
Dwide_posix_api.cpp83 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regcompW(regex_tW* expression, const wchar_t* ptr, int f) in regcompW()
239 BOOST_REGEX_DECL int BOOST_REGEX_CCALL regexecW(const regex_tW* expression, const wchar_t* buf, reg… in regexecW()
304 BOOST_REGEX_DECL void BOOST_REGEX_CCALL regfreeW(regex_tW* expression) in regfreeW()
/third_party/boost/libs/regex/test/regress/
Dtest_deprecated.cpp81 const std::string& expression = test_info<char>::expression(); in test_deprecated() local
209 const std::wstring& expression = test_info<wchar_t>::expression(); in test_deprecated() local
266 const std::string& expression = test_info<char>::expression(); in test_deprecated() local
348 const std::wstring& expression = test_info<wchar_t>::expression(); in test_deprecated() local
/third_party/boost/libs/spirit/example/x3/calc/calc8/
Dast.hpp57 struct expression : x3::position_tagged struct
59 operand first;
60 std::list<operation> rest;

1234567891011