OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Char32Type
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
TargetInfo.h
125
WIntType, Char16Type,
Char32Type
, Int64Type, SigAtomicType;
145
IntType getChar32Type() const { return
Char32Type
; }
211
unsigned getChar32Width() const { return getTypeWidth(
Char32Type
); }
212
unsigned getChar32Align() const { return getTypeAlign(
Char32Type
); }
/external/clang/lib/Basic/
TargetInfo.cpp
52
Char32Type
= UnsignedInt;
Completed in 17 milliseconds