Searched defs:Array1 (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/test/SemaCXX/ |
H A D | crash-GH67914.cpp | 46 using Array1 = conditional_t< IsMask_, void, Array< Value_, 16 > >; // expected-warning 0+ {{}} typedef
|
/llvm-project/llvm/unittests/ADT/ |
H A D | EnumeratedArrayTest.cpp | 29 EnumeratedArray<float, Colors, Colors::Last, size_t> Array1; in TEST() local
|
H A D | ArrayRefTest.cpp | 47 ArrayRef<uint16_t> Array1 = ArrayRef(Words1, 4); in TEST() local
|
/llvm-project/clang/test/SemaObjC/ |
H A D | kindof.m | 459 @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 D | ASTStructuralEquivalence.cpp | 733 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 D | Expr.cpp | 4244 const auto *Array1 = dyn_cast<ArraySubscriptExpr>(E1); isSameComparisonOperand() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | HashBuilderTest.cpp | 222 llvm::ArrayRef<int> Array1(&Values[0], 1); in TYPED_TEST() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | owning-memory.cpp | 332 HeapArray<int> Array1; in test_inner_template() local
|