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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 3217 cxx_eval_unary_expression (const constexpr_ctx *ctx, tree t, function
3331 Like cxx_eval_unary_expression, except for binary expressions. */
5473 Like cxx_eval_unary_expression, except for trinary expressions. */
6987 /* These differ from cxx_eval_unary_expression in that this doesn't
7040 r = cxx_eval_unary_expression (ctx, t, lval,
  /src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc 3748 cxx_eval_unary_expression (const constexpr_ctx *ctx, tree t,
3862 Like cxx_eval_unary_expression, except for binary expressions. */
6134 Like cxx_eval_unary_expression, except for trinary expressions. */
8024 /* These differ from cxx_eval_unary_expression in that this doesn't
8076 r = cxx_eval_unary_expression (ctx, t, lval,

Completed in 29 milliseconds