Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
Dkindof.m307 @interface Array1<T> : NSObject interface
313 @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/v8/test/cctest/
Dtypes-fuzz.h200 TypeHandle Array1(TypeHandle element) { in Array1() function
/external/clang/lib/AST/
DASTImporter.cpp396 const ArrayType *Array1, in IsArrayStructurallyEquivalent()
507 const ConstantArrayType *Array1 = cast<ConstantArrayType>(T1); in IsStructurallyEquivalent() local
525 const VariableArrayType *Array1 = cast<VariableArrayType>(T1); in IsStructurallyEquivalent() local
538 const DependentSizedArrayType *Array1 = cast<DependentSizedArrayType>(T1); in IsStructurallyEquivalent() local