Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4660 bool PositionalParametersFound = false; in checkForBadMacro() local
4695 PositionalParametersFound = true; in checkForBadMacro()
4700 PositionalParametersFound = true; in checkForBadMacro()
4732 if (!NamedParametersFound && PositionalParametersFound) in checkForBadMacro()