OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnsignedShort
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp
98
Char16Type =
UnsignedShort
;
178
case
UnsignedShort
: return "unsigned short";
202
case
UnsignedShort
:
221
case
UnsignedShort
: return "h";
239
case
UnsignedShort
: return getShortWidth();
254
return IsSigned ? SignedShort :
UnsignedShort
;
269
return IsSigned ? SignedShort :
UnsignedShort
;
315
case
UnsignedShort
: return getShortAlign();
337
case
UnsignedShort
:
357
case 2: WCharType = Opts.WCharIsSigned ? SignedShort :
UnsignedShort
; break
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
OSTargets.h
556
this->WCharType = TargetInfo::
UnsignedShort
;
725
this->WCharType = this->
UnsignedShort
;
812
this->WCharType = TargetInfo::
UnsignedShort
;
813
this->WIntType = TargetInfo::
UnsignedShort
;
X86.h
580
this->WCharType = TargetInfo::
UnsignedShort
;
851
this->WCharType = TargetInfo::
UnsignedShort
;
ARM.cpp
1269
this->WCharType = TargetInfo::
UnsignedShort
;
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h
115
UnsignedShort
,
320
case
UnsignedShort
:
366
return
UnsignedShort
;
/src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp
977
DefineExactWidthIntType(TargetInfo::
UnsignedShort
, TI, Builder);
978
DefineExactWidthIntTypeSize(TargetInfo::
UnsignedShort
, TI, Builder);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
8559
case TargetInfo::
UnsignedShort
: return UnsignedShortTy;
Completed in 35 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026