Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc2423 static bool concepts_diagnostics_max_depth_exceeded_p; variable
3530 concepts_diagnostics_max_depth_exceeded_p = true; in replay_errors_p()
3555 if (concepts_diagnostics_max_depth_exceeded_p in diagnose_constraints()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc2739 static bool concepts_diagnostics_max_depth_exceeded_p; variable
3797 concepts_diagnostics_max_depth_exceeded_p = true; in replay_errors_p()
3820 if (concepts_diagnostics_max_depth_exceeded_p in diagnose_constraints()
H A DChangeLog-20205157 (concepts_diagnostics_max_depth_exceeded_p): New.