Home
last modified time | relevance | path

Searched defs:expr (Results 26 - 50 of 264) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_fib_inet.c14 static void nft_fib_inet_eval(const struct nft_expr *expr, in nft_fib_inet_eval() argument
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-5.10/net/ipv4/netfilter/
H A Dnft_reject_ipv4.c19 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 Dnft_reject_ipv6.c19 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 Dnft_fib_netdev.c21 static void nft_fib_netdev_eval(const struct nft_expr *expr, in nft_fib_netdev_eval() argument
H A Dnft_fib_inet.c14 static void nft_fib_inet_eval(const struct nft_expr *expr, in nft_fib_inet_eval() argument
H A Dnft_ct_fast.c7 void nft_ct_get_fast_eval(const struct nft_expr *expr, in nft_ct_get_fast_eval() argument
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
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H A Dnft_reject_ipv6.c19 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 Dnft_reject_ipv4.c19 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 DstringComparison.cpp39 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 DexpressionLambdaLowering.cpp24 auto *const expr = function->Body()->AsExpression(); in ConvertExpression() local
H A DbigintLowering.cpp51 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 DprefixAssertionExpression.h24 explicit PrefixAssertionExpression(Expression *expr, TypeNode *type) in PrefixAssertionExpression() argument
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A Ddecorator.cpp73 auto *const expr = expr_ != nullptr ? expr_->Clone(allocator, nullptr)->AsExpression() : nullptr; in Clone() local
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsLaunchExpression.cpp26 ETSLaunchExpression::ETSLaunchExpression(CallExpression *expr) in ETSLaunchExpression() argument
84 auto *const expr = expr_ != nullptr ? expr_->Clone(allocator, nullptr) : nullptr; in Clone() local
H A DetsClassLiteral.cpp70 auto *const expr = expr_ != nullptr ? expr_->Clone(allocator, nullptr) : nullptr; in Clone() local
H A DetsNewClassInstanceExpression.h88 void AddToArgumentsFront(ir::Expression *expr) in AddToArgumentsFront() argument
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsEnumDeclaration.cpp95 EvaluateMemberExpression(checker::TSChecker *checker, [[maybe_unused]] varbinder::EnumVariable *enumVar, ir::MemberExpression *expr) EvaluateMemberExpression() argument
H A DtsNonNullExpression.cpp73 auto *const expr = expr_->Clone(allocator, nullptr)->AsExpression(); in Clone() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/dynamic/
H A DdynamicCall.cpp58 DynamicCall::Result DynamicCall::SqueezeExpr(ArenaAllocator *allocator, const ir::MemberExpression *expr) in SqueezeExpr() 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-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
/arkcompiler/ets_frontend/es2panda/util/
H A Dconcurrent.cpp41 void Concurrent::ThrowInvalidConcurrentFunction(const lexer::LineIndex &lineIndex, const ir::AstNode *expr, in ThrowInvalidConcurrentFunction() argument

Completed in 7 milliseconds

1234567891011