Searched refs:maybe_eval_c_test (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | genflags.c | 133 int truth = maybe_eval_c_test (XSTR (insn, 2)); in gen_proto() 196 int truth = maybe_eval_c_test (XSTR (insn, 2)); in gen_insn()
|
| H A D | gensupport.h | 44 extern int maybe_eval_c_test (const char *);
|
| H A D | gencodes.c | 37 int truth = maybe_eval_c_test (XSTR (insn, 2)); in gen_insn()
|
| H A D | gensupport.c | 1116 if (maybe_eval_c_test (XSTR (desc, 2)) != 0) in read_md_rtx() 1129 if (maybe_eval_c_test (XSTR (desc, 1)) != 0) in read_md_rtx() 1186 maybe_eval_c_test (const char *expr) in maybe_eval_c_test() function
|
| H A D | genrecog.c | 2544 int truth = maybe_eval_c_test (c_test); in make_insn_sequence()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | genflags.c | 138 int truth = maybe_eval_c_test (XSTR (insn, 2)); 204 int truth = maybe_eval_c_test (XSTR (insn, 2));
|
| H A D | gensupport.h | 49 extern int maybe_eval_c_test PARAMS ((const char *));
|
| H A D | gencodes.c | 39 int truth = maybe_eval_c_test (XSTR (insn, 2));
|
| H A D | gensupport.c | 1026 if (maybe_eval_c_test (XSTR (desc, 2)) != 0) 1035 if (maybe_eval_c_test (XSTR (desc, 1)) != 0) 1095 maybe_eval_c_test (expr) in maybe_eval_c_test() function
|
| H A D | genrecog.c | 2457 int truth = maybe_eval_c_test (c_test);
|
| H A D | ChangeLog | 17630 maybe_eval_c_test): New routines and data structures to
|