HomeSort by relevance Sort by last modified time
    Searched full:char32ty (Results 1 - 12 of 12) sorted by null

  /external/clang/test/Misc/
integer-literal-printing.cpp 59 enum class char32Ty : char16_t {
63 template <char32Ty T> struct Type9Helper;
64 template <> struct Type9Helper<char32Ty::c> { typedef char32Ty Ty; };
65 template <char32Ty T, typename Type9Helper<T>::Ty U> struct Type9 {};
78 struct Type9<char32Ty::c, "9"> t9; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type9Helper<(char32Ty)u'\x00'>::Ty' (aka 'char32Ty')}}
  /external/clang/include/clang/AST/
BuiltinTypes.def 79 UNSIGNED_TYPE(Char32, Char32Ty)
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 337 NumberType = Context.Char32Ty;
595 ValueType = Context.Char32Ty;
    [all...]
SemaInit.cpp 42 Context.typesAreCompatible(Context.Char32Ty, T);
103 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy))
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 245 milliseconds