Searched defs:Array2 (Results 1 – 11 of 11) sorted by relevance
| /external/llvm-project/llvm/unittests/ADT/ |
| D | EnumeratedArrayTest.cpp | 36 EnumeratedArray<bool, Colors> Array2(true); in TEST() local
|
| D | ArrayRefTest.cpp | 56 ArrayRef<uint16_t> Array2 = makeArrayRef(Words2, 5); in TEST() local
|
| /external/clang/test/SemaObjC/ |
| D | kindof.m | 408 @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/llvm-project/clang/test/SemaObjC/ |
| D | kindof.m | 468 @interface Array2<T1, T2, T3> : NSObject interface 471 @interface Array2<T, T, __kindof I1*>(extensions2) // expected-error{{expected type parameter name}… interface in extensions2
|
| /external/swiftshader/third_party/subzero/crosstest/ |
| D | test_global.cpp | 37 double Array2[3]; member
|
| /external/llvm-project/clang/lib/AST/ |
| D | ASTStructuralEquivalence.cpp | 569 const ArrayType *Array2) { in IsArrayStructurallyEquivalent() 735 const auto *Array2 = cast<ConstantArrayType>(T2); in IsStructurallyEquivalent() local 752 const auto *Array2 = cast<VariableArrayType>(T2); in IsStructurallyEquivalent() local 765 const auto *Array2 = cast<DependentSizedArrayType>(T2); in IsStructurallyEquivalent() local
|
| D | Expr.cpp | 3899 const auto *Array2 = dyn_cast<ArraySubscriptExpr>(E2); in isSameComparisonOperand() local
|
| /external/llvm/unittests/ADT/ |
| D | ArrayRefTest.cpp | 41 ArrayRef<uint16_t> Array2 = makeArrayRef(Words2, 5); in TEST() local
|
| /external/freetype/src/otvalid/ |
| D | otvgpos.c | 112 FT_UInt Array1, Array2; in otv_u_O_O_u_O_O() local
|
| /external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
| D | cppcoreguidelines-owning-memory.cpp | 338 HeapArray<int> Array2(100); in test_inner_template() local
|
| /external/clang/lib/AST/ |
| D | ASTImporter.cpp | 452 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
|