Searched refs:false_positives_unevaluated_ctx (Results 1 – 4 of 4) sorted by relevance
52 void false_positives_unevaluated_ctx(int a) noexcept(noexcept(a = a)) // expected-warning {{express… in false_positives_unevaluated_ctx() function
101 void false_positives_unevaluated_ctx(SNoExcept a) noexcept(noexcept(a = a)) { in false_positives_unevaluated_ctx() function
54 …void false_positives_unevaluated_ctx() noexcept(noexcept(a = a)) // expected-warning {{expression … in false_positives_unevaluated_ctx() function
111 void false_positives_unevaluated_ctx(SNoExcept a) noexcept(noexcept(a = a)) { in false_positives_unevaluated_ctx() function