| /third_party/vk-gl-cts/execserver/ |
| H A D | xsDefs.cpp | 31 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 D | SkSLConstructorArray.cpp | 34 const Expression& expr = *args.front(); in Convert() local
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | ptr_ref_validation_test.cc | 33 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 D | generator_impl_array_accessor_test.cc | 26 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 D | builder_ident_expression_test.cc | 30 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 D | builder_switch_test.cc | 31 auto* expr = Switch(1, DefaultCase()); in TEST_F() local
|
| /third_party/rust/crates/syn/tests/ |
| H A D | test_ty.rs | 348 let mut expr = TypeTuple { in test_tuple_comma() variables [all...] |
| H A D | test_pat.rs | 102 let mut expr = PatTuple { in test_tuple_comma() variables [all...] |
| /third_party/rust/crates/nom/fuzz/fuzz_targets/ |
| H A D | fuzz_arithmetic.rs | 95 fn expr(i: &str) -> IResult<&str, i64> { in expr() functions
|
| /third_party/rust/crates/nom/tests/ |
| H A D | arithmetic.rs | 51 fn expr(i: &str) -> IResult<&str, i64> { in expr() functions
|
| /third_party/vk-gl-cts/framework/xexml/ |
| H A D | xeDefs.cpp | 31 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 D | pinmux-aspeed.c | 81 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 D | nft_reject_inet.c | 17 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 D | nft_reject.c | 63 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 D | pinmux-aspeed.c | 83 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 D | nft_reject_inet.c | 17 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 D | test-libm.c | 28 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 D | opt_add_neg_to_sub_test.cpp | 97 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 D | lower_vec_index_to_cond_assign.cpp | 79 ir_expression *const expr = ir->as_expression(); in convert_vector_extract_to_cond_assign() local
|
| /third_party/ltp/lib/newlib_tests/ |
| H A D | tst_bool_expr.c | 37 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 D | Debug.cpp | 68 AssertFail(const char *expr, in AssertFail() argument
|
| /third_party/musl/porting/linux/user/src/exit/ |
| H A D | assert.c | 16 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 D | assert.c | 16 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 D | error.rs | 23 macro_rules! expr { macros [all...] |
| /third_party/skia/src/sksl/dsl/priv/ |
| H A D | DSLFPs.cpp | 34 std::unique_ptr<SkSL::Expression> expr = sampleExpr.releaseIfPossible(); in SampleChild() local
|