Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DEnumeratedArrayTest.cpp39 EnumeratedArray<bool, Colors> Array2(true); in TEST() local
H A DArrayRefTest.cpp49 ArrayRef<uint16_t> Array2 = ArrayRef(Words2, 5); in TEST() local
/llvm-project/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/clang/lib/AST/
H A DASTStructuralEquivalence.cpp734 IsArrayStructurallyEquivalent(StructuralEquivalenceContext & Context,const ArrayType * Array1,const ArrayType * Array2) IsArrayStructurallyEquivalent() argument
901 const auto *Array2 = cast<ConstantArrayType>(T2); IsStructurallyEquivalent() local
918 const auto *Array2 = cast<VariableArrayType>(T2); IsStructurallyEquivalent() local
931 const auto *Array2 = cast<DependentSizedArrayType>(T2); IsStructurallyEquivalent() local
[all...]
H A DExpr.cpp4245 const auto *Array2 = dyn_cast<ArraySubscriptExpr>(E2); isSameComparisonOperand() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Downing-memory.cpp333 HeapArray<int> Array2(100); in test_inner_template() local