OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConstantArrayType
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
3410
///
getConstantArrayType
- Return the unique reference to the type for an
3412
QualType ASTContext::
getConstantArrayType
(QualType EltTy,
3445
Canon =
getConstantArrayType
(QualType(canonSplit.Ty, 0), ArySize, nullptr,
3557
result =
getConstantArrayType
(
5746
return
getConstantArrayType
(unqualElementType, CAT->getSize(),
6118
return cast<ArrayType>(
getConstantArrayType
(NewEltTy, CAT->getSize(),
8106
= Context->
getConstantArrayType
(VaListTagTypedefType,
8160
QualType VaListTagArrayType = Context->
getConstantArrayType
(
8168
QualType IntArrayType = Context->
getConstantArrayType
(
8263
QualType VaListTagArrayType = Context->
getConstantArrayType
(
[
all
...]
Type.cpp
957
return Ctx.
getConstantArrayType
(elementType, T->getSize(), T->getSizeExpr(),
ExprConstant.cpp
6623
QualType AllocType = Info.Ctx.
getConstantArrayType
(ElemType, Size, nullptr,
9449
AllocType = Info.Ctx.
getConstantArrayType
(AllocType, ArrayBound, nullptr,
ASTImporter.cpp
1162
return Importer.getToContext().
getConstantArrayType
(
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp
196
Type = C.
getConstantArrayType
(Type, ArraySize, nullptr, ArrayType::Normal,
3781
C.
getConstantArrayType
(C.VoidPtrTy, ArraySize, nullptr, ArrayType::Normal,
4597
QualType SubTy = C.
getConstantArrayType
(
4624
QualType SubTy = C.
getConstantArrayType
(
4658
C.
getConstantArrayType
(StaticTy, Size1, nullptr, ArrayType::Normal,
4662
C.
getConstantArrayType
(Arr1Ty, Size2, nullptr, ArrayType::Normal,
CGOpenMPRuntime.cpp
2469
QualType CopyprivateArrayTy = C.
getConstantArrayType
(
4415
KmpTaskAffinityInfoArrayTy = C.
getConstantArrayType
(
4910
KmpDependInfoArrayTy = C.
getConstantArrayType
(
4990
QualType KmpDependInfoArrayTy = C.
getConstantArrayType
(
5599
C.
getConstantArrayType
(C.VoidPtrTy, ArraySize, nullptr, ArrayType::Normal,
6077
QualType ArrayRDType = C.
getConstantArrayType
(
9236
C.
getConstantArrayType
(DimTy, Size, nullptr, ArrayType::Normal, 0);
9322
QualType PointerArrayType = Ctx.
getConstantArrayType
(
9340
QualType SizeArrayType = Ctx.
getConstantArrayType
(
11853
C.
getConstantArrayType
(KmpDimTy, Size, nullptr, ArrayType::Normal, 0)
[
all
...]
CGObjC.cpp
149
= Context.
getConstantArrayType
(ElementType, APNumElements, nullptr,
1748
getContext().
getConstantArrayType
(getContext().getObjCIdType(),
CGAtomic.cpp
106
C.
getConstantArrayType
(C.CharTy, Size, nullptr, ArrayType::Normal,
CGDebugInfo.cpp
3591
T = CGM.getContext().
getConstantArrayType
(ET, ConstVal, nullptr,
4222
FType = CGM.getContext().
getConstantArrayType
(
CGStmtOpenMP.cpp
4617
QualType BaseAndPointerAndMapperType = getContext().
getConstantArrayType
(
4624
QualType SizesType = getContext().
getConstantArrayType
(
CodeGenModule.cpp
5234
Context.
getConstantArrayType
(Context.UnsignedLongTy,
CGBuiltin.cpp
4743
QualType SizeArrayTy = getContext().
getConstantArrayType
(
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp
206
DeclT = S.Context.
getConstantArrayType
(IAT->getElementType(),
1981
DeclType = SemaRef.Context.
getConstantArrayType
(
3889
QualType ArrayType = S.Context.
getConstantArrayType
(
8681
*ResultType = S.Context.
getConstantArrayType
(
8933
QualType ArrayType = S.Context.
getConstantArrayType
(
Sema.cpp
1198
QualType T = Context.
getConstantArrayType
(ArrayT->getElementType(), One,
SemaExprCXX.cpp
2303
InitType = Context.
getConstantArrayType
(
6575
return Ctx.
getConstantArrayType
(T, CAT->getSize(), nullptr,
SemaType.cpp
2505
T = Context.
getConstantArrayType
(T, ConstVal, ArraySize, ASM, Quals);
6911
return C.
getConstantArrayType
(New, CAT->getSize(), CAT->getSizeExpr(),
SemaExprObjC.cpp
70
QualType StrTy = Context.
getConstantArrayType
(
SemaExpr.cpp
3491
ResTy = Context.
getConstantArrayType
(ResTy, LengthI, nullptr,
3498
ResTy = Context.
getConstantArrayType
(ResTy, LengthI, nullptr,
3739
QualType StrTy = Context.
getConstantArrayType
(
SemaDecl.cpp
5997
QualType FoldedArrayType = Context.
getConstantArrayType
(
SemaOpenMP.cpp
16653
PrivateTy = Context.
getConstantArrayType
(PrivateTy, Size, nullptr,
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1356
QualType
getConstantArrayType
(QualType EltTy, const llvm::APInt &ArySize,
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
600
QualType StrType = Context->
getConstantArrayType
(
RewriteObjC.cpp
500
QualType StrType = Context->
getConstantArrayType
(
Completed in 196 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026