Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree.h2190 #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 Dtree.c1228 VEC_embedded_init (tree, BINFO_BASE_BINFOS (t), base_binfos); in make_tree_binfo_stat()
/openbsd/gnu/gcc/gcc/doc/
H A Dc-tree.texi754 be obtained with @code{BINFO_BASE_BINFOS}, but normally you do not need
H A Dgccint.info4562 `BINFO_BASE_BINFOS', but normally you do not need to use that. The