Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/skdiff/
H A Dskdiff.h161 template<typename T> static int compare(const void* untyped_lhs, const void* untyped_rhs) { in compare() argument
163 const DiffRecord* rhs = *reinterpret_cast<DiffRecord* const *>(untyped_rhs); in compare()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/skdiff/
H A Dskdiff.h161 template<typename T> static int compare(const void* untyped_lhs, const void* untyped_rhs) { in compare() argument
163 const DiffRecord* rhs = *reinterpret_cast<DiffRecord* const *>(untyped_rhs); in compare()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dmemattr.c100 mem_region_cmp (const void *untyped_lhs, const void *untyped_rhs) in mem_region_cmp() argument
103 const struct mem_region *rhs = untyped_rhs; in mem_region_cmp()
/dports/devel/gdb761/gdb-7.6.1/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()
/dports/lang/ocaml/ocaml-4.05.0/yacc/
H A Derror.c256 void untyped_rhs(int i, char *s) in untyped_rhs() function
/dports/lang/ocaml-nox11/ocaml-4.05.0/yacc/
H A Derror.c256 void untyped_rhs(int i, char *s) in untyped_rhs() function
/dports/devel/byaccj/byaccj1.15/src/
H A Derror.c253 void untyped_rhs(int i,char *s) in untyped_rhs() function
H A Ddefs.h369 void untyped_rhs(int i,char *s);
H A Dreader.c1337 if (tag == 0) untyped_rhs(i, pitem[nitems + i - n - 1]->name); in copy_action()
/dports/lang/mono/mono-5.10.1.57/mcs/jay/
H A Derror.c297 untyped_rhs(i, s) in untyped_rhs() function
H A Dreader.c1141 untyped_rhs(i, pitem[nitems + i - n - 1]->name), in copy_action()
/dports/devel/cscout/cscout-bd7dfac/btyacc/
H A Derror.c216 void untyped_rhs(int i, char *s) { in untyped_rhs() function
H A Ddefs.h390 void untyped_rhs(int, char *);
H A Dreader.c1117 untyped_rhs(val, rhs[i]->name); in compile_arg()
1584 untyped_rhs(i, rhs[offsets[i]]->name); in copy_action()
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmlyac/
H A Derror.c240 void untyped_rhs(int i, char *s) in untyped_rhs() function
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/
H A Derror.c258 untyped_rhs(int i, char *s) in untyped_rhs() function
H A Ddefs.h480 extern void untyped_rhs(int i, char *s) GCC_NORETURN;
H A Dreader.c1896 untyped_rhs(val, rhs[i]->name); in compile_arg()
2407 untyped_rhs(i, rhs[offsets[i]]->name); in copy_action()
H A DMANIFEST389 test/err_syntax22.y testcase for untyped_rhs()
H A DCHANGES728 * test/err_syntax22.y: testcase for untyped_rhs()