Home
last modified time | relevance | path

Searched refs:expression (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dragonfly/usr.bin/bc/
H A Dbc.y502 : expression EQUALS expression
510 | expression LESS expression
514 | expression LESS_EQ expression
518 | expression GREATER expression
586 | expression PLUS expression
590 | expression MINUS expression
598 | expression DIVIDE expression
667 | expression EQUALS expression
675 | expression LESS expression
679 | expression LESS_EQ expression
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dparser-defs.h33 extern struct expression *expout;
171 extern int prefixify_expression (struct expression *expr);
234 extern int length_of_subexp (struct expression *, int);
236 extern int dump_subexp (struct expression *, struct ui_file *, int);
238 extern int dump_subexp_body_standard (struct expression *,
246 extern int operator_check_standard (struct expression *exp, int pos,
255 extern void null_post_parser (struct expression **, int);
317 void (*print_subexp) (struct expression *, int *, struct ui_file *,
332 int (*operator_check) (struct expression *exp, int pos,
349 struct value *(*evaluate_exp) (struct type *, struct expression *,
[all …]
H A Dexpression.h79 struct expression struct
98 extern struct expression *parse_expression (const char *);
103 extern struct expression *parse_exp_1 (const char **, CORE_ADDR pc,
135 (struct type *, struct expression *, int *, enum noside);
139 extern void print_expression (struct expression *, struct ui_file *);
141 extern char *op_name (struct expression *exp, enum exp_opcode opcode);
145 extern void dump_raw_expression (struct expression *,
147 extern void dump_prefix_expression (struct expression *, struct ui_file *);
H A Dparse.c70 struct expression *expout;
120 static int prefixify_subexp (struct expression *, struct expression *, int,
213 sizeof (struct expression) in reallocate_expout()
228 expout = (struct expression *) in write_exp_elt()
834 struct expression *temp; in prefixify_expression()
1127 struct expression *
1131 struct expression *expr; in parse_exp_1()
1149 static struct expression *
1274 struct expression *
1277 struct expression *exp; in parse_expression()
[all …]
H A Dax-gdb.h22 struct expression;
103 extern struct agent_expr *gen_trace_for_expr (CORE_ADDR, struct expression *);
111 extern struct agent_expr *gen_eval_for_expr (CORE_ADDR, struct expression *);
113 extern void gen_expr (struct expression *exp, union exp_element **pc,
122 int, struct expression **);
H A Dax-gdb.c1440 gen_primitive_field (struct expression *exp, in gen_primitive_field()
1567 gen_namespace_elt (struct expression *exp,
1571 gen_maybe_namespace_elt (struct expression *exp,
1656 gen_namespace_elt (struct expression *exp, in gen_namespace_elt()
1676 gen_maybe_namespace_elt (struct expression *exp, in gen_maybe_namespace_elt()
1701 gen_aggregate_elt_ref (struct expression *exp, in gen_aggregate_elt_ref()
2273 gen_expr_binop_rest (struct expression *exp, in gen_expr_binop_rest()
2563 int nargs, struct expression **exprs) in gen_printf()
2609 struct expression *expr; in agent_eval_command_one()
2717 struct expression *expr; in maint_agent_printf_command()
[all …]
H A Dada-operator.def57 OP_CHOICES (for named associations), or other expression (for
62 /* An others clause. Followed by a single expression. */
68 expression, an OP_DISCRETE_RANGE, or an OP_NAME---the latter
71 indicators comes an expression giving the value.
75 or an expression used as a discrete_choice, depending on the
83 get its value as an expression. Unfortunately, we lose out in
93 follows a single expression giving the component value. */
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-nios2.texi100 @item %hiadj(@var{expression})
106 ((@var{expression} >> 16) & 0xffff) + ((@var{expression} >> 15) & 0x01)
119 @item %hi(@var{expression})
123 @item %lo(@var{expression})
129 @var{expression}.
157 @item %call(@var{expression})
160 @itemx %got(@var{expression})
186 @item .align @var{expression} [, @var{expression}]
191 @item .half @var{expression}
195 @item .word @var{expression}
[all …]
H A Dc-z80.texi161 @item db @var{expression}|@var{string}[,@var{expression}|@var{string}...]
162 @itemx defb @var{expression}|@var{string}[,@var{expression}|@var{string}...]
164 each other @var{expression} the value is stored in one byte.
167 @item dw @var{expression}[,@var{expression}...]
168 @itemx defw @var{expression}[,@var{expression}...]
172 @item d24 @var{expression}[,@var{expression}...]
173 @itemx def24 @var{expression}[,@var{expression}...]
177 @item d32 @var{expression}[,@var{expression}...]
178 @itemx def32 @var{expression}[,@var{expression}...]
189 @item @var{symbol} equ @var{expression}
[all …]
H A Dc-cr16.texi27expression type qualifier is an optional field in the instruction operand, to determines the type …
31 - @code{Specifies expression operand type as small}
33 - @code{Specifies expression operand type as medium}
35 - @code{Specifies expression operand type as large}
37 …ates a relocation entry for the operand, where pc has implied bit, the expression is adjusted acco…
41 …ates a relocation entry for the operand, where pc has implied bit, the expression is adjusted acco…
H A Dc-microblaze.texi33 @item .data8 @var{expression},...
34 This directive is an alias for @code{.byte}. Each expression is assembled
37 @item .data16 @var{expression},...
38 This directive is an alias for @code{.hword}. Each expression is assembled
41 @item .data32 @var{expression},...
42 This directive is an alias for @code{.word}. Each expression is assembled
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dregex367 /** The expression contained an invalid range in a {} expression. */
795 * expression.
836 * expression.
838 * expression.
842 * expression.
974 * expression.
976 * expression.
1009 * expression.
1099 * expression.
1461 * expression submatch.
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dregex367 /** The expression contained an invalid range in a {} expression. */
792 * expression.
833 * expression.
835 * expression.
839 * expression.
971 * expression.
973 * expression.
1006 * expression.
1096 * expression.
1458 * expression submatch.
[all …]
/dragonfly/test/cocci/
H A Dunlock_return.cocci29 expression E;
38 expression E;
85 expression E;
94 expression E;
105 expression E;
114 expression E;
125 expression E;
134 expression E;
145 expression E;
154 expression E;
[all …]
H A Dbad_zero.cocci7 expression *E;
15 expression *E;
23 expression *E;
31 expression *E;
39 expression *E;
H A Dkfree.cocci21 expression E;
27 @print expression@
29 expression free.E,E2;
48 expression free.E;
55 expression E;
68 expression free.E, subE<=free.E, E2;
69 expression E1;
H A Dnoderef.cocci1 /// sizeof when applied to a pointer typed expression gives the size of
17 expression *x;
18 expression f;
40 expression *x;
41 expression f;
/dragonfly/bin/mined/
H A Dmined2.c1498 int *expression = exp_buffer; in compile() local
1522 *expression++ = DOT; in compile()
1538 *expression++ = DONE; in compile()
1553 prev_char = expression - 1; in compile()
1569 acct_field = expression++; in compile()
1583 *expression++ = *pattern++; in compile()
1619 *expression++ = c + NORMAL; in compile()
1734 if (expression == NIL_INT) in check_string()
1735 expression = program->result.expression; in check_string()
1777 if (*expression & DONE) { in check_string()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.def40 expression with pointer-to-member type. */
87 /* A throw expression. operand 0 is the expression, if there was one,
185 expression in question. */
265 the original expression. The expression is the only operand -- it
328 obtain the expression. */
477 expression was parsed as an id-expression or a member access
478 expression. When false, it was parsed as a full expression.
518 /* A requirement for an expression. */
550 /* An expression constraint determines the validity of a expression E.
564 ICONV_CONSTR_EXPR has the expression E.
[all …]
H A Dcxx-pretty-print.c543 expression (arg); in postfix_expression()
558 expression (arg); in postfix_expression()
693 pp->expression (init); in pp_cxx_new_expression()
1597 expression (t); in direct_declarator()
2376 pp->expression (t); in pp_cxx_typeid_expression()
2503 pp->expression (expr); in pp_cxx_unary_left_fold_expression()
2513 pp->expression (expr); in pp_cxx_unary_right_fold_expression()
2531 pp->expression (t1); in pp_cxx_binary_fold_expression()
2535 pp->expression (t2); in pp_cxx_binary_fold_expression()
2657 pp->expression (t); in pp_cxx_requires_clause()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.def27 tracks information about constancy of an expression and VLA type
29 before the main expression. It is used during parsing and removed
30 in c_fully_fold. C_MAYBE_CONST_EXPR_PRE is the expression to
32 expression. If C_MAYBE_CONST_EXPR_INT_OPERANDS is set then the
33 expression may be used in an unevaluated part of an integer
34 constant expression, but not in an evaluated part. If
35 C_MAYBE_CONST_EXPR_NON_CONST is set then the expression contains
37 expression (or outside of sizeof in C90 mode); otherwise it does
42 C, represents an expression evaluated in greater range or precision
54 /* Represents a 'sizeof' expression during C++ template expansion,
H A Dc-pretty-print.c1111 pp->expression (realexpr); in pp_c_complex_expr()
1260 expression (TREE_OPERAND (e, 2)); in primary_expression()
1268 expression (e); in primary_expression()
1286 expression (e); in initializer()
1495 expression (arg); in postfix_expression()
1587 expression (TREE_OPERAND (e, 1)); in postfix_expression()
1609 expression (TREE_OPERAND (e, 0)); in postfix_expression()
1622 expression (e); in postfix_expression()
1687 pp->expression (value); in pp_c_constructor_elts()
2179 expression (SSA_NAME_VAR (e)); in expression()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.def42 expression with pointer-to-member type. */
89 /* A throw expression. operand 0 is the expression, if there was one,
188 expression in question. */
259 does occur in a template. When an expression that is not
265 the original expression. The expression is the only operand -- it
283 /* A MUST_NOT_THROW_EXPR wraps an expression that may not
328 obtain the expression. */
342 /* Represents an '__alignof__' expression during template
442 /* A lambda expression. This is a C++0x extension.
456 expression was parsed as an id-expression or a member access
[all …]
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.def29 tracks information about constancy of an expression and VLA type
31 before the main expression. It is used during parsing and removed
32 in c_fully_fold. C_MAYBE_CONST_EXPR_PRE is the expression to
34 expression. If C_MAYBE_CONST_EXPR_INT_OPERANDS is set then the
35 expression may be used in an unevaluated part of an integer
36 constant expression, but not in an evaluated part. If
37 C_MAYBE_CONST_EXPR_NON_CONST is set then the expression contains
39 expression (or outside of sizeof in C90 mode); otherwise it does
44 C, represents an expression evaluated in greater range or precision
/dragonfly/stand/lib/
H A Dassert.c35 __assert(const char *func, const char *file, int line, const char *expression) in __assert() argument
39 expression, file, line); in __assert()
42 "%d.\n", expression, func, file, line); in __assert()

1234567891011