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

  /external/clang/test/Misc/
integer-literal-printing.cpp 51 enum class char16Ty : char16_t {
55 template <char16Ty T> struct Type8Helper;
56 template <> struct Type8Helper<char16Ty::c> { typedef char16Ty Ty; };
57 template <char16Ty T, typename Type8Helper<T>::Ty U> struct Type8 {};
77 struct Type8<char16Ty::c, "8"> t8; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type8Helper<(char16Ty)u'\x00'>::Ty' (aka 'char16Ty')}}
  /external/clang/include/clang/AST/
BuiltinTypes.def 76 UNSIGNED_TYPE(Char16, Char16Ty)
ASTContext.h 795 CanQualType Char16Ty; // [C++0x 3.9.1p5], integer type in C99.
    [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp 728 clang_type = ast->Char16Ty.getAsOpaquePtr();
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 278 NumberType = Context.Char16Ty;
552 ValueType = Context.Char16Ty;
    [all...]
SemaInit.cpp 41 return Context.typesAreCompatible(Context.Char16Ty, T) ||
95 if (Context.typesAreCompatible(Context.Char16Ty, ElemTy))
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaType.cpp 746 Result = Context.Char16Ty;
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 913 milliseconds