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

1 2 3

  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 65 if (const ConstantArrayType *ArrayTy =
  /frameworks/compile/slang/
slang_rs_export_type.cpp 194 const clang::ConstantArrayType *CAT,
371 const clang::ConstantArrayType *CAT =
372 static_cast<const clang::ConstantArrayType*>(CTI);
596 const clang::ConstantArrayType *CAT = static_cast<const clang::ConstantArrayType*>(CTI);
836 static_cast<const clang::ConstantArrayType*>(CTI));
    [all...]
slang_rs_export_type.h 62 inline const clang::Type* GetConstantArrayElementType(const clang::ConstantArrayType *T) {
487 const clang::ConstantArrayType *CAT);
slang_rs_object_ref_count.cpp 423 const clang::ConstantArrayType *CAT =
424 static_cast<const clang::ConstantArrayType *>(T);
    [all...]
  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 73 EXPECT_EQ("ConstantArrayType", DNT<ConstantArrayType>().asStringRef());
  /external/clang/tools/libclang/
CXType.cpp 609 ET = cast<ConstantArrayType> (TP)->getElementType();
641 result = cast<ConstantArrayType> (TP)->getSize().getSExtValue();
661 ET = cast<ConstantArrayType> (TP)->getElementType();
687 result = cast<ConstantArrayType> (TP)->getSize().getSExtValue();
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp 49 QualType VisitConstantArrayType(const ConstantArrayType *T);
462 const ConstantArrayType *Array1 = cast<ConstantArrayType>(T1);
463 const ConstantArrayType *Array2 = cast<ConstantArrayType>(T2);
    [all...]
ExprConstant.cpp 122 const ConstantArrayType *CAT =
123 cast<ConstantArrayType>(Ctx.getAsArrayType(Type));
223 void addArrayUnchecked(const ConstantArrayType *CAT) {
    [all...]
TypePrinter.cpp 425 void TypePrinter::printConstantArrayBefore(const ConstantArrayType *T,
431 void TypePrinter::printConstantArrayAfter(const ConstantArrayType *T,
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 449 const ConstantArrayType *A = cast<ConstantArrayType>(Ty);
CGExprCXX.cpp 393 if (const ConstantArrayType *arrayType
505 while (const ConstantArrayType *CAT
779 if (const ConstantArrayType *CAT = dyn_cast_or_null<ConstantArrayType>(
    [all...]
CGExprConstant.cpp 842 const ConstantArrayType *CAT = cast<ConstantArrayType>(T);
    [all...]
CodeGenFunction.cpp     [all...]
CGClass.cpp 477 const ConstantArrayType *Array = CGF.getContext().getAsConstantArrayType(T);
564 const ConstantArrayType *Array
    [all...]
CGObjCMac.cpp     [all...]
TargetInfo.cpp 166 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
261 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
636 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty))
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 61 if (!isa<ConstantArrayType>(AT) && !isa<IncompleteArrayType>(AT))
153 cast<ConstantArrayType>(Str->getType())->getSize().getZExtValue();
168 const ConstantArrayType *CAT = cast<ConstantArrayType>(AT);
572 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType))
658 if (const ConstantArrayType *CAT =
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 91 mutable llvm::FoldingSet<ConstantArrayType> ConstantArrayTypes;
    [all...]
CanonicalType.h 516 template<> struct CanProxyAdaptor<ConstantArrayType>;
DataRecursiveASTVisitor.h     [all...]
Type.h     [all...]
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 421 if (const ConstantArrayType *CAT = Ctx.getAsConstantArrayType(RawQT)) {
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 240 element_type_ptr->SetClangType (m_ast, cast<ConstantArrayType>(qual_type)->getElementType());
242 *size = cast<ConstantArrayType>(qual_type)->getSize().getLimitedValue(ULLONG_MAX);
334 length = cast<ConstantArrayType>(GetCanonicalQualType().getTypePtr())->getSize().getLimitedValue();
    [all...]

Completed in 433 milliseconds

1 2 3