| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | cvt.c | 242 return instantiate_type (type, expr, tf_warning_or_error); in cp_convert_to_pointer() 413 expr = instantiate_type (type, expr, in convert_to_reference()
|
| HD | typeck.c | 3743 tree t = instantiate_type (TREE_TYPE (op1), op0, tf_none); in cp_build_binary_op() 3754 tree t = instantiate_type (TREE_TYPE (op0), op1, tf_none); in cp_build_binary_op() 5923 expr = instantiate_type (type, expr, complain); in build_static_cast_1() 7256 return instantiate_type (type, pfn, tf_warning_or_error); in build_ptrmemfunc() 7479 instantiate_type (type, rhs, tf_warning_or_error); in convert_for_assignment()
|
| HD | call.c | 1091 expr = instantiate_type (to, expr, tflags); in standard_conversion() 1452 expr = instantiate_type (to, expr, tf_none); in reference_binding() 5363 fn = instantiate_type (t, fns, tf_none); in build_op_delete_call() 5723 expr = instantiate_type (totype, expr, complain); in convert_like_real() 8451 instantiate_type (type, expr, complain); in perform_implicit_conversion_flags()
|
| HD | class.c | 7129 instantiate_type (tree lhstype, tree rhs, tsubst_flags_t flags) in instantiate_type() function 7195 member = instantiate_type (lhstype, member, flags); in instantiate_type() 7207 return instantiate_type (lhstype, rhs, flags_in); in instantiate_type() 7239 return instantiate_type (lhstype, TREE_OPERAND (rhs, 0), flags); in instantiate_type()
|
| HD | cp-tree.h | 4944 extern tree instantiate_type (tree, tree, tsubst_flags_t);
|
| HD | pt.c | 5045 fn = instantiate_type (type, fns, tf_none); in convert_nontype_argument_function() 5734 expr = instantiate_type (type, expr, tf_none); in convert_nontype_argument()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | cvt.c | 251 return instantiate_type (type, expr, complain); in cp_convert_to_pointer() 425 expr = instantiate_type (type, expr, complain); in convert_to_reference()
|
| HD | typeck.c | 4311 tree t = instantiate_type (TREE_TYPE (op1), op0, tf_none); in cp_build_binary_op() 4322 tree t = instantiate_type (TREE_TYPE (op0), op1, tf_none); in cp_build_binary_op() 7041 expr = instantiate_type (type, expr, complain); in build_static_cast_1() 8586 return instantiate_type (type, pfn, complain); in build_ptrmemfunc() 8816 tree r = instantiate_type (type, rhs, tf_warning_or_error); in convert_for_assignment()
|
| HD | class.c | 7974 instantiate_type (tree lhstype, tree rhs, tsubst_flags_t complain) in instantiate_type() function 8048 member = instantiate_type (lhstype, member, complain); in instantiate_type() 8060 return instantiate_type (lhstype, rhs, complain_in); in instantiate_type() 8092 return instantiate_type (lhstype, TREE_OPERAND (rhs, 0), complain); in instantiate_type()
|
| HD | call.c | 1122 expr = instantiate_type (to, expr, tflags); in standard_conversion() 1545 expr = instantiate_type (to, expr, tf_none); in reference_binding() 6259 fn = instantiate_type (t, fns, tf_none); in build_op_delete_call() 6831 expr = instantiate_type (totype, expr, complain); in convert_like_real() 10672 instantiate_type (type, expr, complain); in perform_implicit_conversion_flags()
|
| HD | cp-tree.h | 6154 extern tree instantiate_type (tree, tree, tsubst_flags_t);
|
| HD | pt.c | 6239 fn = instantiate_type (type, fns, tf_none); in convert_nontype_argument_function() 7070 expr = instantiate_type (type, expr, tf_none); in convert_nontype_argument()
|