Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-labels.cpp151 static unsigned SayLabel(parser::Label label) { in SayLabel() function
751 "Label '%u' is out of range"_err_en_US, SayLabel(label)}); in CheckLabelInRange()
766 "Label '%u' is not distinct"_err_en_US, SayLabel(label)}); in AddTargetLabelDefinition()
909 "Label '%u' cannot be found"_err_en_US, SayLabel(label)}); in CheckLabelDoConstraints()
915 SayLabel(label)}); in CheckLabelDoConstraints()
935 "Label '%u' is not in DO loop scope"_err_en_US, SayLabel(label)}); in CheckLabelDoConstraints()
962 "Label '%u' was not found"_err_en_US, SayLabel(label)}); in CheckScopeConstraints()
972 "Label '%u' is not in scope"_en_US, SayLabel(label)}); in CheckScopeConstraints()
991 SayLabel(label)}) in CheckBranchTargetConstraints()
994 "Control flow use of '%u'"_en_US, SayLabel(label)}); in CheckBranchTargetConstraints()
[all …]