Home
last modified time | relevance | path

Searched refs:is_consteval (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c6896 bool is_consteval = false; variable
6914 is_consteval = true;
6930 is_consteval = true;
7051 if (is_consteval
H A Dparser.c11036 bool is_consteval = false; in cp_parser_lambda_declarator_opt() local
11047 is_consteval = true; in cp_parser_lambda_declarator_opt()
11058 if (is_consteval) in cp_parser_lambda_declarator_opt()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc7826 bool is_consteval = false; in cxx_eval_outermost_constant_expr() local
7844 is_consteval = true; in cxx_eval_outermost_constant_expr()
7860 is_consteval = true; in cxx_eval_outermost_constant_expr()
7980 if (is_consteval || in_immediate_context ()) in cxx_eval_outermost_constant_expr()
H A DChangeLog-2021881 find_immediate_fndecl discovery if is_consteval or
882 in_immediate_context () rather than if is_consteval, t != r
H A Dparser.cc11551 bool is_consteval = false; in cp_parser_lambda_declarator_opt() local
11562 is_consteval = true; in cp_parser_lambda_declarator_opt()
11573 if (is_consteval) in cp_parser_lambda_declarator_opt()