Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp2197 LogicalResult verifyAttributes(SMLoc loc, ArrayRef<FormatElement *> elements);
2317 if (failed(verifyAttributes(loc, elements)) || in verify()
2330 OpFormatParser::verifyAttributes(SMLoc loc, in verifyAttributes() function in OpFormatParser