OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnsignedShortTy
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
PrintfFormatString.cpp
552
case LengthModifier::AsShort: return Ctx.
UnsignedShortTy
;
631
return ArgType(Ctx.getPointerType(Ctx.
UnsignedShortTy
.withConst()),
640
return ArgType(Ctx.getPointerType(Ctx.
UnsignedShortTy
.withConst()),
648
return ArgType(Ctx.
UnsignedShortTy
, "unichar");
FormatString.cpp
391
if (T == C.
UnsignedShortTy
|| T == C.ShortTy)
396
return T == C.
UnsignedShortTy
? Match : NoMatch;
ScanfFormatString.cpp
282
return ArgType::PtrTo(Ctx.
UnsignedShortTy
);
ASTContext.cpp
1298
InitBuiltinType(
UnsignedShortTy
, BuiltinType::UShort);
8068
FieldTypes[2] = Context->
UnsignedShortTy
;
8559
case TargetInfo::UnsignedShort: return
UnsignedShortTy
;
10124
return
UnsignedShortTy
;
10389
Type = Context.
UnsignedShortTy
;
RecordLayoutBuilder.cpp
1477
Context.UnsignedCharTy, Context.
UnsignedShortTy
, Context.UnsignedIntTy,
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1011
CanQualType UnsignedCharTy,
UnsignedShortTy
, UnsignedIntTy, UnsignedLongTy;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
2055
return Flags.isUnsigned() ? Context.
UnsignedShortTy
: Context.ShortTy;
2067
return IsPolyUnsigned ? Context.
UnsignedShortTy
: Context.ShortTy;
8857
IntendedTy = S.Context.
UnsignedShortTy
;
SemaDecl.cpp
17659
Context.
UnsignedShortTy
, Context.UnsignedIntTy, Context.UnsignedLongTy,
18256
BestType = Context.
UnsignedShortTy
;
SemaType.cpp
1416
Result = Context.
UnsignedShortTy
;
SemaOverload.cpp
8212
ArithmeticTypes.push_back(S.Context.
UnsignedShortTy
);
TreeTransform.h
14177
SemaRef.Context.UnsignedCharTy, SemaRef.Context.
UnsignedShortTy
,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp
4163
getContext().
UnsignedShortTy
, getContext().IntTy,
CGBuiltin.cpp
2004
Types[Context.
UnsignedShortTy
] = "%hu";
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp
6837
T = Context.
UnsignedShortTy
;
Completed in 141 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026