Home | History | Annotate | Download | only in cp

Lines Matching refs:orig_whole

4061   tree orig_whole = TREE_OPERAND (t, 0);
4062 tree whole = cxx_eval_constant_expression (ctx, orig_whole,
4069 error ("dereferencing a null pointer in %qE", orig_whole);
4076 if (whole == orig_whole)
4086 error ("%qE is not a constant expression", orig_whole);
4166 tree orig_whole = TREE_OPERAND (t, 0);
4170 tree whole = cxx_eval_constant_expression (ctx, orig_whole,
4176 if (whole == orig_whole)
4185 error ("%qE is not a constant expression", orig_whole);
4197 error ("%qE is not a constant expression", orig_whole);