Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DEnumeratedArrayTest.cpp36 EnumeratedArray<bool, Colors> Array2(true); in TEST() local
H A DArrayRefTest.cpp56 ArrayRef<uint16_t> Array2 = makeArrayRef(Words2, 5); in TEST() local
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dkindof.m468 @interface Array2<T1, T2, T3> : NSObject interface
471 @interface Array2<T, T, __kindof I1*>(extensions2) // expected-error{{expected type parameter name}… interface in extensions2
/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp589 const ArrayType *Array2) { in IsArrayStructurallyEquivalent()
755 const auto *Array2 = cast<ConstantArrayType>(T2); in IsStructurallyEquivalent() local
772 const auto *Array2 = cast<VariableArrayType>(T2); in IsStructurallyEquivalent() local
785 const auto *Array2 = cast<DependentSizedArrayType>(T2); in IsStructurallyEquivalent() local
H A DExpr.cpp4076 const auto *Array2 = dyn_cast<ArraySubscriptExpr>(E2); in isSameComparisonOperand() local
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Downing-memory.cpp331 HeapArray<int> Array2(100); in test_inner_template() local