Searched refs:isArrayType (Results 1 - 25 of 64) sorted by relevance

123

/external/deqp/framework/opengl/
H A DgluVarType.hpp59 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } function in class:glu::VarType
65 const VarType& getElementType (void) const { DE_ASSERT(isArrayType()); return *m_data.array.elementType; }
66 int getArraySize (void) const { DE_ASSERT(isArrayType()); return m_data.array.size; }
H A DgluVarTypeUtil.hpp259 DE_ASSERT(parentType.isArrayType());
303 else if (curType.isArrayType())
330 if (!curType->isArrayType() || (curType->getArraySize() != VarType::UNSIZED_ARRAY && !de::inBounds(pathIter->index, 0, curType->getArraySize())))
H A DgluVarTypeUtil.cpp135 if (curType.isArrayType())
H A DgluVarType.cpp363 while (curType->isArrayType())
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinition.cpp62 if (varType.isArrayType())
139 else if (varType.isArrayType())
181 else if (varType.isArrayType())
200 else if (varType.isArrayType())
303 if (type.isArrayType())
H A Des31fProgramInterfaceDefinitionUtil.cpp90 else if (type.isArrayType())
166 else if (type.isArrayType())
277 else if (varType.isArrayType())
343 else if (varType.isArrayType())
413 else if (type.isArrayType() && tokenizer.getToken() == glu::VarTokenizer::TOKEN_LEFT_BRACKET)
522 else if (complexType.isArrayType())
592 else if (complexType.isArrayType())
615 else if (complexType.isArrayType())
767 else if (type.isArrayType())
914 const int locationSlotsTaken = (shader->getDefaultBlock().variables[ndx].varType.isArrayType())
[all...]
H A Des31fProgramInterfaceQueryTestCase.cpp102 else if (type.isArrayType())
415 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType();
473 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType();
746 else if (type.isArrayType())
762 else if (path[startNdx].getVariableType()->isArrayType())
910 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType();
1245 if (!path[1].getDeclaration()->varType.isArrayType())
1292 if (!path[1].getDeclaration()->varType.isArrayType())
1430 const int arraySize = (path.back().getVariableType()->isArrayType()) ? (path.back().getVariableType()->getArraySize()) : (1);
1518 const glu::VarType& elementType = (variable.isArrayType())
[all...]
H A Des31fSSBOLayoutCase.cpp391 else if (type.isArrayType())
432 else if (type.isArrayType())
517 else if (type.isArrayType())
569 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
594 if (varType.isArrayType())
659 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
879 else if (type.isArrayType())
1131 if (curType.isArrayType())
1215 if (curType.isArrayType())
1574 if (curType.isArrayType())
[all...]
H A Des31fProgramUniformTests.cpp222 else if (type.isArrayType())
243 else if (type.isArrayType())
258 else if (type.isArrayType())
1012 else if (varType.isArrayType())
H A Des31fTextureMultisampleTests.cpp1842 bool isArrayType;
1855 if (types[m_iteration].isArrayType && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_storage_multisample_2d_array"))
1869 if (types[m_iteration].isArrayType)
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp82 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } function in class:deqp::gls::ub::VarType
H A DglsUniformBlockCase.cpp433 else if (type.isArrayType())
510 else if (type.isArrayType())
560 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
757 else if (type.isArrayType())
862 else if (type.isArrayType())
866 while (curType->isArrayType())
1002 if (type.isBasicType() || (type.isArrayType() && type.getElementType().isBasicType()))
1005 bool isArray = type.isArrayType();
1028 else if (type.isArrayType())
/external/clang/lib/AST/
H A DExprClassification.cpp80 if (T->isArrayType())
609 if (CT->isArrayType())
H A DType.cpp57 else if (ty->isArrayType())
1030 if ((*this)->isArrayType())
1087 if ((*this)->isArrayType())
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1314 if (RTy->isArrayType()) {
1900 if (Ty->isArrayType())
1935 else if (T->isStructureOrClassType() || T->isArrayType()) {
2000 else if (ElementTy->isArrayType())
2045 if (ElemType->isArrayType())
2144 if (FTy->isArrayType())
H A DExprEngineC.cpp436 if (CL->isGLValue() || CL->getType()->isArrayType())
596 (T->isArrayType() || T->isRecordType() || T->isVectorType() ||
/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp416 if (T->isArrayType()) {
H A DSemaExprCXX.cpp933 if (Ty->isArrayType()) {
1462 if (ResultType->isArrayType() || ArraySize) {
2360 if (Pointee->isArrayType() && !ArrayForm) {
2465 else if (T->isArrayType())
3244 return T->isArrayType();
3817 if (RhsT->isFunctionType() || RhsT->isArrayType())
3942 if (T->isArrayType()) {
3966 if (T->isArrayType()) {
3978 if (Matched && T->isArrayType()) {
H A DSemaInit.cpp690 if (T->isArrayType())
736 if (T->isArrayType() || T->isRecordType()) {
769 if (!ExprTy->isArrayType())
804 CurrentObjectType->isArrayType()? 0 :
860 } else if (DeclType->isArrayType()) {
925 ElemType->isArrayType()) && "Unexpected type");
2376 if (!ResultType->isArrayType())
3914 (InitCategory.isPRValue() && T2->isArrayType()))) {
4665 Initializer->getType()->isArrayType()) {
5568 if (ILE->getType()->isArrayType()) {
[all...]
H A DSemaOpenMP.cpp392 while (Type->isArrayType()) {
500 if (Type->isArrayType())
2440 while (Type.getNonReferenceType()->isArrayType()) {
2795 while (Type.getNonReferenceType()->isArrayType())
3056 if (Type.getNonReferenceType()->isArrayType()) {
3397 if (!Ty || (!Ty->isDependentType() && !Ty->isArrayType() &&
/external/clang/lib/CodeGen/
H A DCGDecl.cpp859 if (D.getInit() && (Ty->isArrayType() || Ty->isRecordType()) &&
1224 assert(!type->isArrayType());
1423 assert(!type->isArrayType());
H A DCGExpr.cpp212 assert(!ObjCARCReferenceLifetimeType->isArrayType());
263 if (E->getType()->isArrayType()) {
1662 LV.setObjCArray(E->getType()->isArrayType());
1673 LV.setObjCArray(E->getType()->isArrayType());
1733 LV.setObjCArray(E->getType()->isArrayType());
2361 assert(Array->getType()->isArrayType() &&
/external/clang/include/clang/AST/
H A DCanonicalType.h285 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isArrayType)
H A DType.h1537 bool isArrayType() const;
4855 return isArrayType() ||
4915 inline bool Type::isArrayType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
5152 return isFunctionType() || isArrayType();
5191 template <typename T, bool isArrayType = (std::is_same<T, ArrayType>::value ||
/external/clang/lib/ARCMigrate/
H A DTransforms.cpp375 if (T->isArrayType())

Completed in 2519 milliseconds

123