Searched refs:get_tinfo_ptr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Drtti.c112 static tree get_tinfo_ptr (tree);
263 t = get_tinfo_ptr (TYPE_MAIN_VARIANT (type));
406 get_tinfo_ptr (tree type)
441 return build_indirect_ref (get_tinfo_ptr (type), NULL);
914 get_tinfo_ptr (TYPE_MAIN_VARIANT (to)),
944 get_tinfo_ptr (TYPE_MAIN_VARIANT (to)),
947 get_tinfo_ptr (klass),
1029 tree tinfo = get_tinfo_ptr (BINFO_TYPE (base_binfo));
1032 /* get_tinfo_ptr might have reallocated the tinfo_descs vector. */
1060 tinfo = get_tinfo_ptr (BINFO_TYP
404 get_tinfo_ptr (tree type) function
[all...]

Completed in 53 milliseconds