OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIntTypeForBitwidth
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp
210
C.
getIntTypeForBitwidth
(32, /*Signed=*/0),
1828
QualType Int16Ty = CGM.getContext().
getIntTypeForBitwidth
(
2040
QualType Int16Ty = CGM.getContext().
getIntTypeForBitwidth
(
2214
CGF.getContext().
getIntTypeForBitwidth
(/*DestWidth=*/32, /*Signed=*/0);
2310
QualType CastTy = CGF.getContext().
getIntTypeForBitwidth
(
2346
QualType IntType = CGF.getContext().
getIntTypeForBitwidth
(
2651
C.
getIntTypeForBitwidth
(32, /* Signed */ true),
2723
QualType CType = C.
getIntTypeForBitwidth
(
4029
Ctx.
getIntTypeForBitwidth
(/*DestWidth=*/16, /*Signed=*/false);
4031
Ctx.
getIntTypeForBitwidth
(/*DestWidth=*/32, /*Signed=*/false)
[
all
...]
CGOpenMPRuntime.cpp
2156
CGF.getContext().
getIntTypeForBitwidth
(/*DestWidth*/ 32, /*Signed*/ true);
2445
C.
getIntTypeForBitwidth
(/*DestWidth=*/32, /*Signed=*/1);
2559
CGF.getContext().
getIntTypeForBitwidth
(32, /*Signed=*/0),
2897
Call, CGF.getContext().
getIntTypeForBitwidth
(32, /*Signed=*/1),
3412
C, RD, C.
getIntTypeForBitwidth
(/*DestWidth=*/32, /*Signed=*/true));
3414
C, RD, C.
getIntTypeForBitwidth
(/*DestWidth=*/32, /*Signed=*/true));
3518
CGM.getContext().
getIntTypeForBitwidth
(/*DestWidth=*/64, /*Signed=*/0);
3520
CGM.getContext().
getIntTypeForBitwidth
(/*DestWidth=*/64, /*Signed=*/1);
4171
QualType FlagsTy = C.
getIntTypeForBitwidth
(32, /*Signed=*/false);
4232
QualType KmpInt32Ty = C.
getIntTypeForBitwidth
(/*DestWidth=*/32, /*Signed=*/1)
[
all
...]
CGAtomic.cpp
100
AtomicTy = C.
getIntTypeForBitwidth
(AtomicSizeInBits, OrigBFI.IsSigned);
769
CGF.getContext().
getIntTypeForBitwidth
(SizeInBits, /*Signed=*/false);
1234
RetTy = getContext().
getIntTypeForBitwidth
(
CGStmt.cpp
2637
QualType Ty = getContext().
getIntTypeForBitwidth
(Size, /*Signed*/ false);
CGStmtOpenMP.cpp
3657
C.
getIntTypeForBitwidth
(/*DestWidth=*/32, /*Signed=*/1);
4263
getContext().
getIntTypeForBitwidth
(/*DestWidth=*/32, /*Signed=*/1),
4625
getContext().
getIntTypeForBitwidth
(/*DestWidth=*/64, /*Signed=*/1),
4714
getContext().
getIntTypeForBitwidth
(32, /*Signed=*/0),
CGDecl.cpp
1390
auto QT = getContext().
getIntTypeForBitwidth
(
TargetInfo.cpp
8043
Ty = getContext().
getIntTypeForBitwidth
(SlotSizeInBits,
10630
QTy = getContext().
getIntTypeForBitwidth
(XLen, false);
CGBuiltin.cpp
1639
QualType UnsignedTy = C.
getIntTypeForBitwidth
(Size * 8, /*Signed=*/false);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
3879
QualType KmpInt32Ty = Context.
getIntTypeForBitwidth
(32, 1).withConst();
3897
QualType KmpInt32Ty = Context.
getIntTypeForBitwidth
(32, 1).withConst();
3942
QualType KmpInt32Ty = Context.
getIntTypeForBitwidth
(32, 1).withConst();
3999
QualType KmpInt32Ty = Context.
getIntTypeForBitwidth
(32, 1).withConst();
4032
Context.
getIntTypeForBitwidth
(/*DestWidth=*/32, /*Signed=*/1)
4035
Context.
getIntTypeForBitwidth
(/*DestWidth=*/64, /*Signed=*/0)
4038
Context.
getIntTypeForBitwidth
(/*DestWidth=*/64, /*Signed=*/1)
4075
Context.
getIntTypeForBitwidth
(/*DestWidth=*/32, /*Signed=*/1)
4078
Context.
getIntTypeForBitwidth
(/*DestWidth=*/64, /*Signed=*/0)
4081
Context.
getIntTypeForBitwidth
(/*DestWidth=*/64, /*Signed=*/1
[
all
...]
SemaDeclAttr.cpp
4247
NewElemTy = Context.
getIntTypeForBitwidth
(DestWidth,
6674
<< 3 << S.Context.
getIntTypeForBitwidth
(TypeSize, /*Signed=*/false);
SemaExpr.cpp
3903
Ty = Context.
getIntTypeForBitwidth
(Width,
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SMTConv.h
549
return Ctx.
getIntTypeForBitwidth
(Int.getBitWidth(), Int.isSigned());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
696
///
getIntTypeForBitwidth
-
700
QualType
getIntTypeForBitwidth
(unsigned DestWidth,
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
3743
{
getIntTypeForBitwidth
(BITS, SIGNED), llvm::ElementCount::getScalable(ELTS), \
3853
return {
getIntTypeForBitwidth
(ElBits, IsSigned), \
11096
///
getIntTypeForBitwidth
-
11100
QualType ASTContext::
getIntTypeForBitwidth
(unsigned DestWidth,
Completed in 148 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026