Home
last modified time | relevance | path

Searched refs:const_rtvec (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcoretypes.h92 typedef const struct rtvec_def *const_rtvec; typedef
373 #define const_rtvec struct _dont_use_rtvec_here * macro
H A Drtl.c714 rtvec_all_equal_p (const_rtvec vec) in rtvec_all_equal_p()
953 rtvec_check_failed_bounds (const_rtvec r, int n, const char *file, int line, in rtvec_check_failed_bounds()
H A Drtl.h1222 extern void rtvec_check_failed_bounds (const_rtvec, int, const char *, int,
2993 extern bool rtvec_all_equal_p (const_rtvec);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcoretypes.h92 typedef const struct rtvec_def *const_rtvec; typedef
382 #define const_rtvec struct _dont_use_rtvec_here * macro
H A Drtl.cc717 rtvec_all_equal_p (const_rtvec vec) in rtvec_all_equal_p()
984 rtvec_check_failed_bounds (const_rtvec r, int n, const char *file, int line, in rtvec_check_failed_bounds()
H A Drtl.h1230 extern void rtvec_check_failed_bounds (const_rtvec, int, const char *, int,
3003 extern bool rtvec_all_equal_p (const_rtvec);
H A DChangeLog-200714081 * coretypes.h (const_bitmap, const_rtx, const_rtvec, const_tree):