Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4661 bool PositionalParametersFound = false; in checkForBadMacro() local
4696 PositionalParametersFound = true; in checkForBadMacro()
4701 PositionalParametersFound = true; in checkForBadMacro()
4733 if (!NamedParametersFound && PositionalParametersFound) in checkForBadMacro()