Searched refs:const_rtvec (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | coretypes.h | 92 typedef const struct rtvec_def *const_rtvec; typedef 373 #define const_rtvec struct _dont_use_rtvec_here * macro
|
H A D | rtl.c | 714 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 D | rtl.h | 1222 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 D | coretypes.h | 92 typedef const struct rtvec_def *const_rtvec; typedef 382 #define const_rtvec struct _dont_use_rtvec_here * macro
|
H A D | rtl.cc | 717 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 D | rtl.h | 1230 extern void rtvec_check_failed_bounds (const_rtvec, int, const char *, int, 3003 extern bool rtvec_all_equal_p (const_rtvec);
|
H A D | ChangeLog-2007 | 14081 * coretypes.h (const_bitmap, const_rtx, const_rtvec, const_tree):
|