HomeSort by: relevance | last modified time | path
    Searched refs:orig_whole (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 4061 tree orig_whole = TREE_OPERAND (t, 0); local
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); local
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);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc 4623 tree orig_whole = TREE_OPERAND (t, 0);
4624 tree whole = cxx_eval_constant_expression (ctx, orig_whole,
4633 error ("dereferencing a null pointer in %qE", orig_whole);
4640 if (whole == orig_whole)
4652 error ("%qE is not a constant expression", orig_whole);
4749 tree orig_whole = TREE_OPERAND (t, 0);
4753 tree whole = cxx_eval_constant_expression (ctx, orig_whole,
4759 if (whole == orig_whole)
4768 error ("%qE is not a constant expression", orig_whole);
4780 error ("%qE is not a constant expression", orig_whole);
    [all...]

Completed in 97 milliseconds