HomeSort by relevance Sort by last modified time
    Searched full:wcharty (Results 1 - 10 of 10) 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 774 CanQualType WCharTy; // [C++ 3.9.1p5].
775 CanQualType WideCharTy; // Same as WCharTy in C++, integer type in C99.
    [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp 877 QualTypeMatchesBitSize (bit_size, ast, ast->WCharTy))
878 return ClangASTType (ast, ast->WCharTy.getAsOpaquePtr());
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 727 Result = Context.WCharTy;
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 832 milliseconds