Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dcrash-GH67914.cpp46 using Array1 = conditional_t< IsMask_, void, Array< Value_, 16 > >; // expected-warning 0+ {{}} typedef
/llvm-project/llvm/unittests/ADT/
H A DEnumeratedArrayTest.cpp29 EnumeratedArray<float, Colors, Colors::Last, size_t> Array1; in TEST() local
H A DArrayRefTest.cpp47 ArrayRef<uint16_t> Array1 = ArrayRef(Words1, 4); in TEST() local
/llvm-project/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/clang/lib/AST/
H A DASTStructuralEquivalence.cpp733 IsArrayStructurallyEquivalent(StructuralEquivalenceContext & Context,const ArrayType * Array1,const ArrayType * Array2) IsArrayStructurallyEquivalent() argument
900 const auto *Array1 = cast<ConstantArrayType>(T1); IsStructurallyEquivalent() local
917 const auto *Array1 = cast<VariableArrayType>(T1); IsStructurallyEquivalent() local
930 const auto *Array1 = cast<DependentSizedArrayType>(T1); IsStructurallyEquivalent() local
[all...]
H A DExpr.cpp4244 const auto *Array1 = dyn_cast<ArraySubscriptExpr>(E1); isSameComparisonOperand() local
/llvm-project/llvm/unittests/Support/
H A DHashBuilderTest.cpp222 llvm::ArrayRef<int> Array1(&Values[0], 1); in TYPED_TEST() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Downing-memory.cpp332 HeapArray<int> Array1; in test_inner_template() local