Searched defs:DefaultChar (Results 1 – 2 of 2) sorted by relevance
314 template <typename A> struct DefaultChar { struct316 DefaultChar(DefaultChar &&that) = default; argument317 DefaultChar(A &&that) : thing(std::move(that)) {} in DefaultChar() argument318 DefaultChar &operator=(DefaultChar &&) = default; argument323 using DefaultCharExpr = DefaultChar<common::Indirection<Expr>>; // R1025 argument
103 static constexpr TypePattern DefaultChar{CharType, KindCode::defaultCharKind}; variable