OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeSizeInChars
(Results
1 - 25
of
59
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp
68
FlexSize = Ctx.
getTypeSizeInChars
(ElemType);
74
FlexSize = Ctx.
getTypeSizeInChars
(ElemType);
121
CharUnits typeSize = C.getASTContext().
getTypeSizeInChars
(ToPointeeTy);
CheckPlacementNew.cpp
77
CharUnits TypeSize = AstContext.
getTypeSizeInChars
(ElementType);
93
llvm::APInt I(AstContext.
getTypeSizeInChars
(SvalBuilder.getArrayIndexType())
ArrayBoundCheckerV2.cpp
340
astContext.
getTypeSizeInChars
(elemType),
PaddingChecker.cpp
200
CharUnits FieldSize = ASTContext.
getTypeSizeInChars
(FD->getType());
VLASizeChecker.cpp
102
CharUnits EleSize = Ctx.
getTypeSizeInChars
(VLALast->getElementType());
/src/external/apache2/llvm/dist/clang/lib/AST/
OSLog.cpp
145
CharUnits Size = Ctx.
getTypeSizeInChars
((*Data.FieldWidth)->getType());
150
CharUnits Size = Ctx.
getTypeSizeInChars
((*Data.Precision)->getType());
156
CharUnits Size = Ctx.
getTypeSizeInChars
((*Data.Count)->getType());
168
Size = Ctx.
getTypeSizeInChars
(Data.E->getType());
171
auto Size = Ctx.
getTypeSizeInChars
(Data.E->getType());
ASTContext.cpp
2419
///
getTypeSizeInChars
- Return the size of the specified type, in characters.
2421
CharUnits ASTContext::
getTypeSizeInChars
(QualType T) const {
2424
CharUnits ASTContext::
getTypeSizeInChars
(const Type *T) const {
2605
CharUnits UnionSize = Context.
getTypeSizeInChars
(RD->getTypeForDecl());
2610
CharUnits FieldSize = Context.
getTypeSizeInChars
(Field->getType());
2675
Context.toBits(Context.
getTypeSizeInChars
(Field->getType()));
6844
CharUnits sz =
getTypeSizeInChars
(type);
6848
sz = std::max(sz,
getTypeSizeInChars
(IntTy));
6851
sz =
getTypeSizeInChars
(VoidPtrTy);
6905
CharUnits PtrSize =
getTypeSizeInChars
(VoidPtrTy)
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
DynamicExtent.cpp
39
return SVB.makeIntVal(SVB.getContext().
getTypeSizeInChars
(Ty).getQuantity(),
Store.cpp
203
CharUnits pointeeTySize = Ctx.
getTypeSizeInChars
(PointeeTy);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.cpp
116
uint64_t Size = Context.
getTypeSizeInChars
(Ty).getQuantity();
264
uint64_t Size = Context.
getTypeSizeInChars
(AccessType).getQuantity();
312
uint64_t Size = Context.
getTypeSizeInChars
(QTy).getQuantity();
350
uint64_t Size = Context.
getTypeSizeInChars
(FieldQTy).getQuantity();
366
uint64_t Size = Context.
getTypeSizeInChars
(Ty).getQuantity();
SwiftCallingConv.cpp
78
auto eltSize = CGM.getContext().
getTypeSizeInChars
(eltType);
86
auto eltSize = CGM.getContext().
getTypeSizeInChars
(eltType);
94
addOpaqueData(begin, begin + CGM.getContext().
getTypeSizeInChars
(type));
99
auto atomicSize = CGM.getContext().
getTypeSizeInChars
(atomicType);
100
auto valueSize = CGM.getContext().
getTypeSizeInChars
(valueType);
CGOpenCLRuntime.cpp
103
.
getTypeSizeInChars
(PipeTy->getElementType())
CGExprCXX.cpp
699
CharUnits typeSize = CGF.getContext().
getTypeSizeInChars
(type);
741
CharUnits typeSize = CGF.getContext().
getTypeSizeInChars
(type);
1000
CharUnits ElementSize = getContext().
getTypeSizeInChars
(ElementType);
1020
getContext().
getTypeSizeInChars
(ElementType).getQuantity() *
1809
CharUnits DeleteTypeSize = getContext().
getTypeSizeInChars
(DeleteTy);
2037
CharUnits elementSize = CGF.getContext().
getTypeSizeInChars
(elementType);
CGNonTrivialStruct.cpp
196
CharUnits EltSize = Ctx.
getTypeSizeInChars
(EltTy);
364
unsigned BaseEltSize = Ctx.
getTypeSizeInChars
(BaseEltQT).getQuantity();
399
CharUnits EltSize = Ctx.
getTypeSizeInChars
(EltQT);
661
CharUnits Size = Ctx.
getTypeSizeInChars
(QualType(AT, 0));
CGOpenMPRuntimeGPU.cpp
1731
CGM.getContext().
getTypeSizeInChars
(GlobalRecTy).getQuantity();
1779
CGM.getContext().
getTypeSizeInChars
(SecGlobalRecTy).getQuantity();
1811
unsigned Size = CGM.getContext().
getTypeSizeInChars
(RDTy).getQuantity();
2264
assert(!CGF.getContext().
getTypeSizeInChars
(CastTy).isZero() &&
2266
assert(!CGF.getContext().
getTypeSizeInChars
(ValTy).isZero() &&
2271
if (CGF.getContext().
getTypeSizeInChars
(ValTy) ==
2272
CGF.getContext().
getTypeSizeInChars
(CastTy))
2301
CharUnits Size = CGF.getContext().
getTypeSizeInChars
(ElemType);
2328
CharUnits Size = CGF.getContext().
getTypeSizeInChars
(ElemType);
2716
C.
getTypeSizeInChars
(Private->getType()
[
all
...]
CGExprAgg.cpp
490
CharUnits elementSize = CGF.getContext().
getTypeSizeInChars
(elementType);
745
CGF.getContext().
getTypeSizeInChars
(E->getType()).getQuantity());
1793
CharUnits elementSize = CGF.getContext().
getTypeSizeInChars
(elementType);
1890
return CGF.getContext().
getTypeSizeInChars
(E->getType());
CGValue.h
657
: Ctx.
getTypeSizeInChars
(Type);
CodeGenFunction.cpp
1836
CharUnits baseSize = CGF.getContext().
getTypeSizeInChars
(baseType);
1890
CharUnits size = getContext().
getTypeSizeInChars
(Ty);
1903
CharUnits eltSize = getContext().
getTypeSizeInChars
(VlaSize.Type);
CGDeclCXX.cpp
153
Addr, CGF.getContext().
getTypeSizeInChars
(D.getType()));
CGCall.cpp
931
CharUnits FieldSize = Context.
getTypeSizeInChars
(FD->getType());
1010
CharUnits EltSize = CGF.getContext().
getTypeSizeInChars
(CAE->EltTy);
2695
CharUnits Size = getContext().
getTypeSizeInChars
(Ty);
2751
getContext().
getTypeSizeInChars
(ETy).getQuantity() *
3302
int Size = Context.
getTypeSizeInChars
(ETy).getQuantity();
3325
int Size = Context.
getTypeSizeInChars
(QTy).getQuantity();
CGExprScalar.cpp
2709
CharUnits size = CGF.getContext().
getTypeSizeInChars
(OPT->getObjectType());
2833
CGF.getContext().
getTypeSizeInChars
(CurrentType).getQuantity());
2916
CharUnits eltSize = CGF.getContext().
getTypeSizeInChars
(VlaSize.Type);
3435
= CGF.CGM.getSize(CGF.getContext().
getTypeSizeInChars
(objectType));
3789
CharUnits eltSize = CGF.getContext().
getTypeSizeInChars
(elementType);
3803
elementSize = CGF.getContext().
getTypeSizeInChars
(elementType);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OSLog.h
91
Size(Ctx.
getTypeSizeInChars
(Ctx.IntTy)), Flags(flags) {}
ASTContext.h
2180
CharUnits
getTypeSizeInChars
(QualType T) const;
2181
CharUnits
getTypeSizeInChars
(const Type *T) const;
2186
return
getTypeSizeInChars
(Ty);
/src/external/apache2/llvm/dist/clang/lib/Frontend/
InterfaceStubFunctionsConsumer.cpp
317
<< context.
getTypeSizeInChars
(VD).getQuantity();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp
748
unsigned Size = Context.
getTypeSizeInChars
(T).getQuantity();
751
Type = Context.
getTypeSizeInChars
(ATy->getElementType()).getQuantity();
Completed in 113 milliseconds
1
2
3
Indexes created Tue Aug 04 00:24:20 UTC 2026