Searched refs:fold_if_not_in_template (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
H A Dcvt.c645 return fold_if_not_in_template (convert_to_complex (type, e));
661 return fold_if_not_in_template (build_nop (type, e));
701 return fold_if_not_in_template (convert_to_integer (type, e));
704 return fold_if_not_in_template (cp_convert_to_pointer (type, e, false));
718 return fold_if_not_in_template (convert_to_vector (type, e));
734 return fold_if_not_in_template (convert_to_real (type, e));
736 return fold_if_not_in_template (convert_to_complex (type, e));
1021 return fold_if_not_in_template (build_nop (type, expr));
1038 return (fold_if_not_in_template
1043 return fold_if_not_in_template (convert_to_pointer_forc
[all...]
H A Dtypeck.c1980 result = fold_if_not_in_template (result);
2546 return require_complete_type (fold_if_not_in_template (rval));
3893 result = fold_if_not_in_template (result);
3922 fold_if_not_in_template (intop));
3966 return fold_if_not_in_template (result);
4220 return fold_if_not_in_template (arg);
4231 return fold_if_not_in_template (arg);
4605 return fold_if_not_in_template (build1 (code, argtype, arg));
5385 return fold_if_not_in_template (build_nop (type, expr));
5411 return fold_if_not_in_template (build_no
[all...]
H A Dtree.c2401 fold_if_not_in_template (tree expr)
2393 fold_if_not_in_template (tree expr) function
H A Dcall.c3568 result = fold_if_not_in_template (build3 (COND_EXPR, result_type, arg1,
5101 fn = fold_if_not_in_template (fn);
H A Dcp-tree.h4498 extern tree fold_if_not_in_template (tree);
H A Dclass.c470 expr = fold_if_not_in_template (expr);

Completed in 99 milliseconds