Home
last modified time | relevance | path

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

12345678910>>...40

/openbsd/gnu/gcc/intl/
H A Dplural.y52 struct expression *exp;
74 static struct expression *
81 struct expression *newp;
116 struct expression *right;
118 struct expression *args[1];
124 static struct expression *
127 struct expression *left;
130 struct expression *args[2];
140 struct expression *bexp;
144 struct expression *args[3];
[all …]
H A Dplural-exp.c35 static const struct expression plvar =
40 static const struct expression plone =
49 struct expression GERMANIC_PLURAL =
57 [0] = (struct expression *) &plvar,
58 [1] = (struct expression *) &plone
70 static struct expression plvar;
71 static struct expression plone;
72 struct expression GERMANIC_PLURAL;
101 struct expression **pluralp;
H A Dplural.c70 struct expression *exp;
95 static struct expression *
102 struct expression *newp;
137 struct expression *right;
139 struct expression *args[1];
145 static struct expression *
148 struct expression *left;
149 struct expression *right;
151 struct expression *args[2];
161 struct expression *bexp;
[all …]
H A Dplural-exp.h42 struct expression struct
72 struct expression *args[3]; /* Up to three arguments. */ argument
81 struct expression *res; argument
112 extern void FREE_EXPRESSION PARAMS ((struct expression *exp))
115 extern struct expression GERMANIC_PLURAL attribute_hidden;
117 struct expression **pluralp,
122 extern unsigned long int plural_eval PARAMS ((struct expression *pexp,
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Dplural.y56 struct expression *exp;
78 static struct expression *
85 struct expression *newp;
120 struct expression *right;
122 struct expression *args[1];
128 static struct expression *
131 struct expression *left;
134 struct expression *args[2];
144 struct expression *bexp;
148 struct expression *args[3];
[all …]
H A Dplural.c74 struct expression *exp;
96 static struct expression *
103 struct expression *newp;
138 struct expression *right;
140 struct expression *args[1];
146 static struct expression *
149 struct expression *left;
150 struct expression *right;
152 struct expression *args[2];
162 struct expression *bexp;
[all …]
/openbsd/usr.sbin/ifstated/
H A Difstated.c363 expression, eval); in adjust_external_expressions()
482 TAILQ_FOREACH(expression, in scan_ifstate_single()
486 expression, eval); in scan_ifstate_single()
534 switch (expression->type) { in adjust_expressions()
536 expression->truth = expression->left->truth && in adjust_expressions()
540 expression->truth = expression->left->truth || in adjust_expressions()
544 expression->truth = !expression->right->truth; in adjust_expressions()
722 switch (expression->type) { in remove_expression()
724 TAILQ_REMOVE(&expression->u.ifstate->expressions, expression, in remove_expression()
733 TAILQ_REMOVE(&expression->u.external->expressions, expression, in remove_expression()
[all …]
/openbsd/usr.bin/bc/
H A Dbc.y499 : expression EQUALS expression
507 | expression LESS expression
511 | expression LESS_EQ expression
515 | expression GREATER expression
583 | expression PLUS expression
587 | expression MINUS expression
595 | expression DIVIDE expression
664 | expression EQUALS expression
672 | expression LESS expression
676 | expression LESS_EQ expression
[all …]
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dplural.y52 struct expression *exp;
62 static struct expression *
66 struct expression *newp; in new_exp()
91 static inline struct expression *
97 static inline struct expression *
100 struct expression *args[1]; in new_exp_1()
106 static struct expression *
107 new_exp_2 (enum operator op, struct expression *left, struct expression *right) in new_exp_2()
109 struct expression *args[2]; in new_exp_2()
118 struct expression *tbranch, struct expression *fbranch) in new_exp_3()
[all …]
H A Dplural-exp.c35 static const struct expression plvar =
40 static const struct expression plone =
49 struct expression GERMANIC_PLURAL =
57 [0] = (struct expression *) &plvar,
58 [1] = (struct expression *) &plone
70 static struct expression plvar;
71 static struct expression plone;
72 struct expression GERMANIC_PLURAL;
99 EXTRACT_PLURAL_EXPRESSION (const char *nullentry, struct expression **pluralp, in EXTRACT_PLURAL_EXPRESSION()
H A Dplural-exp.h34 struct expression struct
64 struct expression *args[3]; /* Up to three arguments. */ argument
73 struct expression *res; argument
104 extern void FREE_EXPRESSION (struct expression *exp)
107 extern struct expression GERMANIC_PLURAL attribute_hidden;
109 struct expression **pluralp,
114 extern unsigned long int plural_eval (struct expression *pexp,
H A Dplural.c70 struct expression *exp;
83 static struct expression *
87 struct expression *newp; in new_exp()
112 static inline struct expression *
118 static inline struct expression *
121 struct expression *args[1]; in new_exp_1()
127 static struct expression *
128 new_exp_2 (enum operator op, struct expression *left, struct expression *right) in new_exp_2()
130 struct expression *args[2]; in new_exp_2()
139 struct expression *tbranch, struct expression *fbranch) in new_exp_3()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dparser-defs.h33 extern struct expression *expout;
160 extern int length_of_subexp (struct expression *, int);
162 extern int dump_subexp (struct expression *, struct ui_file *, int);
164 extern int dump_subexp_body_standard (struct expression *,
167 extern void operator_length (struct expression *, int, int *, int *);
175 extern void null_post_parser (struct expression **, int);
242 void (*print_subexp) (struct expression *, int *, struct ui_file *,
247 void (*operator_length) (struct expression*, int, int*, int *);
258 struct value *(*evaluate_exp) (struct type *, struct expression *,
270 extern void print_subexp (struct expression *, int *, struct ui_file *,
[all …]
H A Dparse.c83 struct expression *expout;
104 static void prefixify_subexp (struct expression *, struct expression *, int,
790 struct expression *temp; in prefixify_expression()
1026 struct expression *
1035 static struct expression *
1066 expout = (struct expression *) in parse_exp_in_context()
1081 expout = (struct expression *) in parse_exp_in_context()
1106 struct expression *
1109 struct expression *exp; in parse_expression()
1120 struct expression *
[all …]
H A Dexpression.h362 struct expression struct
379 extern struct expression *parse_expression (char *);
381 extern struct expression *parse_expression_in_context (char *, int);
383 extern struct expression *parse_exp_1 (char **, struct block *, int);
410 (struct type *, struct expression *, int *, enum noside);
414 extern void print_expression (struct expression *, struct ui_file *);
418 extern void dump_raw_expression (struct expression *, struct ui_file *, char *);
419 extern void dump_prefix_expression (struct expression *, struct ui_file *);
H A Dax-gdb.h24 struct expression;
98 extern struct agent_expr *expr_to_agent (struct expression *EXPR,
104 extern struct agent_expr *expr_to_address_and_size (struct expression *EXPR);
111 extern struct agent_expr *gen_trace_for_expr (CORE_ADDR, struct expression *);
/openbsd/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/
H A DCMakeLists.txt6 add_llvm_fuzzer(lldb-expression-fuzzer
8 lldb-expression-fuzzer.cpp
11 if(TARGET lldb-expression-fuzzer)
12 target_include_directories(lldb-expression-fuzzer PRIVATE ..)
31 target_link_libraries(lldb-expression-fuzzer
41 add_custom_command(TARGET lldb-expression-fuzzer PRE_BUILD
44 # needed because LLDB's expression evaluator needs a legitmate target
53 add_custom_target(fuzz-lldb-expression
54 COMMENT "Running the LLDB expression evaluator fuzzer..."
55 WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/fuzzer-artifacts/expression-artifacts
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Djava-tree.def18 /* New array creation expression.
25 /* New anonymous array creation expression.
32 /* New class creation expression.
40 /* Defines `this' as an expression. */
43 /* Case statement expression.
47 /* Default statement expression. */
50 /* Try expression
62 Operand 1 is the synchronized expression block. */
66 Operand 0 is the throw expression. */
70 Operand 0 is the condition expression
[all …]
H A Dparse-scan.y448 expression
870 | RETURN_TK expression SC_TK
878 ASSERT_TK expression REL_CL_TK expression SC_TK
879 | ASSERT_TK expression SC_TK
882 | ASSERT_TK expression error
923 | OP_TK expression CP_TK
973 expression
995 OSB_TK expression CSB_TK
1025 name OSB_TK expression CSB_TK
1165 expression:
[all …]
/openbsd/gnu/llvm/libcxx/include/
H A D__assert41 # define _LIBCPP_ASSERT(expression, message) \
42 (__builtin_expect(static_cast<bool>(expression), 1) ? \
44 … _LIBCPP_VERBOSE_ABORT("%s:%d: assertion %s failed: %s", __FILE__, __LINE__, #expression, message))
46 # define _LIBCPP_ASSERT(expression, message) \
49 __builtin_assume(static_cast<bool>(expression)) \
52 # define _LIBCPP_ASSERT(expression, message) ((void)0)
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-z80.texi150 @item db @var{expression}|@var{string}[,@var{expression}|@var{string}...]
151 @itemx defb @var{expression}|@var{string}[,@var{expression}|@var{string}...]
153 each other @var{expression} the value is stored in one byte.
156 @item dw @var{expression}[,@var{expression}...]
157 @itemx defw @var{expression}[,@var{expression}...]
161 @item d24 @var{expression}[,@var{expression}...]
162 @itemx def24 @var{expression}[,@var{expression}...]
166 @item d32 @var{expression}[,@var{expression}...]
167 @itemx def32 @var{expression}[,@var{expression}...]
178 @item @var{symbol} equ @var{expression}
[all …]
/openbsd/sys/dev/microcode/aic7xxx/
H A Daicasm_gram.y209 %type <expression> expression immediate immediate_or_a
595 expression:
596 expression '|' expression
603 | expression '&' expression
610 | expression '+' expression
617 | expression '-' expression
624 | expression '*' expression
631 | expression '/' expression
638 | expression T_EXPR_LSHIFT expression
645 | expression T_EXPR_RSHIFT expression
[all …]
/openbsd/gnu/gcc/gcc/cp/
H A Dcp-tree.def33 The expression is a pointer-to-member if its address is taken,
41 be an expression corresponding to `x' and operand 1 will be an
42 expression with pointer-to-member type. */
82 /* A throw expression. operand 0 is the expression, if there was one,
181 expression in question. */
245 does occur in a template. When an expression that is not
251 the original expression. The expression is the only operand -- it
269 /* A MUST_NOT_THROW_EXPR wraps an expression that may not
307 obtain the expression. */
332 /* Represents an '__alignof__' expression during template
[all …]
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5303delta.pod17 =head2 [CVE-2020-10543] Buffer overflow caused by a crafted regular expression
20 nested regular expression quantifiers could cause a heap buffer overflow in
21 Perl's regular expression compiler that overwrites memory allocated after the
22 regular expression storage space with attacker supplied data.
33 regular expression engine could cause corruption of the intermediate language
34 state of a compiled regular expression. An attacker could abuse this behaviour
35 to insert instructions into the compiled form of a Perl regular expression.
39 =head2 [CVE-2020-12723] Buffer overflow caused by a crafted regular expression
41 Recursive calls to C<S_study_chunk()> by Perl's regular expression compiler to
44 expression.
[all …]
H A Dperl5283delta.pod17 =head2 [CVE-2020-10543] Buffer overflow caused by a crafted regular expression
20 nested regular expression quantifiers could cause a heap buffer overflow in
21 Perl's regular expression compiler that overwrites memory allocated after the
22 regular expression storage space with attacker supplied data.
33 regular expression engine could cause corruption of the intermediate language
34 state of a compiled regular expression. An attacker could abuse this behaviour
35 to insert instructions into the compiled form of a Perl regular expression.
39 =head2 [CVE-2020-12723] Buffer overflow caused by a crafted regular expression
41 Recursive calls to C<S_study_chunk()> by Perl's regular expression compiler to
44 expression.
[all …]

12345678910>>...40