HomeSort by relevance Sort by last modified time
    Searched refs:ConstantArrayType (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 65 if (const ConstantArrayType *ArrayTy =
PaddingChecker.cpp 103 if (const ConstantArrayType *CArrTy = dyn_cast<ConstantArrayType>(ArrTy))
  /frameworks/compile/slang/
slang_rs_export_type.cpp 209 const clang::ConstantArrayType *CAT,
404 const clang::ConstantArrayType *CAT =
405 static_cast<const clang::ConstantArrayType*>(CTI);
651 const clang::ConstantArrayType *CAT = static_cast<const clang::ConstantArrayType*>(CTI);
    [all...]
slang_rs_export_type.h 62 inline const clang::Type* GetConstantArrayElementType(const clang::ConstantArrayType *T) {
521 const clang::ConstantArrayType *CAT);
slang_rs_object_ref_count.cpp 336 const clang::ConstantArrayType *CAT =
337 static_cast<const clang::ConstantArrayType *>(T);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 537 const ConstantArrayType *A = cast<ConstantArrayType>(Ty);
737 if (const auto *CAT = dyn_cast<ConstantArrayType>(AT))
CGExprCXX.cpp 474 if (const ConstantArrayType *arrayType
583 while (const ConstantArrayType *CAT
    [all...]
CGExprConstant.cpp     [all...]
TargetInfo.cpp 366 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
461 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
    [all...]
CGClass.cpp 612 const ConstantArrayType *Array = CGF.getContext().getAsConstantArrayType(T);
719 const ConstantArrayType *Array
    [all...]
CodeGenFunction.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 613 ET = cast<ConstantArrayType> (TP)->getElementType();
645 result = cast<ConstantArrayType> (TP)->getSize().getSExtValue();
665 ET = cast<ConstantArrayType> (TP)->getElementType();
691 result = cast<ConstantArrayType> (TP)->getSize().getSExtValue();
  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 112 EXPECT_EQ("ConstantArrayType", DNT<ConstantArrayType>().asStringRef());
  /external/clang/lib/Sema/
SemaInit.cpp 61 if (!isa<ConstantArrayType>(AT) && !isa<IncompleteArrayType>(AT))
153 cast<ConstantArrayType>(Str->getType()->getAsArrayTypeUnsafe());
168 const ConstantArrayType *CAT = cast<ConstantArrayType>(AT);
633 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType))
737 if (const ConstantArrayType *CAT =
    [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
TypePrinter.cpp 429 void TypePrinter::printConstantArrayBefore(const ConstantArrayType *T,
435 void TypePrinter::printConstantArrayAfter(const ConstantArrayType *T,
    [all...]
ExprConstant.cpp 123 const ConstantArrayType *CAT =
124 cast<ConstantArrayType>(Ctx.getAsArrayType(Type));
239 void addArrayUnchecked(const ConstantArrayType *CAT) {
    [all...]
ASTImporter.cpp 49 QualType VisitConstantArrayType(const ConstantArrayType *T);
507 const ConstantArrayType *Array1 = cast<ConstantArrayType>(T1);
508 const ConstantArrayType *Array2 = cast<ConstantArrayType>(T2);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 102 mutable llvm::FoldingSet<ConstantArrayType> ConstantArrayTypes;
    [all...]
CanonicalType.h 443 template<> struct CanProxyAdaptor<ConstantArrayType>;
Type.h     [all...]
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 432 if (const ConstantArrayType *CAT = Ctx.getAsConstantArrayType(RawQT)) {
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 109 milliseconds

1 2 3