Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4675 bool PositionalParametersFound = false; in checkForBadMacro() local
4710 PositionalParametersFound = true; in checkForBadMacro()
4715 PositionalParametersFound = true; in checkForBadMacro()
4747 if (!NamedParametersFound && PositionalParametersFound) in checkForBadMacro()