Searched refs:test_expr (Results 1 – 9 of 9) sorted by relevance
6 function test_expr { function19 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 …]
58 proc test_expr { args } { procedure77 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 …]
77 proc test_expr { args } { procedure120 test_expr "set language c++" \130 test_expr "set variable v_bool = true" \138 test_expr "set variable v_bool_array\[1\] = true" \
356 rtx test_expr; /* expression in IF_THEN_ELSE that is tested */ local386 test_expr = cond_exec_get_condition (test_bb->end);387 if (! test_expr)417 true_expr = test_expr;
380 rtx test_expr; /* expression in IF_THEN_ELSE that is tested */ in cond_exec_process_if_block() local410 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()
6960 rtx test_expr; local7018 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);
5609 rtx test_expr; in frv_ifcvt_modify_multiple_tests() local5667 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()
6447 instance, @file{gdb.base/exprs.exp} defines a @code{test_expr} that
8345 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique