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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 1092 cxx_eval_outermost_constant_expr invocation. VALUES is a map of values of
1101 cxx_eval_outermost_constant_expr call. */
1121 cxx_eval_outermost_constant_expr invocation. */
7807 cxx_eval_outermost_constant_expr (tree t, bool allow_non_constant, function
8057 return cxx_eval_outermost_constant_expr (t, false, true, true, false, decl);
8066 tree r = cxx_eval_outermost_constant_expr (t, sfinae, true, true, false, decl);
8078 cxx_eval_outermost_constant_expr (t, false, true, true, true, decl);
8193 return cxx_eval_outermost_constant_expr (t, true, true, true, false, decl);
8218 r = cxx_eval_outermost_constant_expr (t, true, true, false, false, decl);
8288 tree r = cxx_eval_outermost_constant_expr (t, true, true
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc 1149 cxx_eval_outermost_constant_expr invocation. VALUES is a map of values of
1160 cxx_eval_outermost_constant_expr call. */
1260 cxx_eval_outermost_constant_expr invocation. */
8932 cxx_eval_outermost_constant_expr (tree t, bool allow_non_constant,
9227 tree r = cxx_eval_outermost_constant_expr (t, sfinae, true, mce_true, false, decl);
9239 cxx_eval_outermost_constant_expr (t, false, true, mce_true, true, decl);
9359 return cxx_eval_outermost_constant_expr (t, true, true,
9380 r = cxx_eval_outermost_constant_expr (t, true, true,
9451 tree r = cxx_eval_outermost_constant_expr (t, true, true,
9582 t = cxx_eval_outermost_constant_expr (t, allow_non_constant, !is_static
    [all...]

Completed in 53 milliseconds