Home
last modified time | relevance | path

Searched defs:I4 (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/test/Index/
H A Dcomplete-properties.m32 @interface I4 interface
36 @interface I4 () { interface in I4
37 I4 *Prop1; category
41 @implementation I4 { implementation
H A Dindex-decls.m35 @interface I4 interface
41 @implementation I4 implementation
H A Doverrides.m80 @interface I4 : B4 interface
/llvm-project/clang/test/Parser/
H A Dobjc-implementation-attrs.m27 @interface I4 @end // expected-note {{annotate}} interface
28 @implementation I4 { implementation
/llvm-project/clang/test/SemaObjC/
H A Dproperty-12.m51 @interface I4 <P4> @end interface
52 @implementation I4 implementation
H A Dclass-proto-1.m36 @interface I4 : U2 <p1,p2> interface
/llvm-project/clang/test/SemaCXX/
H A Dms-interface.cpp44 __interface I4 : I1, I2 { variable
/llvm-project/clang/test/CodeGenObjC/
H A Dinterface-layout-64.m47 @interface I4 : I3 { interface
62 @implementation I4 implementation
/llvm-project/clang/test/SemaObjCXX/
H A Dmessage.mm53 @interface I4 : I3 interface
62 @implementation I4 implementation
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/
H A Dnolintnextline.cpp63 class I4 { I4(int x); }; class
/llvm-project/clang/test/Index/Core/
H A Dindex-source.m266 @interface I4 interface
270 @implementation I4 { implementation
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dlist_test.cpp43 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 DSSAUpdaterBulkTest.cpp69 auto *I4 = cast<Instruction>(B.CreateSub(SubOp1, SubOp2)); in TEST() local
/llvm-project/clang/test/ASTMerge/interface/Inputs/
H A Dinterface2.m21 @interface I4 : I1 { interface
H A Dinterface1.m21 @interface I4 : I2 { interface
/llvm-project/clang/test/Sema/
H A Dwarn-duplicate-enum.c59 I4 = -2, enumerator
/llvm-project/clang/test/AST/Interp/
H A Dcomplex.cpp
/llvm-project/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp81 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 DAPIntTest.cpp1706 APInt::WordType I4[4] = {0x0, 0xF, 0x18, 0x0}; TEST() local
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp4913 int I4 = F4(1); variable