Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DClass.h48 template <typename TypeT, typename NameT, typename DefaultT>
49 MethodParameter(TypeT &&type, NameT &&name, DefaultT &&defaultValue,
53 defaultValue(stringify(std::forward<DefaultT>(defaultValue))), in type()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DNeonEmitter.cpp1968 Type DefaultT(TS, "."); in createIntrinsic() local
1972 DefaultSrcT.getSizeInBits() != DefaultT.getSizeInBits()) in createIntrinsic()