HomeSort by: relevance | last modified time | path
    Searched refs:getAsConstantArrayType (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 67 Ctx.getAsConstantArrayType(Last->getType())) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ScanfFormatString.cpp 446 if (const ConstantArrayType *CAT = Ctx.getAsConstantArrayType(RawQT)) {
ExprConstant.cpp 3378 Info.Ctx.getAsConstantArrayType(S->getType());
3397 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(
3697 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(ObjType);
6374 if (const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(T)) {
9425 auto *CAT = Info.Ctx.getAsConstantArrayType(Init->getType());
9953 Info.Ctx.getAsConstantArrayType(E->getSubExpr()->getType());
10355 Info.Ctx.getAsConstantArrayType(E->getType());
10443 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(
10558 if (const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(Type)) {
MicrosoftMangle.cpp 2866 getASTContext().getAsConstantArrayType(ElementTy);
3830 .getAsConstantArrayType(SL->getType())
RecordLayoutBuilder.cpp 442 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(T)) {
546 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(T)) {
DeclCXX.cpp 3295 const ConstantArrayType *CAT = Ctx.getAsConstantArrayType(T);
ASTContext.cpp 9815 const ConstantArrayType* LCAT = getAsConstantArrayType(LHS);
9816 const ConstantArrayType* RCAT = getAsConstantArrayType(RHS);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp 629 auto CAT = Emitter.CGM.getContext().getAsConstantArrayType(Type);
1195 auto *CAT = CGM.getContext().getAsConstantArrayType(ILE->getType());
1313 const ConstantArrayType *CAT = CGM.getContext().getAsConstantArrayType(T);
2314 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) {
CGExprCXX.cpp 673 assert(!getContext().getAsConstantArrayType(E->getType())
736 = CGF.getContext().getAsConstantArrayType(type)) {
2098 = getContext().getAsConstantArrayType(DeleteTy)) {
SwiftCallingConv.cpp 74 auto arrayType = CGM.getContext().getAsConstantArrayType(type);
TargetInfo.cpp 511 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
616 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
1357 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty))
2981 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) {
3302 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) {
5060 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) {
5097 getContext().getAsConstantArrayType(FT)) {
6801 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) {
10595 if (const ConstantArrayType *ATy = getContext().getAsConstantArrayType(Ty)) {
CGCall.cpp 910 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) {
2736 getContext().getAsConstantArrayType(OTy)) {
3322 if (const auto *ATy = Context.getAsConstantArrayType(QTy))
CGExprAgg.cpp 396 Ctx.getAsConstantArrayType(E->getSubExpr()->getType());
CGClass.cpp 663 = CGF.getContext().getAsConstantArrayType(FieldType);
CGExpr.cpp 4002 auto *CAT = C.getAsConstantArrayType(ArrayTy);
CodeGenModule.cpp 5268 const ConstantArrayType *CAT = Context.getAsConstantArrayType(E->getType());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 1677 if (auto CAT = Ctx.getAsConstantArrayType(VD->getType()))
2077 assert(Ctx.getAsConstantArrayType(R->getValueType()) &&
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 2001 = Context.getAsConstantArrayType(AllocType)) {
2336 auto *CAT = Context.getAsConstantArrayType(Initializer->getType());
5591 if (const ConstantArrayType *CAT = Self.Context.getAsConstantArrayType(T))
SemaChecking.cpp 631 Context.getAsConstantArrayType(Format->getType());
9263 S.Context.getAsConstantArrayType(FExpr->getType());
9326 const ConstantArrayType *T = Context.getAsConstantArrayType(FExpr->getType());
10270 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(Ty)) {
14532 Context.getAsConstantArrayType(BaseExpr->getType());
SemaTemplateDeduction.cpp 1731 S.Context.getAsConstantArrayType(Arg);
1736 S.Context.getAsConstantArrayType(Param);
SemaInit.cpp 979 SemaRef.Context.getAsConstantArrayType(DeclType)) {
8680 = S.Context.getAsConstantArrayType(CurInit.get()->getType())) {
SemaExprObjC.cpp 68 const ConstantArrayType *CAT = Context.getAsConstantArrayType(S->getType());
SemaDeclCXX.cpp 1490 if (auto *CAT = Context.getAsConstantArrayType(DecompType)) {
4953 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) {
13822 const ConstantArrayType *ArrayTy = S.Context.getAsConstantArrayType(T);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2540 const ConstantArrayType *getAsConstantArrayType(QualType T) const {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 1910 if (const ConstantArrayType *AT = Context->getAsConstantArrayType(QT)) {
2001 while (const ConstantArrayType *AT = Context->getAsConstantArrayType(QT)) {

Completed in 142 milliseconds

1 2