Home
last modified time | relevance | path

Searched refs:BINFO_BASE_BINFOS (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree.h2239 #define BINFO_BASE_BINFOS(NODE) (&TREE_BINFO_CHECK(NODE)->binfo.base_binfos) macro
2242 #define BINFO_N_BASE_BINFOS(NODE) (VEC_length (tree, BINFO_BASE_BINFOS (NODE)))
2246 (VEC_index (tree, BINFO_BASE_BINFOS (NODE), (N)))
2248 (VEC_iterate (tree, BINFO_BASE_BINFOS (NODE), (N), (B)))
2250 (VEC_quick_push (tree, BINFO_BASE_BINFOS (NODE), (T)))
Dtree.c1236 VEC_embedded_init (tree, BINFO_BASE_BINFOS (t), base_binfos); in make_tree_binfo_stat()
DChangeLog-200422532 (BINFO_BASE_BINFOS, BINFO_N_BASE_BINFOS, BINFO_BASE_BINFO): Adjust.
25753 (BINFO_BASE_BINFOS, BINFO_N_BASE_BINFOS, BINFO_BASE_BINFO): ...
/freebsd-12-stable/contrib/gcc/doc/
Dc-tree.texi754 be obtained with @code{BINFO_BASE_BINFOS}, but normally you do not need