Searched refs:BINFO_BASE_BINFOS (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree.h | 2190 #define BINFO_BASE_BINFOS(NODE) (&TREE_BINFO_CHECK(NODE)->binfo.base_binfos) macro 2193 #define BINFO_N_BASE_BINFOS(NODE) (VEC_length (tree, BINFO_BASE_BINFOS (NODE))) 2197 (VEC_index (tree, BINFO_BASE_BINFOS (NODE), (N))) 2199 (VEC_iterate (tree, BINFO_BASE_BINFOS (NODE), (N), (B))) 2201 (VEC_quick_push (tree, BINFO_BASE_BINFOS (NODE), (T)))
|
H A D | tree.c | 1228 VEC_embedded_init (tree, BINFO_BASE_BINFOS (t), base_binfos); in make_tree_binfo_stat()
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | c-tree.texi | 754 be obtained with @code{BINFO_BASE_BINFOS}, but normally you do not need
|
H A D | gccint.info | 4562 `BINFO_BASE_BINFOS', but normally you do not need to use that. The
|