Home
last modified time | relevance | path

Searched defs:I5 (Results 1 – 21 of 21) sorted by relevance

/llvm-project/clang/test/CodeGenObjC/
H A Dinterface-layout-64.m52 @interface I5 : I4 { interface
65 @interface I5 () interface in int
70 @implementation I5 implementation
/llvm-project/clang/test/Parser/
H A Dobjc-implementation-attrs.m33 @interface I5 @end interface
36 @implementation I5 { implementation
/llvm-project/clang/test/SemaObjC/
H A Dproperty-12.m56 @interface I5 <P5> @end interface
57 @implementation I5 implementation
/llvm-project/clang/test/CodeCompletion/
H A Dnamespace.cpp7 namespace I5 { } namespace
H A Dnamespace-alias.cpp10 namespace I5 { } namespace
H A Dusing-namespace.cpp10 namespace I5 { } namespace
H A Dusing.cpp10 namespace I5 { } namespace
/llvm-project/clang/test/Index/
H A Dcomplete-properties.m54 @interface I5<P1> interface
56 @implementation I5 implementation
H A Doverrides.m87 @interface I5 : B5 interface
95 @implementation I5 implementation
H A Dindex-decls.m51 @interface I5 interface
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/
H A Dnolintnextline.cpp67 class I5 { I5(int x); }; class
/llvm-project/clang/test/ARCMT/
H A DGC-no-arc-runtime.m76 @interface I5 { interface
/llvm-project/clang/test/Index/Core/
H A Dindex-source.m290 @interface I5 interface
294 @implementation I5 implementation
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dlist_test.cpp44 checkList(ListT * L,ListItem * I1,ListItem * I2=nullptr,ListItem * I3=nullptr,ListItem * I4=nullptr,ListItem * I5=nullptr,ListItem * I6=nullptr) checkList() argument
/llvm-project/clang/test/SemaObjCXX/
H A Dmessage.mm99 @interface I5 interface
/llvm-project/clang/test/ASTMerge/interface/Inputs/
H A Dinterface2.m26 @interface I5 interface
H A Dinterface1.m26 @interface I5 interface
/llvm-project/clang/test/Sema/
H A Dwarn-duplicate-enum.c60 I5, enumerator
/llvm-project/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp82 VPInstruction *I5 = new VPInstruction(5, {}); TEST() local
109 VPInstruction *I5 = new VPInstruction(5, {}); TEST() local
694 VPInstruction *I5 = new VPInstruction(Instruction::Ret, {I4}); TEST() local
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp1711 APInt::WordType I5[4] = {0x0, 0xF, 0x10, 0x0}; TEST() local
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp4923 int I5 = F6(1); variable