Home
last modified time | relevance | path

Searched defs:expr (Results 51 - 75 of 494) sorted by relevance

12345678910>>...20

/third_party/vk-gl-cts/execserver/
H A DxsDefs.cpp31 static std::string formatError (const char* message, const char* expr, const char* file, int line) in formatError() argument
36 msg << '\'' << expr << '\''; in formatError() local
41 Error::Error (const char* message, const char* expr, const char* file, int line) in Error() argument
/third_party/skia/src/sksl/ir/
H A DSkSLConstructorArray.cpp34 const Expression& expr = *args.front(); in Convert() local
/third_party/skia/third_party/externals/tint/src/resolver/
H A 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"))); TEST_F() local
114 auto* expr = Deref(Expr(Source{{12, 34}}, 1)); TEST_F() local
128 auto* expr = Deref(Expr(Source{{12, 34}}, "v")); TEST_F() local
159 auto* expr = TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_array_accessor_test.cc26 auto* expr = IndexAccessor("ary", 5); in TEST_F() local
40 auto* expr = IndexAccessor(Deref("p"), 5); in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_ident_expression_test.cc30 auto* expr = Expr("var"); in TEST_F() local
51 auto* expr = Expr("var"); in TEST_F() local
74 auto* expr = Expr("var"); in TEST_F() local
94 auto* expr in TEST_F() local
119 auto* expr = Add("var", "var"); TEST_F() local
144 auto* expr = Add("var", "var"); TEST_F() local
[all...]
H A Dbuilder_switch_test.cc31 auto* expr = Switch(1, DefaultCase()); in TEST_F() local
/third_party/rust/crates/syn/tests/
H A Dtest_ty.rs348 let mut expr = TypeTuple { in test_tuple_comma() variables
[all...]
H A Dtest_pat.rs102 let mut expr = PatTuple { in test_tuple_comma() variables
[all...]
/third_party/rust/crates/nom/fuzz/fuzz_targets/
H A Dfuzz_arithmetic.rs95 fn expr(i: &str) -> IResult<&str, i64> { in expr() functions
/third_party/rust/crates/nom/tests/
H A Darithmetic.rs51 fn expr(i: &str) -> IResult<&str, i64> { in expr() functions
/third_party/vk-gl-cts/framework/xexml/
H A DxeDefs.cpp31 static std::string formatError (const char* message, const char* expr, const char* file, int line) in formatError() argument
36 msg << '\'' << expr << '\''; in formatError() local
41 Error::Error (const char* message, const char* expr, const char* file, int line) in Error() argument
/kernel/linux/linux-5.10/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.c81 aspeed_sig_expr_eval(struct aspeed_pinmux_data *ctx, const struct aspeed_sig_expr *expr, bool enabled) aspeed_sig_expr_eval() argument
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_reject_inet.c17 static void nft_reject_inet_eval(const struct nft_expr *expr, in nft_reject_inet_eval() argument
63 nft_reject_inet_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_reject_inet_init() argument
95 nft_reject_inet_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_reject_inet_dump() argument
H A Dnft_reject.c63 int nft_reject_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_reject_dump() argument
26 nft_reject_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_reject_validate() argument
38 nft_reject_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_reject_init() argument
/kernel/linux/linux-6.6/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.c83 aspeed_sig_expr_eval(struct aspeed_pinmux_data *ctx, const struct aspeed_sig_expr *expr, bool enabled) aspeed_sig_expr_eval() argument
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_reject_inet.c17 static void nft_reject_inet_eval(const struct nft_expr *expr, in nft_reject_inet_eval() argument
63 nft_reject_inet_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_reject_inet_validate() argument
/third_party/jerryscript/tests/unit-libm/
H A Dtest-libm.c28 check_int (const char *expr, int computed, int expected) in check_int() argument
46 check_double (const char *expr, double computed, double expected) in check_double() argument
/third_party/mesa3d/src/compiler/glsl/tests/
H A Dopt_add_neg_to_sub_test.cpp97 ir_expression *const expr = assign->rhs->as_expression(); in TEST_F() local
130 ir_expression *const expr = assign->rhs->as_expression(); in TEST_F() local
163 ir_expression *const expr = assign->rhs->as_expression(); TEST_F() local
196 ir_expression *const expr = assign->rhs->as_expression(); TEST_F() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_vec_index_to_cond_assign.cpp79 ir_expression *const expr = ir->as_expression(); in convert_vector_extract_to_cond_assign() local
/third_party/ltp/lib/newlib_tests/
H A Dtst_bool_expr.c37 static void parse_fail(const char *expr) in parse_fail() argument
58 struct tst_expr *expr; in do_eval_test() local
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDebug.cpp68 AssertFail(const char *expr, in AssertFail() argument
/third_party/musl/porting/linux/user/src/exit/
H A Dassert.c16 void __assert_fail(const char *expr, const char *file, int line, const char *func) in __assert_fail() argument
/third_party/musl/src/exit/linux/
H A Dassert.c16 void __assert_fail(const char *expr, const char *file, int line, const char *func) in __assert_fail() argument
/third_party/rust/crates/cxx/gen/build/src/
H A Derror.rs23 macro_rules! expr { macros
[all...]
/third_party/skia/src/sksl/dsl/priv/
H A DDSLFPs.cpp34 std::unique_ptr<SkSL::Expression> expr = sampleExpr.releaseIfPossible(); in SampleChild() local

Completed in 7 milliseconds

12345678910>>...20