OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCorrespondingUnsignedType
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h
334
return
getCorrespondingUnsignedType
(IntMaxType);
340
return
getCorrespondingUnsignedType
(getPtrDiffType(AddrSpace));
344
return
getCorrespondingUnsignedType
(IntPtrType);
352
return
getCorrespondingUnsignedType
(Int64Type);
356
return
getCorrespondingUnsignedType
(Int16Type);
361
static IntType
getCorrespondingUnsignedType
(IntType T) {
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SMTConv.h
717
Ctx.
getCorrespondingUnsignedType
(isLSignedTy ? LTy : RTy);
/src/external/apache2/llvm/dist/clang/lib/AST/
FormatString.cpp
457
C.
getCorrespondingUnsignedType
(PromoArg) == WInt)
ASTContext.cpp
5668
return
getCorrespondingUnsignedType
(getIntPtrType());
10101
QualType ASTContext::
getCorrespondingUnsignedType
(QualType T) const {
10107
return getVectorType(
getCorrespondingUnsignedType
(VTy->getElementType()),
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
2755
QualType
getCorrespondingUnsignedType
(QualType T) const;
2770
// type. Unlike
getCorrespondingUnsignedType
(), this only accepts unsigned
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
1467
Result = Context.
getCorrespondingUnsignedType
(Result);
1490
Result = Context.
getCorrespondingUnsignedType
(Result);
SemaExpr.cpp
1284
S.Context.
getCorrespondingUnsignedType
(LHSSigned ? LHSType : RHSType);
3794
if (Literal.isUnsigned) Ty = Context.
getCorrespondingUnsignedType
(Ty);
8917
ltrans = S.Context.
getCorrespondingUnsignedType
(ltrans);
8922
rtrans = S.Context.
getCorrespondingUnsignedType
(rtrans);
Completed in 44 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026