Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmParser.cpp3396 bool PositionalParametersFound = false; in checkForBadMacro() local
3431 PositionalParametersFound = true; in checkForBadMacro()
3436 PositionalParametersFound = true; in checkForBadMacro()
3468 if (!NamedParametersFound && PositionalParametersFound) in checkForBadMacro()