Home
last modified time | relevance | path

Searched refs:expr (Results 251 - 275 of 1335) sorted by relevance

1...<<11121314151617181920>>...54

/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc221 virtual bool VisitCallExpr(clang::CallExpr* expr) { in VisitCallExpr() argument
222 const clang::FunctionDecl* callee = expr->getDirectCallee(); in VisitCallExpr()
227 virtual bool VisitDeclRefExpr(clang::DeclRefExpr* expr) { in VisitDeclRefExpr() argument
230 if (IsExternalVMState(expr->getDecl())) { in VisitDeclRefExpr()
720 ExprEffect VisitExpr(clang::Expr* expr, const Environment& env) { in VisitExpr() argument
723 clang::type* concrete_expr = llvm::dyn_cast_or_null<clang::type>(expr); \ in VisitExpr()
792 ExprEffect Visit##type (clang::type* expr, const Environment& env)
795 ExprEffect Visit##type (clang::type* expr, const Environment& env) { \
834 return Use(expr, expr in DECL_VISIT_EXPR()
848 IsRawPointerVar(clang::Expr* expr, std::string* var_name) IsRawPointerVar() argument
1470 ReportUnsafe(const clang::Expr* expr, const std::string& msg) ReportUnsafe() argument
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl.cc524 const ast::IndexAccessorExpression* expr) { in EmitIndexAccessor()
525 if (!EmitExpression(out, expr->object)) { in EmitIndexAccessor()
530 if (!EmitExpression(out, expr->index)) { in EmitIndexAccessor()
539 const ast::BitcastExpression* expr) { in EmitBitcast()
540 auto* type = TypeOf(expr); in EmitBitcast()
557 if (!EmitExpression(out, expr->expr)) { in EmitBitcast()
612 const ast::BinaryExpression* expr) { in EmitBinary()
613 if (expr->op == ast::BinaryOp::kLogicalAnd || in EmitBinary()
614 expr in EmitBinary()
522 EmitIndexAccessor( std::ostream& out, const ast::IndexAccessorExpression* expr) EmitIndexAccessor() argument
538 EmitBitcast(std::ostream& out, const ast::BitcastExpression* expr) EmitBitcast() argument
611 EmitBinary(std::ostream& out, const ast::BinaryExpression* expr) EmitBinary() argument
793 EmitCall(std::ostream& out, const ast::CallExpression* expr) EmitCall() argument
818 auto* expr = call->Declaration(); EmitFunctionCall() local
872 auto* expr = call->Declaration(); EmitIntrinsicCall() local
1001 EmitUniformBufferAccess( std::ostream& out, const ast::CallExpression* expr, const transform::DecomposeMemoryAccess::Intrinsic* intrinsic) EmitUniformBufferAccess() argument
1140 EmitStorageBufferAccess( std::ostream& out, const ast::CallExpression* expr, const transform::DecomposeMemoryAccess::Intrinsic* intrinsic) EmitStorageBufferAccess() argument
1274 EmitStorageAtomicCall( std::ostream& out, const ast::CallExpression* expr, const transform::DecomposeMemoryAccess::Intrinsic* intrinsic) EmitStorageAtomicCall() argument
1501 EmitWorkgroupAtomicCall(std::ostream& out, const ast::CallExpression* expr, const sem::Intrinsic* intrinsic) EmitWorkgroupAtomicCall() argument
1674 EmitSelectCall(std::ostream& out, const ast::CallExpression* expr) EmitSelectCall() argument
1699 EmitModfCall(std::ostream& out, const ast::CallExpression* expr, const sem::Intrinsic* intrinsic) EmitModfCall() argument
1735 EmitFrexpCall(std::ostream& out, const ast::CallExpression* expr, const sem::Intrinsic* intrinsic) EmitFrexpCall() argument
1771 EmitIsNormalCall(std::ostream& out, const ast::CallExpression* expr, const sem::Intrinsic* intrinsic) EmitIsNormalCall() argument
1799 EmitDataPackingCall(std::ostream& out, const ast::CallExpression* expr, const sem::Intrinsic* intrinsic) EmitDataPackingCall() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dast-inspect.c188 struct expression *expr = node->ptr; in inspect_expression() local
189 node->text = g_strdup_printf("%s %s", node->text, expression_type_name(expr->type)); in inspect_expression()
190 switch (expr->type) { in inspect_expression()
192 ast_append_child(node, "statement:", expr->statement, inspect_statement); in inspect_expression()
199 ast_append_child(node, "left:", expr->left, inspect_expression); in inspect_expression()
200 ast_append_child(node, "right:", expr->right, inspect_expression); in inspect_expression()
206 ast_append_child(node, "cast_type:", expr->cast_type, inspect_symbol); in inspect_expression()
207 ast_append_child(node, "cast_expression:", expr->cast_expression, inspect_expression); in inspect_expression()
211 ast_append_child(node, "unop:", expr->unop, inspect_expression); in inspect_expression()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_meta.c305 void nft_meta_get_eval(const struct nft_expr *expr, in nft_meta_get_eval() argument
309 const struct nft_meta *priv = nft_expr_priv(expr); in nft_meta_get_eval()
414 void nft_meta_set_eval(const struct nft_expr *expr, in nft_meta_set_eval() argument
418 const struct nft_meta *meta = nft_expr_priv(expr); in nft_meta_set_eval()
463 const struct nft_expr *expr, in nft_meta_get_init()
466 struct nft_meta *priv = nft_expr_priv(expr); in nft_meta_get_init()
579 const struct nft_expr *expr, in nft_meta_get_validate()
582 const struct nft_meta *priv = nft_expr_priv(expr); in nft_meta_get_validate()
598 const struct nft_expr *expr, in nft_meta_set_validate()
601 struct nft_meta *priv = nft_expr_priv(expr); in nft_meta_set_validate()
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...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_tables_offload.c94 struct nft_expr *expr; in nft_flow_rule_create() local
96 expr = nft_expr_first(rule); in nft_flow_rule_create()
97 while (nft_expr_more(rule, expr)) { in nft_flow_rule_create()
98 if (expr->ops->offload_action && in nft_flow_rule_create()
99 expr->ops->offload_action(expr)) in nft_flow_rule_create()
102 expr = nft_expr_next(expr); in nft_flow_rule_create()
112 expr = nft_expr_first(rule); in nft_flow_rule_create()
122 while (nft_expr_more(rule, expr)) { in nft_flow_rule_create()
298 struct nft_expr *expr, *next; nft_flow_rule_stats() local
[all...]
H A Dnft_limit.c177 static void nft_limit_pkts_eval(const struct nft_expr *expr, in nft_limit_pkts_eval() argument
181 struct nft_limit_priv_pkts *priv = nft_expr_priv(expr); in nft_limit_pkts_eval()
196 const struct nft_expr *expr, in nft_limit_pkts_init()
199 struct nft_limit_priv_pkts *priv = nft_expr_priv(expr); in nft_limit_pkts_init()
211 const struct nft_expr *expr, bool reset) in nft_limit_pkts_dump()
213 const struct nft_limit_priv_pkts *priv = nft_expr_priv(expr); in nft_limit_pkts_dump()
219 const struct nft_expr *expr) in nft_limit_pkts_destroy()
221 const struct nft_limit_priv_pkts *priv = nft_expr_priv(expr); in nft_limit_pkts_destroy()
248 static void nft_limit_bytes_eval(const struct nft_expr *expr, in nft_limit_bytes_eval() argument
252 struct nft_limit_priv *priv = nft_expr_priv(expr); in nft_limit_bytes_eval()
195 nft_limit_pkts_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_limit_pkts_init() argument
210 nft_limit_pkts_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_limit_pkts_dump() argument
218 nft_limit_pkts_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_limit_pkts_destroy() argument
259 nft_limit_bytes_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_limit_bytes_init() argument
268 nft_limit_bytes_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_limit_bytes_dump() argument
276 nft_limit_bytes_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_limit_bytes_destroy() argument
[all...]
H A Dnft_counter.c196 void nft_counter_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_counter_eval() argument
199 struct nft_counter_percpu_priv *priv = nft_expr_priv(expr); in nft_counter_eval()
205 const struct nft_expr *expr, bool reset) in nft_counter_dump()
207 struct nft_counter_percpu_priv *priv = nft_expr_priv(expr); in nft_counter_dump()
213 const struct nft_expr *expr, in nft_counter_init()
216 struct nft_counter_percpu_priv *priv = nft_expr_priv(expr); in nft_counter_init()
222 const struct nft_expr *expr) in nft_counter_destroy()
224 struct nft_counter_percpu_priv *priv = nft_expr_priv(expr); in nft_counter_destroy()
255 const struct nft_expr *expr) in nft_counter_offload()
261 static void nft_counter_offload_stats(struct nft_expr *expr, in nft_counter_offload_stats() argument
204 nft_counter_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_counter_dump() argument
212 nft_counter_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_counter_init() argument
221 nft_counter_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_counter_destroy() argument
253 nft_counter_offload(struct nft_offload_ctx *ctx, struct nft_flow_rule *flow, const struct nft_expr *expr) nft_counter_offload() argument
[all...]
/third_party/node/deps/v8/third_party/jinja2/
H A Dlexer.py187 def describe_token_expr(expr):
189 if ":" in expr:
190 type, value = expr.split(":", 1)
194 type = expr
275 def test(self, expr):
282 if self.type == expr:
284 elif ":" in expr:
285 return expr.split(":", 1) == [self.type, self.value]
290 for expr in iterable:
291 if self.test(expr)
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dlexer.py178 def describe_token_expr(expr):
180 if ':' in expr:
181 type, value = expr.split(':', 1)
185 type = expr
247 def test(self, expr):
254 if self.type == expr:
256 elif ':' in expr:
257 return expr.split(':', 1) == [self.type, self.value]
262 for expr in iterable:
263 if self.test(expr)
[all...]
/third_party/skia/third_party/externals/jinja2/
H A Dlexer.py187 def describe_token_expr(expr):
189 if ":" in expr:
190 type, value = expr.split(":", 1)
194 type = expr
275 def test(self, expr):
282 if self.type == expr:
284 elif ":" in expr:
285 return expr.split(":", 1) == [self.type, self.value]
290 for expr in iterable:
291 if self.test(expr)
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast.cc752 void LiteralBoilerplateBuilder::InitDepthAndFlags(MaterializedLiteral* expr) { in InitDepthAndFlags() argument
753 if (expr->IsArrayLiteral()) { in InitDepthAndFlags()
754 return expr->AsArrayLiteral()->builder()->InitDepthAndFlags(); in InitDepthAndFlags()
756 if (expr->IsObjectLiteral()) { in InitDepthAndFlags()
757 return expr->AsObjectLiteral()->builder()->InitDepthAndFlags(); in InitDepthAndFlags()
759 DCHECK(expr->IsRegExpLiteral()); in InitDepthAndFlags()
777 MaterializedLiteral* expr) { in BuildConstants()
778 if (expr->IsArrayLiteral()) { in BuildConstants()
779 expr->AsArrayLiteral()->builder()->BuildBoilerplateDescription(isolate); in BuildConstants()
782 if (expr in BuildConstants()
776 BuildConstants(IsolateT* isolate, MaterializedLiteral* expr) BuildConstants() argument
849 MatchSmiLiteralOperation(Expression* left, Expression* right, Expression** expr, Smi* literal) MatchSmiLiteralOperation() argument
866 IsTypeof(Expression* expr) IsTypeof() argument
872 MatchLiteralCompareTypeof(Expression* left, Token::Value op, Expression* right, Expression** expr, Literal** literal) MatchLiteralCompareTypeof() argument
883 IsLiteralCompareTypeof(Expression** expr, Literal** literal) IsLiteralCompareTypeof() argument
889 IsVoidOfLiteral(Expression* expr) IsVoidOfLiteral() argument
897 MatchLiteralCompareUndefined(Expression* left, Token::Value op, Expression* right, Expression** expr) MatchLiteralCompareUndefined() argument
910 IsLiteralCompareUndefined(Expression** expr) IsLiteralCompareUndefined() argument
916 MatchLiteralCompareNull(Expression* left, Token::Value op, Expression* right, Expression** expr) MatchLiteralCompareNull() argument
925 IsLiteralCompareNull(Expression** expr) IsLiteralCompareNull() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Daeval.c68 AVExpr **expr; member
109 char *expr, *last_expr = NULL, *buf; in parse_channel_expressions() local
128 ret = av_dynarray_add_nofree(&eval->expr, \ in parse_channel_expressions()
132 eval->expr[eval->nb_channels-1] = NULL; \ in parse_channel_expressions()
133 ret = av_expr_parse(&eval->expr[eval->nb_channels - 1], expr_, \ in parse_channel_expressions()
142 av_expr_free(eval->expr[i]); in parse_channel_expressions()
143 eval->expr[i] = NULL; in parse_channel_expressions()
145 av_freep(&eval->expr); in parse_channel_expressions()
149 while (expr = av_strtok(buf, "|", &buf)) { in parse_channel_expressions()
150 ADD_EXPRESSION(expr); in parse_channel_expressions()
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_reset_ast.c117 struct cil_list_item *expr = NULL; in cil_reset_userattr() local
125 expr = attr->expr_list->head; in cil_reset_userattr()
126 while (expr != NULL) { in cil_reset_userattr()
127 next = expr->next; in cil_reset_userattr()
128 cil_list_item_destroy(&expr, CIL_FALSE); in cil_reset_userattr()
129 expr = next; in cil_reset_userattr()
164 struct cil_list_item *expr = attr->expr_list->head; in cil_reset_roleattr() local
165 while (expr != NULL) { in cil_reset_roleattr()
166 struct cil_list_item *next = expr->next; in cil_reset_roleattr()
167 cil_list_item_destroy(&expr, CIL_FALS in cil_reset_roleattr()
193 struct cil_list_item *expr = attr->expr_list->head; cil_reset_typeattr() local
[all...]
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest_compatibility.h21 #define CHECK_THROWS_WITH_STD_STR_IMPL(expr, str, var_name) \
24 CHECK_THROWS_WITH(expr, var_name.c_str()); \
26 #define CHECK_THROWS_WITH_STD_STR(expr, str) \
27 CHECK_THROWS_WITH_STD_STR_IMPL(expr, str, DOCTEST_ANONYMOUS(DOCTEST_STD_STRING_))
/third_party/skia/third_party/externals/tint/src/ast/
H A Dbitcast_expression.cc28 : Base(pid, src), type(t), expr(e) { in BitcastExpression()
30 TINT_ASSERT(AST, expr); in BitcastExpression()
31 TINT_ASSERT_PROGRAM_IDS_EQUAL_IF_VALID(AST, expr, program_id); in BitcastExpression()
41 auto* e = ctx->Clone(expr); in Clone()
H A Dcall_statement.cc27 : Base(pid, src), expr(call) { in CallStatement()
28 TINT_ASSERT(AST, expr); in CallStatement()
29 TINT_ASSERT_PROGRAM_IDS_EQUAL_IF_VALID(AST, expr, program_id); in CallStatement()
39 auto* call = ctx->Clone(expr); in Clone()
H A Dcall_statement_test.cc27 auto* expr = create<CallExpression>(Expr("func"), ExpressionList{}); in TEST_F() local
29 auto* c = create<CallStatement>(expr); in TEST_F()
30 EXPECT_EQ(c->expr, expr); in TEST_F()
H A Dunary_op_expression.cc28 : Base(pid, src), op(o), expr(e) { in UnaryOpExpression()
29 TINT_ASSERT(AST, expr); in UnaryOpExpression()
30 TINT_ASSERT_PROGRAM_IDS_EQUAL_IF_VALID(AST, expr, program_id); in UnaryOpExpression()
40 auto* e = ctx->Clone(expr); in Clone()
/third_party/rust/crates/static-assertions-rs/src/
H A Dassert_eq_size.rs77 ($x:expr, $($xs:expr),+ $(,)?) => {
120 ($x:expr, $($xs:expr),+ $(,)?) => {
/third_party/rust/crates/regex/tests/
H A Dtest_default_bytes.rs2 ($re:expr) => {{
9 ($res:expr) => {{
16 ($re:expr) => {
22 ($res:expr) => {
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_tables.h284 * @expr: set must support for expressions
292 bool expr; member
357 const struct nft_expr *expr,
439 * @expr: stateful expression
470 struct nft_expr *expr; member
773 void (*eval)(const struct nft_expr *expr,
781 const struct nft_expr *expr,
784 const struct nft_expr *expr);
786 const struct nft_expr *expr,
789 const struct nft_expr *expr);
823 nft_expr_priv(const struct nft_expr *expr) nft_expr_priv() argument
858 nft_expr_next(const struct nft_expr *expr) nft_expr_next() argument
868 nft_expr_more(const struct nft_rule *rule, const struct nft_expr *expr) nft_expr_more() argument
888 struct nft_expr *expr; nft_set_elem_update_expr() local
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dspdxcheck.py149 '''expr : ID
151 | expr AND expr
152 | expr OR expr
153 | LPAR expr RPAR'''
162 def parse(self, expr):
165 self.parser.parse(expr, lexer = self.lexer)
179 expr = line.split(':')[1].strip()
182 expr
[all...]
/third_party/mesa3d/src/compiler/isaspec/
H A Disa.py115 self.expr = None
146 self.expr = None
171 if 'expr' in xml.attrib:
172 self.expr = xml.attrib['expr']
175 self.expr = e.name
183 def __init__(self, bitset, xml, update_field_mask, expr=None):
185 if expr is not None:
189 self.expr = expr
[all...]
/kernel/linux/linux-5.10/tools/memory-model/scripts/
H A Dcmplitmushist.sh26 perfect=`expr "$perfect" + 1`
37 obsline=`expr "$obsline" + 1`
42 noobsline=`expr "$noobsline" + 1`
51 obsresult=`expr "$obsresult" + 1`
55 badcompare=`expr "$badcompare" + 1`
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/
H A Dbasic_asm.h18 #define LOAD_REG_IMMEDIATE(reg, expr) \
19 lis reg, (expr)@highest; \
20 ori reg, reg, (expr)@higher; \
22 oris reg, reg, (expr)@high; \
23 ori reg, reg, (expr)@l;

Completed in 18 milliseconds

1...<<11121314151617181920>>...54