Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4608 bool PositionalParametersFound = false; in checkForBadMacro() local
4643 PositionalParametersFound = true; in checkForBadMacro()
4648 PositionalParametersFound = true; in checkForBadMacro()
4680 if (!NamedParametersFound && PositionalParametersFound) in checkForBadMacro()