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

/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Dtypelist.h357 typedef typename Typelist_Typelist::root root_type; typedef in struct:typelist::append_typelist
358 typedef detail::append_typelist_<root_type> append_type;
368 typedef typename Typelist::root root_type; typedef in struct:typelist::contains
373 value = detail::contains_<root_type, T>::value
381 typedef typename Typelist::root root_type; typedef in struct:typelist::filter
382 typedef detail::chain_filter_<root_type, Pred> filter_type;
392 typedef typename Typelist::root root_type; typedef in struct:typelist::at_index
393 typedef detail::chain_at_index_<root_type, i> index_type;
403 typedef typename Typelist::root root_type; typedef in struct:typelist::transform
404 typedef detail::chain_transform_<root_type, Transfor
414 typedef typename Typelist_Typelist::root root_type; typedef in struct:typelist::flatten
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c4143 static tree root_type (tree);
8303 root_type (tree type)
8315 return type_main_variant (root_type (TREE_TYPE (type)));
8291 root_type (tree type) function

Completed in 84 milliseconds