Home
last modified time | relevance | path

Searched defs:I2 (Results 1 – 25 of 151) sorted by relevance

1234567

/external/clang/test/ASTMerge/Inputs/
Dcategory1.m19 @interface I2 interface
23 @interface I2 () interface in int
28 @interface I2 (Cat3) interface in Cat3
31 @implementation I2 (Cat3) implementation in Cat3
35 @interface I2 (Cat4) interface in Cat4
38 @implementation I2 (Cat4) implementation in Cat4
42 @interface I2 (Cat6) interface in Cat6
45 @implementation I2 (Cat6) implementation in Cat6
Dcategory2.m21 @interface I2 interface
25 @interface I2 () interface in float
30 @interface I2 (Cat3) interface in Cat3
33 @implementation I2 (Cat3) implementation in Cat3
37 @interface I2 (Cat5) interface in Cat5
40 @implementation I2 (Cat5) implementation in Cat5
44 @interface I2 (Cat6) interface in Cat6
47 @implementation I2 (Cat6) implementation in Cat6
/external/clang/test/SemaObjCXX/
Dobjc-extern-c.mm10 @interface I2 interface
12 @interface I2(C) // expected-note {{previous}} interface in C
23 @interface I2(C) // expected-warning {{duplicate}} interface in C
/external/clang/test/Index/
Dcomplete-categories.m5 @interface I2 @end interface
12 @interface I2 (Cat2) @end interface in Cat2
13 @interface I2 (Cat3) @end interface in Cat3
14 @interface I2 (Cat2) @end interface in Cat2
Dcomplete-properties.m14 @interface I2 : I1 interface
19 @implementation I2 implementation
Dpreamble-reparse-with-BOM.m2 @interface I2 interface
/external/clang/test/PCH/
Dchain-categories2.m16 @interface I2 interface
39 @interface I2() interface in readwrite
53 @implementation I2 implementation
/external/clang/test/SemaCXX/
Dms-interface.cpp25 __interface I2 { variable
44 __interface I4 : I1, I2 { variable
/external/clang/test/SemaObjC/
Dprotocol-lookup-2.m48 @interface I2 : NSObject interface
52 @interface I2() <ProtC> interface in ProtC
55 @implementation I2 implementation
Dincomplete-implementation.m17 @interface I2 interface
21 @implementation I2 implementation
24 @implementation I2(CAT) implementation in CAT
Dwarn-forward-class-attr-deprecated.m10 @interface I2 interface
16 @implementation I2 implementation
Darc-unavailable-for-weakref.m83 @interface I2 : Super interface
86 @implementation I2 // expected-note {{when implemented by class I2}} implementation
Dproperty-12.m43 @interface I2 <P2> @end interface
44 @implementation I2 implementation
/external/clang/test/CodeGenObjC/
Dforward-decl-param.m14 @interface I2 interface
17 @implementation I2 implementation
Dclass-type.m21 @interface I2 : I0 interface
24 @implementation I2 implementation
/external/clang/test/Parser/
Dattributes.mm15 EXP @interface I2 @end interface
19 EXP @implementation I2 @end; // expected-error {{prefix attribute must be followed by an interface … implementation
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Vectorize/
DVPlanTest.cpp30 VPInstruction *I2 = new VPInstruction(1, {}); in TEST() local
45 VPInstruction *I2 = new VPInstruction(1, {}); in TEST() local
/external/webp/src/dsp/
Dmips_macro.h42 I0, I1, I2, I3, I4, I5, I6, I7, I8, I9) \ argument
53 I0, I1, I2, I3, I4, I5, I6, I7) \ argument
85 I0, I1, I2, I3) \ argument
98 I0, I1, I2, I3, I4, I5, I6, I7) \ argument
125 I0, I1, I2, I3) \ argument
142 I0, I1, I2, I3) \ argument
161 I0, I1, I2, I3, I4, I5, I6, I7, \ argument
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
DDefaultInterfaceMethodWithStaticInitializer.java65 interface I2 { interface in DefaultInterfaceMethodWithStaticInitializer.TestInterfaceSetOne
104 interface I2 extends I1 { interface in DefaultInterfaceMethodWithStaticInitializer.TestInterfaceSetTwo
146 interface I2 extends I1 { interface in DefaultInterfaceMethodWithStaticInitializer.TestInterfaceSetThree
/external/clang/test/Index/Core/
Dindex-source.m81 @interface I2 interface
87 @implementation I2 implementation
/external/clang/test/ARCMT/
DGC-no-arc-runtime.m32 @interface I2 interface
36 @implementation I2 implementation
/external/libcxx/test/std/iterators/stream.iterators/ostream.iterator/
Dtypes.pass.cpp44 typedef std::ostream_iterator<unsigned, wchar_t> I2; in main() typedef
/external/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/
Dtypes.pass.cpp47 typedef std::ostreambuf_iterator<wchar_t> I2; in main() typedef
/external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/
Dtypes.pass.cpp55 typedef std::istreambuf_iterator<wchar_t> I2; in main() typedef
/external/libcxx/test/std/iterators/stream.iterators/istream.iterator/
Dtypes.pass.cpp65 typedef std::istream_iterator<unsigned, wchar_t> I2; // unsigned is trivially destructible in main() typedef

1234567