Home
last modified time | relevance | path

Searched refs:find_type_usage (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtype-utils.h34 find_type_usage (tree t, bool (*pred) (const_tree)) in find_type_usage() function
46 return find_type_usage (TREE_TYPE (t), pred); in find_type_usage()
49 return find_type_usage in find_type_usage()
H A Dpt.c26976 return find_type_usage (type, is_auto); in type_uses_auto()