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

1 2

  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 57 EXPECT_EQ("ConstantArrayType", DNT<ConstantArrayType>().asStringRef());
  /frameworks/compile/slang/
slang_rs_export_type.cpp 119 const clang::ConstantArrayType *CAT,
303 const clang::ConstantArrayType *CAT =
304 UNSAFE_CAST_TYPE(const clang::ConstantArrayType, T);
527 const clang::ConstantArrayType *CAT =
528 UNSAFE_CAST_TYPE(const clang::ConstantArrayType, T);
765 UNSAFE_CAST_TYPE(const clang::ConstantArrayType, T));
    [all...]
slang_rs_export_type.h 462 const clang::ConstantArrayType *CAT);
slang_rs_object_ref_count.cpp 437 const clang::ConstantArrayType *CAT =
438 static_cast<const clang::ConstantArrayType *>(T);
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 597 ET = cast<ConstantArrayType> (TP)->getElementType();
629 result = cast<ConstantArrayType> (TP)->getSize().getSExtValue();
649 ET = cast<ConstantArrayType> (TP)->getElementType();
675 result = cast<ConstantArrayType> (TP)->getSize().getSExtValue();
RecursiveASTVisitor.h 799 DEF_TRAVERSE_TYPE(ConstantArrayType, {
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp 49 QualType VisitConstantArrayType(const ConstantArrayType *T);
461 const ConstantArrayType *Array1 = cast<ConstantArrayType>(T1);
462 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) {
853 void addArray(EvalInfo &Info, const Expr *E, const ConstantArrayType *CAT) {
    [all...]
MicrosoftMangle.cpp     [all...]
TypePrinter.cpp 423 void TypePrinter::printConstantArrayBefore(const ConstantArrayType *T,
429 void TypePrinter::printConstantArrayAfter(const ConstantArrayType *T,
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 451 const ConstantArrayType *A = cast<ConstantArrayType>(Ty);
CodeGenFunction.cpp     [all...]
CGExprConstant.cpp 857 const ConstantArrayType *CAT = cast<ConstantArrayType>(E->getType());
    [all...]
CGClass.cpp 475 const ConstantArrayType *Array = CGF.getContext().getAsConstantArrayType(T);
564 const ConstantArrayType *Array
    [all...]
CGExprCXX.cpp 480 if (const ConstantArrayType *arrayType
593 while (const ConstantArrayType *CAT
    [all...]
TargetInfo.cpp 170 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
270 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) {
631 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty))
    [all...]
CGObjCMac.cpp     [all...]
CGExpr.cpp 589 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT)) {
628 if (const ConstantArrayType *CAT = dyn_cast<ConstantArrayType>(AT))
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 90 mutable llvm::FoldingSet<ConstantArrayType> ConstantArrayTypes;
    [all...]
CanonicalType.h 517 template<> struct CanProxyAdaptor<ConstantArrayType>;
RecursiveASTVisitor.h     [all...]
Type.h     [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);
486 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType))
584 if (const ConstantArrayType *CAT =
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 1277 milliseconds

1 2