Home
last modified time | relevance | path

Searched defs:Array1 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dtest_global.cpp35 int Array1[5]; member
41 int Array1[3]; member
/external/clang/test/SemaObjC/
Dkindof.m399 @interface Array1<T> : NSObject interface
405 @interface Array1<__kindof I1*>(extensions1) // expected-error{{expected type parameter name}} interface in extensions1
/external/llvm/unittests/ADT/
DArrayRefTest.cpp39 ArrayRef<uint16_t> Array1 = makeArrayRef(Words1, 4); in TEST() local
/external/clang/lib/AST/
DASTImporter.cpp451 const ArrayType *Array1, in IsArrayStructurallyEquivalent()
562 const ConstantArrayType *Array1 = cast<ConstantArrayType>(T1); in IsStructurallyEquivalent() local
580 const VariableArrayType *Array1 = cast<VariableArrayType>(T1); in IsStructurallyEquivalent() local
593 const DependentSizedArrayType *Array1 = cast<DependentSizedArrayType>(T1); in IsStructurallyEquivalent() local