Searched defs:manifestly_const_eval (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constexpr.cc | 1070 bool manifestly_const_eval; member 1147 bool manifestly_const_eval; member 7802 bool manifestly_const_eval = false, in cxx_eval_outermost_constant_expr() 8170 maybe_constant_value (tree t, tree decl, bool manifestly_const_eval) in maybe_constant_value() 8253 bool manifestly_const_eval, in fold_non_dependent_expr_template() 8319 bool manifestly_const_eval /* = false */, in fold_non_dependent_expr() 8351 bool manifestly_const_eval /*=false*/, in fold_non_dependent_init() 8382 bool manifestly_const_eval) in maybe_constant_init_1() 8415 maybe_constant_init (tree t, tree decl, bool manifestly_const_eval) in maybe_constant_init()
|
H A D | decl2.cc | 1561 bool manifestly_const_eval in cp_check_const_attributes() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constexpr.c | 1015 bool manifestly_const_eval; member 1092 bool manifestly_const_eval; member 7244 maybe_constant_value (tree t, tree decl, bool manifestly_const_eval, in maybe_constant_value() 7323 bool manifestly_const_eval, in fold_non_dependent_expr_template() 7381 bool manifestly_const_eval /* = false */, in fold_non_dependent_expr() 7413 bool manifestly_const_eval /*=false*/, in fold_non_dependent_init() 7444 bool manifestly_const_eval) in maybe_constant_init_1() 7477 maybe_constant_init (tree t, tree decl, bool manifestly_const_eval) in maybe_constant_init()
|