Home
last modified time | relevance | path

Searched refs:var_in_maybe_constexpr_fn (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c4726 var_in_maybe_constexpr_fn (tree t) in var_in_maybe_constexpr_fn() function
7904 && !var_in_maybe_constexpr_fn (t) in potential_constant_expression_1()
8013 if (!var_in_maybe_constexpr_fn (x)) in potential_constant_expression_1()
H A Dcp-tree.h7994 extern bool var_in_maybe_constexpr_fn (tree);
H A Ddecl.c7038 && !var_in_maybe_constexpr_fn (decl)) in make_rtl_for_nonlocal_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc5527 var_in_maybe_constexpr_fn (tree t) in var_in_maybe_constexpr_fn() function
8856 && (now || !var_in_maybe_constexpr_fn (t)) in potential_constant_expression_1()
8965 if (now || !var_in_maybe_constexpr_fn (x)) in potential_constant_expression_1()
H A DChangeLog-20161542 (var_in_maybe_constexpr_fn): New.
1546 * decl.c (make_rtl_for_nonlocal_decl): Use var_in_maybe_constexpr_fn.
H A DChangeLog-20171491 * constexpr.c (var_in_maybe_constexpr_fn): Likewise.
1865 (potential_constant_expression_1): Check var_in_maybe_constexpr_fn.
H A DChangeLog233 Only consider var_in_maybe_constexpr_fn if 'now' is false.
H A Dcp-tree.h8447 extern bool var_in_maybe_constexpr_fn (tree);
H A DChangeLog-2021707 (var_in_maybe_constexpr_fn): Use maybe_constexpr_fn.
H A Ddecl.cc7593 && !var_in_maybe_constexpr_fn (decl)) in make_rtl_for_nonlocal_decl()