/llvm-project/clang/test/Index/ |
H A D | complete-properties.m | 32 @interface I4 interface 36 @interface I4 () { interface in I4 37 I4 *Prop1; category 41 @implementation I4 { implementation
|
H A D | index-decls.m | 35 @interface I4 interface 41 @implementation I4 implementation
|
H A D | overrides.m | 80 @interface I4 : B4 interface
|
/llvm-project/clang/test/Parser/ |
H A D | objc-implementation-attrs.m | 27 @interface I4 @end // expected-note {{annotate}} interface 28 @implementation I4 { implementation
|
/llvm-project/clang/test/SemaObjC/ |
H A D | property-12.m | 51 @interface I4 <P4> @end interface 52 @implementation I4 implementation
|
H A D | class-proto-1.m | 36 @interface I4 : U2 <p1,p2> interface
|
/llvm-project/clang/test/SemaCXX/ |
H A D | ms-interface.cpp | 44 __interface I4 : I1, I2 { variable
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | interface-layout-64.m | 47 @interface I4 : I3 { interface 62 @implementation I4 implementation
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | message.mm | 53 @interface I4 : I3 interface 62 @implementation I4 implementation
|
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/ |
H A D | nolintnextline.cpp | 63 class I4 { I4(int x); }; class
|
/llvm-project/clang/test/Index/Core/ |
H A D | index-source.m | 266 @interface I4 interface 270 @implementation I4 { implementation
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | list_test.cpp | 43 checkList(ListT * L,ListItem * I1,ListItem * I2=nullptr,ListItem * I3=nullptr,ListItem * I4=nullptr,ListItem * I5=nullptr,ListItem * I6=nullptr) checkList() argument
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | SSAUpdaterBulkTest.cpp | 69 auto *I4 = cast<Instruction>(B.CreateSub(SubOp1, SubOp2)); in TEST() local
|
/llvm-project/clang/test/ASTMerge/interface/Inputs/ |
H A D | interface2.m | 21 @interface I4 : I1 { interface
|
H A D | interface1.m | 21 @interface I4 : I2 { interface
|
/llvm-project/clang/test/Sema/ |
H A D | warn-duplicate-enum.c | 59 I4 = -2, enumerator
|
/llvm-project/clang/test/AST/Interp/ |
H A D | complex.cpp |
|
/llvm-project/llvm/unittests/Transforms/Vectorize/ |
H A D | VPlanTest.cpp | 81 VPInstruction *I4 = new VPInstruction(4, {}); TEST() local 108 VPInstruction *I4 = new VPInstruction(4, {}); TEST() local 693 VPInstruction *I4 = new VPInstruction(Instruction::Mul, {I2, I1}); TEST() local [all...] |
/llvm-project/llvm/unittests/ADT/ |
H A D | APIntTest.cpp | 1706 APInt::WordType I4[4] = {0x0, 0xF, 0x18, 0x0}; TEST() local
|
/llvm-project/clang/test/Modules/ |
H A D | odr_hash.cpp | 4913 int I4 = F4(1); variable
|