Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp681 bool hasLocDirective = false; in collectBoundSymbols() local
684 hasLocDirective = lastArg.isLocationDirective(); in collectBoundSymbols()
687 if (numOpArgs != numTreeArgs - hasLocDirective) { in collectBoundSymbols()