Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 25 of 786) sorted by relevance

12345678910>>...32

/third_party/boost/boost/proto/detail/preprocessed/
Dexpr.hpp37 struct expr<Tag, term<Arg0>, 0> struct
42 typedef expr proto_base_expr; argument
44 typedef basic_expr<Tag, proto_args, 0 > proto_grammar; argument
47 typedef proto::tag::proto_expr<Tag, proto_domain> fusion_tag; argument
48 typedef expr proto_derived_expr; argument
49 typedef void proto_is_expr_; argument
55 expr const &proto_base() const in proto_base() argument
62 expr &proto_base() in proto_base() argument
71 static expr const make(A0 &a0) in make() argument
79 static expr const make(A0 const &a0) in make() argument
[all …]
Dexpr_variadic.hpp37 struct expr<Tag, term<Arg0>, 0> struct
42 typedef expr proto_base_expr; argument
44 typedef basic_expr<Tag, proto_args, 0 > proto_grammar; argument
47 typedef proto::tag::proto_expr<Tag, proto_domain> fusion_tag; argument
48 typedef expr proto_derived_expr; argument
49 typedef void proto_is_expr_; argument
55 expr const &proto_base() const in proto_base() argument
62 expr &proto_base() in proto_base() argument
71 static expr const make(A0 &a0) in make() argument
79 static expr const make(A0 const &a0) in make() argument
[all …]
/third_party/boost/boost/proto/detail/
Dexpr.hpp116 struct expr<Tag, term<Arg0>, 0> struct
125 typedef expr proto_base_expr; argument
131 typedef basic_expr<Tag, proto_args, BOOST_PP_ITERATION() > proto_grammar; argument
134 typedef proto::tag::proto_expr<Tag, proto_domain> fusion_tag; argument
135 typedef expr proto_derived_expr; argument
136 typedef void proto_is_expr_; /**< INTERNAL ONLY */ argument
144 expr const &proto_base() const in proto_base() argument
152 expr &proto_base() in proto_base() argument
163 static expr const make(A0 &a0) in make() argument
172 static expr const make(A0 const &a0) in make() argument
[all …]
/third_party/boost/boost/
Dassert.hpp38 # define BOOST_ASSERT(expr) ((void)0) argument
39 # define BOOST_ASSERT_MSG(expr, msg) ((void)0) argument
53 #define BOOST_ASSERT(expr) (BOOST_LIKELY(!!(expr))? ((void)0): ::boost::assertion_failed(#expr, BOO… argument
54 #define BOOST_ASSERT_MSG(expr, msg) (BOOST_LIKELY(!!(expr))? ((void)0): ::boost::assertion_failed_m… argument
60 # define BOOST_ASSERT(expr) assert(expr) argument
61 # define BOOST_ASSERT_MSG(expr, msg) assert((expr)&&(msg)) argument
77 # define BOOST_VERIFY(expr) ((void)(expr)) argument
78 # define BOOST_VERIFY_MSG(expr, msg) ((void)(expr)) argument
82 # define BOOST_VERIFY(expr) BOOST_ASSERT(expr) argument
83 # define BOOST_VERIFY_MSG(expr, msg) BOOST_ASSERT_MSG(expr,msg) argument
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver_constants_test.cc30 auto* expr = Expr(99); in TEST_F() local
45 auto* expr = Expr(99u); in TEST_F() local
60 auto* expr = Expr(9.9f); in TEST_F() local
75 auto* expr = Expr(true); in TEST_F() local
90 auto* expr = vec3<i32>(); in TEST_F() local
109 auto* expr = vec3<u32>(); in TEST_F() local
128 auto* expr = vec3<f32>(); in TEST_F() local
147 auto* expr = vec3<bool>(); in TEST_F() local
166 auto* expr = vec3<i32>(99); in TEST_F() local
185 auto* expr = vec3<u32>(99u); in TEST_F() local
[all …]
Dptr_ref_validation_test.cc33 auto* expr = AddressOf(Expr(Source{{12, 34}}, 1)); in TEST_F() local
46 auto* expr = AddressOf(Expr(Source{{12, 34}}, "l")); in TEST_F() local
60 auto* expr = AddressOf(Expr(Source{{12, 34}}, "t")); in TEST_F() local
73 auto* expr = AddressOf(MemberAccessor(Source{{12, 34}}, "v", "y")); in TEST_F() local
87 auto* expr = AddressOf(IndexAccessor(Source{{12, 34}}, "v", 2)); in TEST_F() local
102 auto* expr = Deref(AddressOf(Expr(Source{{12, 34}}, "t"))); in TEST_F() local
114 auto* expr = Deref(Expr(Source{{12, 34}}, 1)); in TEST_F() local
128 auto* expr = Deref(Expr(Source{{12, 34}}, "v")); in TEST_F() local
159 auto* expr = in TEST_F() local
/third_party/boost/libs/yap/test/
Dcompile_term_plus_expr.cpp28 expr = unity + i; in compile_term_plus_expr() local
46 expr = unity + i; in compile_term_plus_expr() local
64 expr = unity + std::move(i); in compile_term_plus_expr() local
82 bh::tuple<ref<term<double> &>, ref<term<int> const &>>> const expr = in compile_term_plus_expr() local
102 bh::tuple<ref<term<double> &>, ref<term<int> &>>> const expr = in compile_term_plus_expr() local
123 expr = unity + i; in compile_term_plus_expr() local
142 expr = unity + i; in compile_term_plus_expr() local
163 expr = unity + std::move(i); in compile_term_plus_expr() local
182 expr = unity + i; in compile_term_plus_expr() local
201 expr = unity + i; in compile_term_plus_expr() local
[all …]
Dcompile_user_macros.cpp20 struct expr struct
22 static yap::expr_kind const kind = Kind; argument
25 BOOST_YAP_USER_ASSIGN_OPERATOR(expr, ::expr); argument
56 auto expr = negation1 = 2; in compile_user_macros() local
/third_party/ltp/tools/sparse/sparse-src/
Dexpand.c57 static int expand_symbol_expression(struct expression *expr) in expand_symbol_expression()
81 static long long get_longlong(struct expression *expr) in get_longlong()
97 void cast_value(struct expression *expr, struct symbol *newtype, in cast_value()
174 static bool check_shift_count(struct expression *expr, struct expression *right) in check_shift_count()
191 static int simplify_int_binop(struct expression *expr, struct symbol *ctype) in simplify_int_binop()
307 static int simplify_cmp_binop(struct expression *expr, struct symbol *ctype) in simplify_cmp_binop()
339 static int simplify_float_binop(struct expression *expr) in simplify_float_binop()
388 static int simplify_float_cmp(struct expression *expr, struct symbol *ctype) in simplify_float_cmp()
411 static int expand_binop(struct expression *expr) in expand_binop()
424 static int expand_logical(struct expression *expr) in expand_logical()
[all …]
Dbuiltin.c42 static int evaluate_to_int_const_expr(struct expression *expr) in evaluate_to_int_const_expr()
49 static int evaluate_pure_unop(struct expression *expr) in evaluate_pure_unop()
67 static int eval_args(struct expression *expr, int n) in eval_args()
94 static int args_prototype(struct expression *expr) in args_prototype()
101 static int args_triadic(struct expression *expr) in args_triadic()
106 static int evaluate_choose(struct expression *expr) in evaluate_choose()
122 static int expand_expect(struct expression *expr, int cost) in expand_expect()
135 static int expand_warning(struct expression *expr, int cost) in expand_warning()
177 static int expand_constant_p(struct expression *expr, int cost) in expand_constant_p()
186 static int expand_safe_p(struct expression *expr, int cost) in expand_safe_p()
[all …]
/third_party/boost/boost/numeric/ublas/detail/
Dduff.hpp16 #define DD_SWITCH(n, d, r, expr) \ argument
21 #define DD_CASE_I(i, expr) \ argument
28 #define DD_1T(n, d, r, expr) \ argument
30 #define DD_2T(n, d, r, expr) \ argument
33 #define DD_3T(n, d, r, expr) \ argument
36 #define DD_4T(n, d, r, expr) \ argument
39 #define DD_5T(n, d, r, expr) \ argument
42 #define DD_6T(n, d, r, expr) \ argument
45 #define DD_7T(n, d, r, expr) \ argument
48 #define DD_8T(n, d, r, expr) \ argument
[all …]
/third_party/curl/include/curl/
Dtypecheck-gcc.h444 #define curlcheck_any_ptr(expr) \ argument
449 #define curlcheck_NULL(expr) \ argument
453 #define curlcheck_ptr(expr, type) \ argument
459 #define curlcheck_arr(expr, type) \ argument
464 #define curlcheck_string(expr) \ argument
472 #define curlcheck_long(expr) \ argument
487 #define curlcheck_off_t(expr) \ argument
492 #define curlcheck_error_buffer(expr) \ argument
503 #define curlcheck_cb_data(expr) \ argument
508 #define curlcheck_FILE(expr) \ argument
[all …]
/third_party/skia/third_party/externals/tint/src/ast/
Dtraverse_expressions_test.cc35 root, Diagnostics(), [&](const ast::Expression* expr) { in TEST_F()
44 root, Diagnostics(), [&](const ast::Expression* expr) { in TEST_F()
59 root, Diagnostics(), [&](const ast::Expression* expr) { in TEST_F()
68 root, Diagnostics(), [&](const ast::Expression* expr) { in TEST_F()
85 root, Diagnostics(), [&](const ast::Expression* expr) { in TEST_F()
94 root, Diagnostics(), [&](const ast::Expression* expr) { in TEST_F()
110 root, Diagnostics(), [&](const ast::Expression* expr) { in TEST_F()
119 root, Diagnostics(), [&](const ast::Expression* expr) { in TEST_F()
136 root, Diagnostics(), [&](const ast::Expression* expr) { in TEST_F()
145 root, Diagnostics(), [&](const ast::Expression* expr) { in TEST_F()
[all …]
/third_party/boost/boost/preprocessor/control/
Dexpr_iif.hpp20 # define BOOST_PP_EXPR_IIF(bit, expr) BOOST_PP_EXPR_IIF_I(bit, expr) argument
22 # define BOOST_PP_EXPR_IIF(bit, expr) BOOST_PP_EXPR_IIF_OO((bit, expr)) argument
26 # define BOOST_PP_EXPR_IIF_I(bit, expr) BOOST_PP_EXPR_IIF_ ## bit(expr) argument
28 # define BOOST_PP_EXPR_IIF_0(expr) argument
29 # define BOOST_PP_EXPR_IIF_1(expr) expr argument
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_accessor_expression_test.cc34 auto* expr = IndexAccessor(ary, idx_expr); in TEST_F() local
71 auto* expr = IndexAccessor(ary, idx_expr); in TEST_F() local
109 auto* expr = IndexAccessor(ary, Add(1, 2)); in TEST_F() local
145 auto* expr = IndexAccessor(IndexAccessor("ary", 3), 2); in TEST_F() local
183 auto* expr = MemberAccessor(IndexAccessor("ary", 2), "xy"); in TEST_F() local
229 auto* expr = MemberAccessor("ident", "b"); in TEST_F() local
274 auto* expr = MemberAccessor(MemberAccessor("ident", "inner"), "b"); in TEST_F() local
317 auto* expr = MemberAccessor("ident", "b"); in TEST_F() local
358 auto* expr = MemberAccessor(MemberAccessor("ident", "inner"), "b"); in TEST_F() local
402 auto* expr = MemberAccessor(MemberAccessor("ident", "inner"), "a"); in TEST_F() local
[all …]
Dbuilder_binary_expression_test.cc41 auto* expr = create<ast::BinaryExpression>(param.op, lhs, rhs); in TEST_P() local
70 auto* expr = create<ast::BinaryExpression>(param.op, lhs, rhs); in TEST_P() local
91 auto* expr = in TEST_P() local
137 auto* expr = create<ast::BinaryExpression>(param.op, lhs, rhs); in TEST_P() local
165 auto* expr = create<ast::BinaryExpression>(param.op, lhs, rhs); in TEST_P() local
204 auto* expr = create<ast::BinaryExpression>(param.op, lhs, rhs); in TEST_P() local
227 auto* expr = create<ast::BinaryExpression>(param.op, lhs, rhs); in TEST_P() local
260 auto* expr = create<ast::BinaryExpression>(param.op, lhs, rhs); in TEST_P() local
283 auto* expr = create<ast::BinaryExpression>(param.op, lhs, rhs); in TEST_P() local
317 auto* expr = create<ast::BinaryExpression>(param.op, lhs, rhs); in TEST_P() local
[all …]
Dbuilder_intrinsic_test.cc46 auto* expr = Call(param.name, "v"); in TEST_P() local
73 auto* expr = Call(param.name, "v"); in TEST_P() local
109 auto* expr = Call(param.name, "v"); in TEST_P() local
140 auto* expr = Call(param.name, "v"); in TEST_P() local
176 auto* expr = Call("isFinite", "v"); in TEST_F() local
207 auto* expr = Call("isFinite", "v"); in TEST_F() local
240 auto* expr = Call("isNormal", "v"); in TEST_F() local
280 auto* expr = Call("isNormal", "v"); in TEST_F() local
328 auto* expr = Call(param.name, "v"); in TEST_P() local
358 auto* expr = Call(param.name, "v"); in TEST_P() local
[all …]
/third_party/boost/boost/spirit/home/karma/
Dgenerate.hpp24 , Expr const& expr) in generate()
33 , Expr const& expr) in generate()
60 , Expr const& expr in generate()
76 , Expr const& expr in generate()
98 , Expr const& expr in generate()
110 , Expr const& expr in generate_delimited()
123 , Expr const& expr in generate_delimited()
138 , Expr const& expr in generate_delimited()
169 , Expr const& expr in generate_delimited()
193 , Expr const& expr in generate_delimited()
[all …]
/third_party/grpc/third_party/upb/tests/
Dupb_test.h16 #define PRINT_FAILURE(expr) \ argument
25 #define ASSERT(expr) do { \ argument
33 #define ASSERT_NOCOUNT(expr) do { \ argument
40 #define ASSERT_STATUS(expr, status) do { \ argument
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_binary_test.cc53 auto* expr = create<ast::BinaryExpression>(params.op, left, right); in TEST_P() local
72 auto* expr = create<ast::BinaryExpression>(params.op, left, right); in TEST_P() local
97 auto* expr = create<ast::BinaryExpression>(params.op, left, right); in TEST_P() local
132 auto* expr = in TEST_F() local
150 auto* expr = in TEST_F() local
169 auto* expr = in TEST_F() local
185 auto* expr = in TEST_F() local
201 auto* expr = in TEST_F() local
217 auto* expr = in TEST_F() local
232 auto* expr = create<ast::BinaryExpression>(ast::BinaryOp::kMultiply, in TEST_F() local
[all …]
/third_party/abseil-cpp/absl/base/
Dmacros.h77 #define ABSL_BAD_CALL_IF(expr, msg) \ argument
94 #define ABSL_ASSERT(expr) \ argument
97 #define ABSL_ASSERT(expr) \ argument
130 #define ABSL_HARDENING_ASSERT(expr) \ argument
134 #define ABSL_HARDENING_ASSERT(expr) ABSL_ASSERT(expr) argument
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_binary_test.cc53 auto* expr = create<ast::BinaryExpression>(params.op, left, right); in TEST_P() local
72 auto* expr = create<ast::BinaryExpression>(params.op, left, right); in TEST_P() local
97 auto* expr = create<ast::BinaryExpression>(params.op, left, right); in TEST_P() local
132 auto* expr = in TEST_F() local
150 auto* expr = in TEST_F() local
169 auto* expr = in TEST_F() local
185 auto* expr = in TEST_F() local
201 auto* expr = in TEST_F() local
217 auto* expr = in TEST_F() local
232 auto* expr = create<ast::BinaryExpression>(ast::BinaryOp::kMultiply, in TEST_F() local
[all …]
/third_party/boost/boost/geometry/core/
Dassert.hpp33 #define BOOST_GEOMETRY_ASSERT(expr) (BOOST_LIKELY(!!(expr))? ((void)0): ::boost::geometry::assertio… argument
34 #define BOOST_GEOMETRY_ASSERT_MSG(expr, msg) (BOOST_LIKELY(!!(expr))? ((void)0): ::boost::geometry:… argument
38 #define BOOST_GEOMETRY_ASSERT(expr) BOOST_ASSERT(expr) argument
39 #define BOOST_GEOMETRY_ASSERT_MSG(expr, msg) BOOST_ASSERT_MSG(expr, msg) argument
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dmacros.h77 #define ABSL_BAD_CALL_IF(expr, msg) \ argument
94 #define ABSL_ASSERT(expr) \ argument
97 #define ABSL_ASSERT(expr) \ argument
130 #define ABSL_HARDENING_ASSERT(expr) \ argument
134 #define ABSL_HARDENING_ASSERT(expr) ABSL_ASSERT(expr) argument
/third_party/mesa3d/src/compiler/glsl/
Dir_reader.cpp91 s_expression *expr = s_expression::read_expression(sx_mem_ctx, src); in read() local
111 ir_reader::ir_read_error(s_expression *expr, const char *fmt, ...) in ir_read_error()
135 ir_reader::read_type(s_expression *expr) in read_type()
166 ir_reader::scan_for_prototypes(exec_list *instructions, s_expression *expr) in scan_for_prototypes()
190 ir_reader::read_function(s_expression *expr, bool skip_body) in read_function()
226 ir_reader::read_function_sig(ir_function *f, s_expression *expr, bool skip_body) in read_function_sig()
310 ir_reader::read_instructions(exec_list *instructions, s_expression *expr, in read_instructions()
338 ir_reader::read_instruction(s_expression *expr, ir_loop *loop_ctx) in read_instruction()
390 ir_reader::read_declaration(s_expression *expr) in read_declaration()
472 ir_reader::read_if(s_expression *expr, ir_loop *loop_ctx) in read_if()
[all …]

12345678910>>...32