Lines Matching defs:branch
888 // of these labels can be used as a branch target, but they
934 for (const auto &branch : branches) {
935 const auto &label{branch.parserLabel};
938 const auto &fromPosition{branch.parserCharBlock};
945 fromPosition, "branch into loop body from outside"_warn_en_US)
1053 // (resp.) from being branch targets.
1075 "Label '%u' is in a construct that prevents its use as a branch target here"_err_en_US,
1081 "Label '%u' is in a construct that should not be used as a branch target here"_warn_en_US,
1101 "Label '%u' is not a branch target"_err_en_US, SayLabel(label))
1109 "Label '%u' is not a branch target"_warn_en_US, SayLabel(label))
1164 "Label '%u' is not a branch target or FORMAT"_err_en_US,
1170 "Label '%u' is not a branch target or FORMAT"_warn_en_US,