Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4370 bool PositionalParametersFound = false; in checkForBadMacro() local
4405 PositionalParametersFound = true; in checkForBadMacro()
4410 PositionalParametersFound = true; in checkForBadMacro()
4442 if (!NamedParametersFound && PositionalParametersFound) in checkForBadMacro()