Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc30167 bool try_list_ctor = false; in do_class_deduction() local
30177 try_list_ctor = TYPE_HAS_LIST_CTOR (type); in do_class_deduction()
30178 if (try_list_ctor && CONSTRUCTOR_NELTS (init) == 1 in do_class_deduction()
30188 try_list_ctor = false; in do_class_deduction()
30190 if (try_list_ctor || is_std_init_list (type)) in do_class_deduction()
30240 if (try_list_ctor && cands) in do_class_deduction()