Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DBlock.h255 template <typename FnT, typename RetT = detail::walkResultType<FnT>>
264 template <typename FnT, typename RetT = detail::walkResultType<FnT>>
275 template <typename FnT, typename RetT = detail::walkResultType<FnT>>
DRegion.h248 template <typename FnT, typename RetT = detail::walkResultType<FnT>>
258 template <typename FnT, typename RetT = detail::walkResultType<FnT>>
DVisitors.h150 using walkResultType = decltype(walk(nullptr, std::declval<FnT>())); variable
DOperation.h524 template <typename FnT, typename RetT = detail::walkResultType<FnT>>
DOpDefinition.h227 template <typename FnT, typename RetT = detail::walkResultType<FnT>>