Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
Dkindof.m408 @interface Array2<T1, T2, T3> : NSObject interface
411 @interface Array2<T, T, __kindof I1*>(extensions2) // expected-error{{expected type parameter name}… interface in extensions2
/external/swiftshader/third_party/subzero/crosstest/
Dtest_global.cpp37 double Array2[3]; member
/external/llvm/unittests/ADT/
DArrayRefTest.cpp41 ArrayRef<uint16_t> Array2 = makeArrayRef(Words2, 5); in TEST() local
/external/clang/lib/AST/
DASTImporter.cpp452 const ArrayType *Array2) { in IsArrayStructurallyEquivalent()
563 const ConstantArrayType *Array2 = cast<ConstantArrayType>(T2); in IsStructurallyEquivalent() local
581 const VariableArrayType *Array2 = cast<VariableArrayType>(T2); in IsStructurallyEquivalent() local
594 const DependentSizedArrayType *Array2 = cast<DependentSizedArrayType>(T2); in IsStructurallyEquivalent() local