Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3907 bool PositionalParametersFound = false; in checkForBadMacro() local
3942 PositionalParametersFound = true; in checkForBadMacro()
3947 PositionalParametersFound = true; in checkForBadMacro()
3979 if (!NamedParametersFound && PositionalParametersFound) in checkForBadMacro()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp4507 bool PositionalParametersFound = false; in checkForBadMacro() local
4542 PositionalParametersFound = true; in checkForBadMacro()
4547 PositionalParametersFound = true; in checkForBadMacro()
4579 if (!NamedParametersFound && PositionalParametersFound) in checkForBadMacro()