Home
last modified time | relevance | path

Searched refs:untyped_rhs (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dmemattr.c99 mem_region_cmp (const void *untyped_lhs, const void *untyped_rhs) in mem_region_cmp() argument
102 const struct mem_region *rhs = untyped_rhs; in mem_region_cmp()
/dragonfly/contrib/byacc/
H A Derror.c254 untyped_rhs(int i, char *s) in untyped_rhs() function
H A Ddefs.h515 extern GCC_NORETURN void untyped_rhs(int i, char *s);
H A Dreader.c2202 untyped_rhs(val, rhs[i]->name); in compile_arg()
2828 untyped_rhs(i, rhs[offsets[i]]->name); in copy_action()
H A DCHANGES3815 * test/err_syntax22.y: testcase for untyped_rhs()