Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DCodeGenHelpers.h220 struct stringifier { struct
227 struct stringifier<Twine> { argument
231 struct stringifier<Optional<OptionalT>> {
233 return optional ? stringifier<OptionalT>::apply(*optional) : std::string();
241 return detail::stringifier<std::remove_reference_t<std::remove_const_t<T>>>::