Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.h6701 extern tree instantiate_non_dependent_expr_sfinae (tree, tsubst_flags_t);
H A Dpt.c6033 instantiate_non_dependent_expr_sfinae (tree expr, tsubst_flags_t complain) in instantiate_non_dependent_expr_sfinae() function
6057 return instantiate_non_dependent_expr_sfinae (expr, tf_error); in instantiate_non_dependent_expr()
H A Ddecl.c9610 size = instantiate_non_dependent_expr_sfinae (size, complain); in compute_array_index_type()