Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DEnumeratedArrayTest.cpp26 EnumeratedArray<float, Colors, Colors::Last, size_t> Array1; in TEST() local
H A DArrayRefTest.cpp54 ArrayRef<uint16_t> Array1 = makeArrayRef(Words1, 4); in TEST() local
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dkindof.m459 @interface Array1<T> : NSObject interface
465 @interface Array1<__kindof I1*>(extensions1) // expected-error{{expected type parameter name}} interface in extensions1
/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp588 const ArrayType *Array1, in IsArrayStructurallyEquivalent()
754 const auto *Array1 = cast<ConstantArrayType>(T1); in IsStructurallyEquivalent() local
771 const auto *Array1 = cast<VariableArrayType>(T1); in IsStructurallyEquivalent() local
784 const auto *Array1 = cast<DependentSizedArrayType>(T1); in IsStructurallyEquivalent() local
H A DExpr.cpp4075 const auto *Array1 = dyn_cast<ArraySubscriptExpr>(E1); in isSameComparisonOperand() local
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Downing-memory.cpp330 HeapArray<int> Array1; in test_inner_template() local
/llvm-project-15.0.7/llvm/unittests/Support/
H A DHashBuilderTest.cpp221 llvm::ArrayRef<int> Array1(&Values[0], 1); in TYPED_TEST() local