Home
last modified time | relevance | path

Searched refs:depth_ok (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c2183 int depth_ok; in cxx_eval_call_expression() local
2453 depth_ok = push_cx_call_context (t); in cxx_eval_call_expression()
2486 if (depth_ok && !non_constant_args && ctx->strict) in cxx_eval_call_expression()
2502 if (depth_ok < constexpr_cache_depth) in cxx_eval_call_expression()
2526 if (!depth_ok) in cxx_eval_call_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc2390 int depth_ok; in cxx_eval_call_expression() local
2705 depth_ok = push_cx_call_context (t); in cxx_eval_call_expression()
2738 if (depth_ok && !non_constant_args && ctx->strict) in cxx_eval_call_expression()
2754 if (depth_ok < constexpr_cache_depth) in cxx_eval_call_expression()
2778 if (!depth_ok) in cxx_eval_call_expression()
H A DChangeLog-20152210 the hash table if !depth_ok.