| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | intrinsic_validation_test.cc | 209 static std::ostream& operator<<(std::ostream& out, Constexpr expr) { in operator <<() argument 239 auto expr = std::get<2>(p); TEST_P() local 286 auto expr = std::get<2>(p); TEST_P() local [all...] |
| H A D | resolver.cc | 726 auto* expr = values[i]; in WorkgroupSize() local [all...] |
| H A D | resolver_test_helper.h | 48 const ast::Statement* StmtOf(const ast::Expression* expr) { in StmtOf() argument 66 const ast::BlockStatement* BlockOf(const ast::Expression* expr) { in BlockOf() argument 75 const sem::Variable* VarOf(const ast::Expression* expr) { in VarOf() argument 472 ast_expr_func_ptr expr; member [all...] |
| H A D | type_validation_test.cc | 665 auto* expr = Expr("v"); in TEST_P() local
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | module_scope_var_to_entry_point_param.cc | 272 const ast::Expression* expr = ctx.dst->Expr(new_var_symbol); in Process() local
|
| H A D | robustness.cc | 70 const ast::Expression* expr = nullptr; // If null, then is a constant in Transform() member [all...] |
| H A D | zero_init_workgroup_memory.cc | 83 const ast::Expression* expr = nullptr; member 287 auto expr = get_expr(1u); in BuildZeroingStatements() local [all...] |
| /third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
| H A D | generator_impl.cc | 117 EmitExpression(std::ostream& out, const ast::Expression* expr) EmitExpression() argument 152 EmitIndexAccessor( std::ostream& out, const ast::IndexAccessorExpression* expr) EmitIndexAccessor() argument 178 EmitMemberAccessor( std::ostream& out, const ast::MemberAccessorExpression* expr) EmitMemberAccessor() argument 200 EmitBitcast(std::ostream& out, const ast::BitcastExpression* expr) EmitBitcast() argument 216 EmitCall(std::ostream& out, const ast::CallExpression* expr) EmitCall() argument 268 EmitIdentifier(std::ostream& out, const ast::IdentifierExpression* expr) EmitIdentifier() argument 688 EmitBinary(std::ostream& out, const ast::BinaryExpression* expr) EmitBinary() argument 767 EmitUnaryOp(std::ostream& out, const ast::UnaryOpExpression* expr) EmitUnaryOp() argument [all...] |
| /third_party/toybox/kconfig/ |
| H A D | menu.c | 122 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *exp argument 150 menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) menu_add_expr() argument [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | message.h | 166 namespace expr { namespace
|
| /third_party/skia/modules/skottie/src/animator/ |
| H A D | VectorKeyframeAnimator.cpp | 219 sk_sp<Animator> VectorAnimatorBuilder::makeFromExpression(ExpressionManager& em, const char* expr) { in makeFromExpression() argument
|
| /third_party/rust/crates/syn/src/ |
| H A D | lib.rs | 350 mod expr; modules [all...] |
| /kernel/linux/linux-5.10/drivers/pinctrl/aspeed/ |
| H A D | pinmux-aspeed.h | 806 aspeed_sig_expr_set(struct aspeed_pinmux_data *ctx, const struct aspeed_sig_expr *expr, bool enabled) aspeed_sig_expr_set() argument
|
| H A D | pinctrl-aspeed.c | 74 aspeed_sig_expr_enable(struct aspeed_pinmux_data *ctx, const struct aspeed_sig_expr *expr) aspeed_sig_expr_enable() argument 92 aspeed_sig_expr_disable(struct aspeed_pinmux_data *ctx, const struct aspeed_sig_expr *expr) aspeed_sig_expr_disable() argument 163 const struct aspeed_sig_expr ***prios, **funcs, *expr; get_defined_attribute() local 201 aspeed_sig_expr_function(const struct aspeed_sig_expr *expr) aspeed_sig_expr_function() argument 211 aspeed_sig_expr_signal(const struct aspeed_sig_expr *expr) aspeed_sig_expr_signal() argument 234 const struct aspeed_sig_expr *expr = NULL; aspeed_pinmux_set_mux() local 286 aspeed_expr_is_gpio(const struct aspeed_sig_expr *expr) aspeed_expr_is_gpio() argument 382 const struct aspeed_sig_expr ***prios, **funcs, *expr; aspeed_gpio_request_enable() local [all...] |
| /kernel/linux/linux-5.10/net/netfilter/ |
| H A D | nft_meta.c | 305 void nft_meta_get_eval(const struct nft_expr *expr, in nft_meta_get_eval() argument 414 void nft_meta_set_eval(const struct nft_expr *expr, in nft_meta_set_eval() argument 462 nft_meta_get_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_meta_get_init() argument 578 nft_meta_get_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_meta_get_validate() argument 597 nft_meta_set_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_meta_set_validate() argument 627 nft_meta_set_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_meta_set_init() argument 665 nft_meta_get_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_meta_get_dump() argument 681 nft_meta_set_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_meta_set_dump() argument 697 nft_meta_set_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_meta_set_destroy() argument 707 nft_meta_get_offload(struct nft_offload_ctx *ctx, struct nft_flow_rule *flow, const struct nft_expr *expr) nft_meta_get_offload() argument [all...] |
| H A D | nft_payload.c | 82 void nft_payload_eval(const struct nft_expr *expr, in nft_payload_eval() argument 153 static int nft_payload_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_payload_dump() argument 596 static void nft_payload_set_eval(const struct nft_expr *expr, in nft_payload_set_eval() argument 138 nft_payload_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_payload_init() argument 441 nft_payload_offload(struct nft_offload_ctx *ctx, struct nft_flow_rule *flow, const struct nft_expr *expr) nft_payload_offload() argument 658 nft_payload_set_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_payload_set_init() argument 710 nft_payload_set_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_payload_set_dump() argument [all...] |
| H A D | nft_tunnel.c | 22 static void nft_tunnel_get_eval(const struct nft_expr *expr, in nft_tunnel_get_eval() argument 73 nft_tunnel_get_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_tunnel_get_init() argument 108 nft_tunnel_get_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_tunnel_get_dump() argument
|
| H A D | nf_tables_offload.c | 95 struct nft_expr *expr; in nft_flow_rule_create() local [all...] |
| /kernel/linux/linux-5.10/security/selinux/ss/ |
| H A D | conditional.c | 24 static int cond_evaluate_expr(struct policydb *p, struct cond_expr *expr) in cond_evaluate_expr() argument 361 static int expr_node_isvalid(struct policydb *p, struct cond_expr_node *expr) in expr_node_isvalid() argument 396 struct cond_expr_node *expr = &node->expr.nodes[i]; cond_read_node() local [all...] |
| /kernel/linux/linux-5.10/scripts/kconfig/ |
| H A D | menu.c | 128 static struct property *menu_add_prop(enum prop_type type, struct expr *exp argument 198 menu_add_visibility(struct expr *expr) menu_add_visibility() argument 204 menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) menu_add_expr() argument 721 get_dep_str(struct gstr *r, struct expr *expr, const char *prefix) get_dep_str() argument [all...] |
| /kernel/linux/linux-6.6/drivers/pinctrl/aspeed/ |
| H A D | pinmux-aspeed.h | 814 aspeed_sig_expr_set(struct aspeed_pinmux_data *ctx, const struct aspeed_sig_expr *expr, bool enabled) aspeed_sig_expr_set() argument
|
| H A D | pinctrl-aspeed.c | 75 aspeed_sig_expr_enable(struct aspeed_pinmux_data *ctx, const struct aspeed_sig_expr *expr) aspeed_sig_expr_enable() argument 93 aspeed_sig_expr_disable(struct aspeed_pinmux_data *ctx, const struct aspeed_sig_expr *expr) aspeed_sig_expr_disable() argument 165 const struct aspeed_sig_expr ***prios, **funcs, *expr; get_defined_attribute() local 203 aspeed_sig_expr_function(const struct aspeed_sig_expr *expr) aspeed_sig_expr_function() argument 213 aspeed_sig_expr_signal(const struct aspeed_sig_expr *expr) aspeed_sig_expr_signal() argument 236 const struct aspeed_sig_expr *expr = NULL; aspeed_pinmux_set_mux() local 288 aspeed_expr_is_gpio(const struct aspeed_sig_expr *expr) aspeed_expr_is_gpio() argument 384 const struct aspeed_sig_expr ***prios, **funcs, *expr; aspeed_gpio_request_enable() local [all...] |
| /kernel/linux/linux-6.6/tools/perf/ |
| H A D | builtin-list.c | 177 default_print_metric(void *ps, const char *group, const char *name, const char *desc, const char *long_desc, const char *expr, const char *threshold, const char *unit __maybe_unused) default_print_metric() argument 390 json_print_metric(void *ps __maybe_unused, const char *group, const char *name, const char *desc, const char *long_desc, const char *expr, const char *threshold, const char *unit) json_print_metric() argument
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| H A D | nft_exthdr.c | 46 static void nft_exthdr_ipv6_eval(const struct nft_expr *expr, in nft_exthdr_ipv6_eval() argument 141 static void nft_exthdr_ipv4_eval(const struct nft_expr *expr, in nft_exthdr_ipv4_eval() argument 190 static void nft_exthdr_tcp_eval(const struct nft_expr *expr, in nft_exthdr_tcp_eval() argument 234 static void nft_exthdr_tcp_set_eval(const struct nft_expr *expr, in nft_exthdr_tcp_set_eval() argument 314 static void nft_exthdr_tcp_strip_eval(const struct nft_expr *expr, in nft_exthdr_tcp_strip_eval() argument 371 nft_exthdr_sctp_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt) nft_exthdr_sctp_eval() argument 412 nft_exthdr_dccp_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt) nft_exthdr_dccp_eval() argument 498 nft_exthdr_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_exthdr_init() argument 546 nft_exthdr_tcp_set_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_exthdr_tcp_set_init() argument 595 nft_exthdr_tcp_strip_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_exthdr_tcp_strip_init() argument 617 nft_exthdr_ipv4_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_exthdr_ipv4_init() argument 639 nft_exthdr_dccp_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_exthdr_dccp_init() argument 673 nft_exthdr_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_exthdr_dump() argument 684 nft_exthdr_dump_set(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_exthdr_dump_set() argument 695 nft_exthdr_dump_strip(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_exthdr_dump_strip() argument 703 nft_exthdr_reduce(struct nft_regs_track *track, const struct nft_expr *expr) nft_exthdr_reduce() argument [all...] |
| H A D | nft_flow_offload.c | 291 static void nft_flow_offload_eval(const struct nft_expr *expr, in nft_flow_offload_eval() argument 381 nft_flow_offload_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_flow_offload_validate() argument 400 nft_flow_offload_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_flow_offload_init() argument 424 nft_flow_offload_deactivate(const struct nft_ctx *ctx, const struct nft_expr *expr, enum nft_trans_phase phase) nft_flow_offload_deactivate() argument 433 nft_flow_offload_activate(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_flow_offload_activate() argument 441 nft_flow_offload_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_flow_offload_destroy() argument 447 nft_flow_offload_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_flow_offload_dump() argument [all...] |