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

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c2342 pedantic_non_lvalue (tree x)
3179 /* Similar, but call pedantic_non_lvalue instead of non_lvalue. */
3189 return pedantic_non_lvalue (t);
4680 return pedantic_non_lvalue (fold_convert (type, negate_expr (tem)));
4683 return pedantic_non_lvalue (fold_convert (type, arg1));
4695 return pedantic_non_lvalue (fold_convert (type, tem));
4720 return pedantic_non_lvalue (fold_convert (type, arg1));
4775 return pedantic_non_lvalue (fold_convert (type, arg2));
4777 return pedantic_non_lvalue (fold_convert (type, arg1));
4793 return pedantic_non_lvalue (fold_conver
2328 pedantic_non_lvalue (tree x) function
[all...]

Completed in 60 milliseconds