Searched refs:test_expr (Results 1 – 5 of 5) sorted by relevance
30 test_expr() { function112 test_expr '4 : \*' '0'113 test_expr '4 : +' '0'114 test_expr '4 : -' '0'115 test_expr '4 : /' '0'116 test_expr '4 : %' '0'132 test_expr '2' '2'133 test_expr '-4' '-4'155 test_expr '2 \< 3' '1'157 test_expr '2 = 2' '1'[all …]
170 am__EXEEXT_1 = test_name$(EXEEXT) test_expr$(EXEEXT)178 test_expr_SOURCES = test_expr.c179 test_expr_OBJECTS = test_expr.$(OBJEXT)211 $(dist_hxtool_SOURCES) $(nodist_hxtool_SOURCES) test_expr.c \214 test_expr.c test_name.c test_soft_pkcs11.c612 test_expr897 test_expr$(EXEEXT): $(test_expr_OBJECTS) $(test_expr_DEPENDENCIES) 898 @rm -f test_expr$(EXEEXT)963 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_expr.Po@am__quote@
211 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()
6526 instance, @file{gdb.base/exprs.exp} defines a @code{test_expr} that