Searched refs:test_expr (Results 1 – 10 of 10) sorted by relevance
31 test_expr() { function71 test_expr 4611686018427387904 + 4611686018427387903 \73 test_expr 4611686018427387904 + 4611686018427387904 \75 test_expr 4611686018427387904 - -4611686018427387904 \77 test_expr -4611686018427387904 - 4611686018427387903 \79 test_expr -4611686018427387904 - 4611686018427387905 \81 test_expr -4611686018427387904 \* 1 '-4611686018427387904'82 test_expr -4611686018427387904 \* -1 '4611686018427387904'83 test_expr -4611686018427387904 \* 2 '-9223372036854775808'84 test_expr -4611686018427387904 \* 3 \[all …]
43 proc test_expr { args } { procedure57 test_expr "set variable v_char=127" "print v_char == 0" "\\$\[0-9\]* = $false" "print v_char == 12…58 test_expr "set variable v_char=127" "print v_char != 0" "\\$\[0-9\]* = $true" "print v_char != 127…59 test_expr "set variable v_char=127" "print v_char < 0" "\\$\[0-9\]* = $false" "print v_char < 127"…60 test_expr "set variable v_char=127" "print v_char > 0" "\\$\[0-9\]* = $true" "print v_char > 127" …64 test_expr "set variable v_signed_char=127" "print v_signed_char == 0" "\\$\[0-9\]* = $false" "prin…65 test_expr "set variable v_signed_char=127" "print v_signed_char != 0" "\\$\[0-9\]* = $true" "print…66 test_expr "set variable v_signed_char=127" "print v_signed_char < 0" "\\$\[0-9\]* = $false" "print…67 test_expr "set variable v_signed_char=127" "print v_signed_char > 0" "\\$\[0-9\]* = $true" "print …69 test_expr "set variable v_signed_char=-1" "print v_signed_char == 0" "\\$\[0-9\]* = $false" "print…[all …]
83 #define yycheck test_expr.test_yycheck84 #define yydefred test_expr.test_yydefred85 #define yydgoto test_expr.test_yydgoto86 #define yygindex test_expr.test_yygindex87 #define yylen test_expr.test_yylen88 #define yylhs test_expr.test_yylhs89 #define yyrindex test_expr.test_yyrindex90 #define yysindex test_expr.test_yysindex91 #define yytable test_expr.test_yytable92 } test_expr; variable
48 proc test_expr { args } { procedure69 test_expr "set language c++" \79 test_expr "set variable v_bool = true" \87 test_expr "set variable v_bool_array\[1\] = true" \
157 am__EXEEXT_1 = test_name$(EXEEXT) test_expr$(EXEEXT)221 test_expr_SOURCES = test_expr.c222 test_expr_OBJECTS = test_expr.$(OBJEXT)281 ./$(DEPDIR)/softp11.Plo ./$(DEPDIR)/test_expr.Po \322 $(dist_hxtool_SOURCES) $(nodist_hxtool_SOURCES) test_expr.c \325 test_expr.c test_name.c test_soft_pkcs11.c948 test_expr1251 test_expr$(EXEEXT): $(test_expr_OBJECTS) $(test_expr_DEPENDENCIES) $(EXTRA_test_expr_DEPENDENCIES) 1252 @rm -f test_expr$(EXEEXT)1320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_expr.Po@am__quote@ # am--include-marker[all …]
220 test_expr
475 rtx test_expr; /* expression in IF_THEN_ELSE that is tested */ in cond_exec_process_if_block() local510 test_expr = cond_exec_get_condition (BB_END (test_bb)); in cond_exec_process_if_block()511 if (! test_expr) in cond_exec_process_if_block()582 && modified_in_p (test_expr, insn)) in cond_exec_process_if_block()608 true_expr = test_expr; in cond_exec_process_if_block()
5522 rtx test_expr; in frv_ifcvt_modify_multiple_tests() local5580 test_expr = true_expr; in frv_ifcvt_modify_multiple_tests()5588 test_expr = false_expr; in frv_ifcvt_modify_multiple_tests()5600 cc = XEXP (test_expr, 0); in frv_ifcvt_modify_multiple_tests()5601 compare = gen_rtx_fmt_ee (GET_CODE (test_expr), CC_CCRmode, cc, const0_rtx); in frv_ifcvt_modify_multiple_tests()
703 gdb.base/exprs.exp defines a `test_expr' that calls `gdb_test'
2214 * gdb.base/exprs.exp (test_expr): Add regression test.16141 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.16161 * gdb.base/exprs.exp (test_expr): Add test for string29031 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique