Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4690 bool PositionalParametersFound = false; in checkForBadMacro() local
4725 PositionalParametersFound = true; in checkForBadMacro()
4730 PositionalParametersFound = true; in checkForBadMacro()
4762 if (!NamedParametersFound && PositionalParametersFound) in checkForBadMacro()