Home
last modified time | relevance | path

Searched refs:test_expr (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/regress/bin/expr/
H A Dexpr.sh6 function test_expr { function
19 test_expr '4611686018427387904 + 4611686018427387903' '9223372036854775807'
20 test_expr '4611686018427387904 + 4611686018427387904' "expr: overflow"
21 test_expr '-4611686018427387904 + -4611686018427387904' '-9223372036854775808'
22 test_expr '-4611686018427387904 + -4611686018427387905' 'expr: overflow'
23 test_expr '4611686018427387904 - -4611686018427387903' '9223372036854775807'
24 test_expr '4611686018427387904 - -4611686018427387904' "expr: overflow"
25 test_expr '-4611686018427387904 - 4611686018427387903' '-9223372036854775807'
26 test_expr '-4611686018427387904 - 4611686018427387904' '-9223372036854775808'
27 test_expr '-4611686018427387904 - 4611686018427387905' "expr: overflow"
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dexprs.exp58 proc test_expr { args } { procedure
77 test_expr "set variable v_char=127" "print v_char == 0" "\\$\[0-9\]* = $false" "print v_char == 12…
78 test_expr "set variable v_char=127" "print v_char != 0" "\\$\[0-9\]* = $true" "print v_char != 127…
79 test_expr "set variable v_char=127" "print v_char < 0" "\\$\[0-9\]* = $false" "print v_char < 127"…
80 test_expr "set variable v_char=127" "print v_char > 0" "\\$\[0-9\]* = $true" "print v_char > 127" …
84 test_expr "set variable v_signed_char=127" "print v_signed_char == 0" "\\$\[0-9\]* = $false" "prin…
85 test_expr "set variable v_signed_char=127" "print v_signed_char != 0" "\\$\[0-9\]* = $true" "print…
86 test_expr "set variable v_signed_char=127" "print v_signed_char < 0" "\\$\[0-9\]* = $false" "print…
87 test_expr "set variable v_signed_char=127" "print v_signed_char > 0" "\\$\[0-9\]* = $true" "print …
89 test_expr "set variable v_signed_char=-1" "print v_signed_char == 0" "\\$\[0-9\]* = $false" "print…
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dmisc.exp77 proc test_expr { args } { procedure
120 test_expr "set language c++" \
130 test_expr "set variable v_bool = true" \
138 test_expr "set variable v_bool_array\[1\] = true" \
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Difcvt.c356 rtx test_expr; /* expression in IF_THEN_ELSE that is tested */ local
386 test_expr = cond_exec_get_condition (test_bb->end);
387 if (! test_expr)
417 true_expr = test_expr;
/openbsd-src/gnu/gcc/gcc/
H A Difcvt.c380 rtx test_expr; /* expression in IF_THEN_ELSE that is tested */ in cond_exec_process_if_block() local
410 test_expr = cond_exec_get_condition (BB_END (test_bb)); in cond_exec_process_if_block()
411 if (! test_expr) in cond_exec_process_if_block()
441 true_expr = test_expr; in cond_exec_process_if_block()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.c6960 rtx test_expr; local
7018 test_expr = true_expr;
7026 test_expr = false_expr;
7038 cc = XEXP (test_expr, 0);
7039 compare = gen_rtx_fmt_ee (GET_CODE (test_expr), CC_CCRmode, cc, const0_rtx);
/openbsd-src/gnu/gcc/gcc/config/frv/
H A Dfrv.c5609 rtx test_expr; in frv_ifcvt_modify_multiple_tests() local
5667 test_expr = true_expr; in frv_ifcvt_modify_multiple_tests()
5675 test_expr = false_expr; in frv_ifcvt_modify_multiple_tests()
5687 cc = XEXP (test_expr, 0); in frv_ifcvt_modify_multiple_tests()
5688 compare = gen_rtx_fmt_ee (GET_CODE (test_expr), CC_CCRmode, cc, const0_rtx); in frv_ifcvt_modify_multiple_tests()
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dgdbint.texinfo6447 instance, @file{gdb.base/exprs.exp} defines a @code{test_expr} that
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog8345 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique