| /kernel/linux/linux-5.10/net/netfilter/ |
| H A D | nft_fib_inet.c | 14 static void nft_fib_inet_eval(const struct nft_expr *expr, in nft_fib_inet_eval() argument
|
| 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-5.10/net/ipv4/netfilter/ |
| H A D | nft_reject_ipv4.c | 19 static void nft_reject_ipv4_eval(const struct nft_expr *expr, in nft_reject_ipv4_eval() argument
|
| /kernel/linux/linux-5.10/net/ipv6/netfilter/ |
| H A D | nft_reject_ipv6.c | 19 static void nft_reject_ipv6_eval(const struct nft_expr *expr, in nft_reject_ipv6_eval() argument
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| H A D | nft_fib_netdev.c | 21 static void nft_fib_netdev_eval(const struct nft_expr *expr, in nft_fib_netdev_eval() argument
|
| H A D | nft_fib_inet.c | 14 static void nft_fib_inet_eval(const struct nft_expr *expr, in nft_fib_inet_eval() argument
|
| H A D | nft_ct_fast.c | 7 void nft_ct_get_fast_eval(const struct nft_expr *expr, in nft_ct_get_fast_eval() argument
|
| 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
|
| /kernel/linux/linux-6.6/net/ipv6/netfilter/ |
| H A D | nft_reject_ipv6.c | 19 static void nft_reject_ipv6_eval(const struct nft_expr *expr, in nft_reject_ipv6_eval() argument
|
| /kernel/linux/linux-6.6/net/ipv4/netfilter/ |
| H A D | nft_reject_ipv4.c | 19 static void nft_reject_ipv4_eval(const struct nft_expr *expr, in nft_reject_ipv4_eval() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | stringComparison.cpp | 39 bool CheckOperatorType(ir::BinaryExpression *expr) in CheckOperatorType() argument 56 auto *expr = node->AsBinaryExpression(); in IsStringComparison() local 73 void StringComparisonLowering::ProcessBinaryExpression(ir::BinaryExpression *expr, public_lib::Context *ctx) in ProcessBinaryExpression() argument [all...] |
| H A D | expressionLambdaLowering.cpp | 24 auto *const expr = function->Body()->AsExpression(); in ConvertExpression() local
|
| H A D | bigintLowering.cpp | 51 bool ReplaceStrictEqualByNormalEqual(ir::BinaryExpression *expr) in ReplaceStrictEqualByNormalEqual() argument 73 bool RemoveConst(ir::BinaryExpression *expr) in RemoveConst() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/ir/as/ |
| H A D | prefixAssertionExpression.h | 24 explicit PrefixAssertionExpression(Expression *expr, TypeNode *type) in PrefixAssertionExpression() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | decorator.cpp | 73 auto *const expr = expr_ != nullptr ? expr_->Clone(allocator, nullptr)->AsExpression() : nullptr; in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| H A D | etsLaunchExpression.cpp | 26 ETSLaunchExpression::ETSLaunchExpression(CallExpression *expr) in ETSLaunchExpression() argument 84 auto *const expr = expr_ != nullptr ? expr_->Clone(allocator, nullptr) : nullptr; in Clone() local
|
| H A D | etsClassLiteral.cpp | 70 auto *const expr = expr_ != nullptr ? expr_->Clone(allocator, nullptr) : nullptr; in Clone() local
|
| H A D | etsNewClassInstanceExpression.h | 88 void AddToArgumentsFront(ir::Expression *expr) in AddToArgumentsFront() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsEnumDeclaration.cpp | 95 EvaluateMemberExpression(checker::TSChecker *checker, [[maybe_unused]] varbinder::EnumVariable *enumVar, ir::MemberExpression *expr) EvaluateMemberExpression() argument
|
| H A D | tsNonNullExpression.cpp | 73 auto *const expr = expr_->Clone(allocator, nullptr)->AsExpression(); in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/dynamic/ |
| H A D | dynamicCall.cpp | 58 DynamicCall::Result DynamicCall::SqueezeExpr(ArenaAllocator *allocator, const ir::MemberExpression *expr) in SqueezeExpr() 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-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
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | concurrent.cpp | 41 void Concurrent::ThrowInvalidConcurrentFunction(const lexer::LineIndex &lineIndex, const ir::AstNode *expr, in ThrowInvalidConcurrentFunction() argument
|