Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaObjC/
H A Dwarn-loop-analysis.m4 @interface MyArray interface
/llvm-project/libcxx/test/std/containers/sequences/array/
H A Dsize_and_alignment.compile.pass.cpp33 struct MyArray { global() struct
44 elemsMyArray test_type() argument
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dinfinite-loop.mm104 @interface MyArray { interface
114 @implementation MyArray implementation
/llvm-project/clang/test/Analysis/
H A Dmalloc.m38 @interface MyArray : NSObject { interface
H A Dosobject-retain-release.cpp48 struct MyArray : public OSArray { struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-bounds-constant-array-index.cpp51 using MyArray = std::array<int, 10>; in f() typedef
107 using MyArray = DerivedArray<int, 10>; in f_derived() typedef
/llvm-project/clang/test/Index/
H A Dcomplete-kvc.m21 @interface MyArray : NSMutableArray interface
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-extra.cpp477 struct MyArray { struct