Searched defs:FormatElement (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/tools/mlir-tblgen/ | ||
H A D | FormatGen.h | 178 FormatElement(Kind kind) : kind(kind) {} in FormatElement() function |
H A D | OpFormatGen.cpp | 2762 checkRangeForElement(FormatElement * base,function_ref<bool (FormatElement *,FormatElement *)> isInvalid,iterator_range<ArrayRef<FormatElement * >::iterator> elementRange,FormatElement * optionalGuard=nullptr) checkRangeForElement() argument |