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

  /external/clang/test/Misc/
integer-literal-printing.cpp 43 enum class wcharTy : wchar_t {
47 template <wcharTy T> struct Type7Helper;
48 template <> struct Type7Helper<wcharTy::c> { typedef wcharTy Ty; };
49 template <wcharTy T, typename Type7Helper<T>::Ty U> struct Type7 {};
76 struct Type7<wcharTy::c, "7"> t7; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type7Helper<(wcharTy)L'\x00'>::Ty' (aka 'wcharTy')}}
  /external/clang/include/clang/AST/
BuiltinTypes.def 73 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(WChar_U, WCharTy))
105 SHARED_SINGLETON_TYPE(SIGNED_TYPE(WChar_S, WCharTy))
ASTContext.h 743 CanQualType WCharTy; // [C++ 3.9.1p5], integer type in C99.
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 375 return ArgType(Ctx.WCharTy, "wchar_t");
  /external/clang/lib/CodeGen/
CGRTTI.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 848 InitBuiltinType(WCharTy, BuiltinType::WChar_S);
850 InitBuiltinType(WCharTy, BuiltinType::WChar_U);
852 WCharTy = getFromTargetType(Target.getWCharType());
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaType.cpp 732 Result = Context.WCharTy;
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 399 milliseconds