/openbsd/gnu/gcc/gcc/ |
H A D | dojump.c | 217 tree exp0 = TREE_OPERAND (exp, 0); in do_jump() local 221 while ((TREE_CODE (exp0) == NOP_EXPR in do_jump() 222 || TREE_CODE (exp0) == CONVERT_EXPR in do_jump() 223 || TREE_CODE (exp0) == NON_LVALUE_EXPR) in do_jump() 225 && TYPE_PRECISION (TREE_TYPE (exp0)) in do_jump() 227 exp0 = TREE_OPERAND (exp0, 0); in do_jump() 230 if (TREE_CODE (exp0) == BIT_XOR_EXPR in do_jump() 233 exp0 = TREE_OPERAND (exp0, 0); in do_jump() 243 if (TREE_CODE (exp0) == RSHIFT_EXPR) in do_jump() 245 tree arg = TREE_OPERAND (exp0, 0); in do_jump() [all …]
|
H A D | tree-ssa-operands.c | 2356 swap_tree_operands (tree stmt, tree *exp0, tree *exp1) in swap_tree_operands() argument 2359 op0 = *exp0; in swap_tree_operands() 2372 if (USE_OP_PTR (ptr)->use == exp0) in swap_tree_operands() 2396 *exp0 = op1; in swap_tree_operands()
|
H A D | expr.c | 6409 expand_operands (tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1, in expand_operands() argument 6414 if (operand_equal_p (exp0, exp1, 0)) in expand_operands() 6416 *op0 = expand_expr (exp0, target, VOIDmode, modifier); in expand_operands() 6424 exp0 = save_expr (exp0); in expand_operands() 6425 *op0 = expand_expr (exp0, target, VOIDmode, modifier); in expand_operands()
|
/openbsd/bin/csh/ |
H A D | exp.c | 77 return (exp0(vp, 0)); in expr() 81 exp0(Char ***vp, bool ignore) in exp0() function 89 p2 = exp0(vp, (ignore & IGNORE) || p1); in exp0() 355 ccode = exp0(vp, ignore); in exp6()
|
H A D | extern.h | 96 int exp0(Char ***, bool);
|
H A D | func.c | 419 status = !exp0(&v, 1); in dowhile()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ada-lex.l | 438 processInt (const char *base0, const char *num0, const char *exp0) 455 if (exp0 == NULL) 458 exp = strtol(exp0, (char **) NULL, 10);
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | jcf-write.c | 1171 tree exp0, exp1, type; local 1264 exp0 = TREE_OPERAND (exp, 0); 1266 type = TREE_TYPE (exp0); 1277 if (integer_zerop (exp1) || integer_zerop (exp0)) 1279 generate_bytecode_insns (integer_zerop (exp0) ? exp1 : exp0, 1286 generate_bytecode_insns (exp0, STACK_TARGET, state); 1291 generate_bytecode_insns (exp0, STACK_TARGET, state); 1310 generate_bytecode_insns (exp0, STACK_TARGET, state); 1321 generate_bytecode_insns (exp0, STACK_TARGET, state); 1325 if (integer_zerop (exp0)) [all …]
|
H A D | check-init.c | 252 check_bool2_init (code, exp0, exp1, before, when_false, when_true) in check_bool2_init() argument 253 enum tree_code code; tree exp0, exp1; in check_bool2_init() 263 check_bool_init (exp0, before, when_false_0, when_true_0);
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | TestSuiteGuide.md | 289 % test-suite/utils/compare.py base0.json base1.json base2.json vs exp0.json exp1.json exp2.json
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | expr.c | 10125 tree exp0 = save_expr (TREE_OPERAND (exp, 0)); local 10133 exp0)), 10140 exp0)), 10165 tree exp0 = save_expr (TREE_OPERAND (exp, 0)); local 10173 exp0)), 10180 exp0)),
|