Home
last modified time | relevance | path

Searched defs:c_test (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgensupport.h52 struct c_test struct
58 extern const struct c_test insn_conditions[]; argument
H A Dgenrecog.c107 const char *c_test; /* Additional test to perform. */ member
491 const char *c_test; local
2456 const char *c_test = XSTR (insn, type == RECOG ? 2 : 1); local
/openbsd-src/gnu/gcc/gcc/
H A Dgensupport.h51 struct c_test struct
58 extern hashval_t hash_c_test (const void *); argument
H A Dgenrecog.c108 const char *c_test; /* Additional test to perform. */ member
665 const char *c_test; in validate_pattern() local
2543 const char *c_test = XSTR (insn, type == RECOG ? 2 : 1); in make_insn_sequence() local
/openbsd-src/bin/ksh/
H A Dc_test.c103 c_test(char **wp) in c_test() function