OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:char16ty
(Results
1 - 12
of
12
) 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
885
CanQualType
Char16Ty
; // [C++0x 3.9.1p5], integer type in C99
[
all
...]
/external/clang/lib/Sema/
SemaExprObjC.cpp
333
NumberType = Context.
Char16Ty
;
591
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
[
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 70 milliseconds