Searched refs:DefaultT (Results 1 – 2 of 2) sorted by relevance
48 template <typename TypeT, typename NameT, typename DefaultT>49 MethodParameter(TypeT &&type, NameT &&name, DefaultT &&defaultValue,53 defaultValue(stringify(std::forward<DefaultT>(defaultValue))), in type()
1968 Type DefaultT(TS, "."); in createIntrinsic() local1972 DefaultSrcT.getSizeInBits() != DefaultT.getSizeInBits()) in createIntrinsic()