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

1 2

  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 374 slangAssert(!T->isArrayType() &&
434 if (!T || !T->isArrayType()) {
457 slangAssert(BaseType->isArrayType());
583 if (BaseType->isArrayType()) {
619 if (T->isArrayType()) {
674 slangAssert(!BaseType->isArrayType());
697 bool IsArrayType = false;
701 while (FT && FT->isArrayType()) {
703 IsArrayType = true;
725 if (IsArrayType) {
    [all...]
slang_rs_export_type.cpp 127 if (ElementType->isArrayType()) {
279 if (PointeeType->isArrayType() ||
833 while (T && T->isArrayType()) {
851 while (FT && FT->isArrayType()) {
871 while (FT && FT->isArrayType()) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 321 if (originalTy->isArrayType()) {
RegionStore.cpp     [all...]
ExprEngineC.cpp 500 if (T->isArrayType() || T->isRecordType() || T->isVectorType()) {
  /external/clang/lib/AST/
MicrosoftMangle.cpp 239 } else if (Ty->isArrayType()) {
    [all...]
Type.cpp 56 else if (ty->isArrayType())
    [all...]
ExprClassification.cpp 574 if (CT->isArrayType())
ExprConstant.cpp 102 if (Type->isArrayType()) {
    [all...]
ASTContext.cpp     [all...]
ExprCXX.cpp 678 SubExpr->getType()->isArrayType()) &&
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 408 else if (QT->isArrayType())
833 if (Ty->isArrayType()) {
    [all...]
SemaInit.cpp 527 if (T->isArrayType())
561 if (!AllowBraceElision && (T->isArrayType() || T->isRecordType()))
576 if (T->isArrayType() || T->isRecordType()) {
608 if (!ExprTy->isArrayType())
642 CurrentObjectType->isArrayType()? 0 :
697 } else if (DeclType->isArrayType()) {
    [all...]
JumpDiagnostics.cpp 189 } else if (VD->getType()->isArrayType()) {
SemaExpr.cpp 323 else if (Ty->isArrayType()) {
    [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplate.cpp 657 else if (T->isArrayType())
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 793 (Ty->isArrayType() || Ty->isRecordType()) &&
    [all...]
CGExprAgg.cpp     [all...]
CGExpr.cpp 294 assert(!ObjCARCReferenceLifetimeType->isArrayType());
305 assert(!ObjCARCReferenceLifetimeType->isArrayType());
    [all...]
CodeGenFunction.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 285 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isArrayType)
Type.h     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 309 if (T->isArrayType())

Completed in 268 milliseconds

1 2