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

1 2

  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 371 slangAssert(!T->isArrayType() &&
433 if (!T || !T->isArrayType()) {
456 slangAssert(BaseType->isArrayType());
583 if (BaseType->isArrayType()) {
619 if (T->isArrayType()) {
674 slangAssert(!BaseType->isArrayType());
698 bool IsArrayType = false;
702 while (FT && FT->isArrayType()) {
704 IsArrayType = true;
726 if (IsArrayType) {
    [all...]
slang_rs_export_type.cpp 126 if (ElementType->isArrayType()) {
278 if (PointeeType->isArrayType() ||
897 while (T && T->isArrayType()) {
922 while (FT && FT->isArrayType()) {
942 while (FT && FT->isArrayType()) {
    [all...]
slang_rs_backend.cpp 117 if (QT->isArrayType()) {
  /external/clang/lib/AST/
ExprClassification.cpp 80 if (T->isArrayType())
596 if (CT->isArrayType())
ASTDiagnostic.cpp     [all...]
Type.cpp 57 else if (ty->isArrayType())
    [all...]
ExprCXX.cpp 61 else if (QT->isArrayType())
729 SubExpr->getType()->isArrayType()) &&
    [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp 121 if (Type->isArrayType()) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
ExprEngineC.cpp 427 if (CL->isGLValue() || CL->getType()->isArrayType())
584 (T->isArrayType() || T->isRecordType() || T->isVectorType() ||
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 361 while (Type.getNonReferenceType()->isArrayType()) {
SemaStmtAsm.cpp 416 if (T->isArrayType()) {
SemaExprCXX.cpp     [all...]
SemaInit.cpp 613 if (T->isArrayType())
659 if (T->isArrayType() || T->isRecordType()) {
688 if (!ExprTy->isArrayType())
723 CurrentObjectType->isArrayType()? 0 :
779 } else if (DeclType->isArrayType()) {
    [all...]
JumpDiagnostics.cpp 187 if (T->isArrayType())
SemaExceptionSpec.cpp 51 if (T->isArrayType())
    [all...]
SemaExpr.cpp 449 else if (Ty->isArrayType()) {
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 854 if (D.getInit() && (Ty->isArrayType() || Ty->isRecordType()) &&
    [all...]
CGExprAgg.cpp     [all...]
CGExpr.cpp 210 assert(!ObjCARCReferenceLifetimeType->isArrayType());
261 if (E->getType()->isArrayType()) {
    [all...]
CGExprConstant.cpp 804 if (ILE->getType()->isArrayType())
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 286 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isArrayType)
Type.h     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 370 if (T->isArrayType())

Completed in 398 milliseconds

1 2