Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/
DAsmParser.cpp3154 bool NamedParametersFound = false; in checkForBadMacro() local
3219 NamedParametersFound = true; in checkForBadMacro()
3227 if (!NamedParametersFound && PositionalParametersFound) in checkForBadMacro()