Searched refs:interface1 (Results 1 – 7 of 7) sorted by relevance
1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/interface1.m6 // CHECK: interface1.m:16:7: note: declared here with type 'int'7 // CHECK: interface1.m:21:12: error: class 'I4' has incompatible superclasses8 // CHECK: interface1.m:21:17: note: inherits from superclass 'I2' here11 // CHECK: interface1.m:34:1: note: class method 'foo' also declared here13 // CHECK: interface1.m:40:17: note: declared here with type 'int'15 // CHECK: interface1.m:46:1: note: class method 'bar:' also declared here17 // CHECK: interface1.m:58:19: note: declared here with type 'float'18 // CHECK: interface1.m:100:17: error: class 'I15' has incompatible superclasses19 // CHECK: interface1.m:100:17: note: inherits from superclass 'I12' here
79 def InterfacesAreEqual(interface1, interface2): argument80 if interface1 == interface2:82 if interface1.name != interface2.name or \83 len(interface1.methods) != len(interface2.methods):85 for i in range(len(interface1.methods)):86 if not MethodsAreEqual(interface1.methods[i], interface2.methods[i]):
36 static struct interface interface1; variable98 &interface1); in setup()261 if (interface != &interface1 && interface != &interface4) { in execute()327 &interface1); in execute()
17 static int interface1 = 1; variable276 EFI_NATIVE_INTERFACE, &interface1); in setup()379 &interface1, in execute()
100 Class<?> interface1 = inMemoryClassLoader() in should_mock_class_with_interfaces_of_different_class_loader_AND_different_classpaths() local109 Object mocked = mock(interface1, withSettings().extraInterfaces(interface2)); in should_mock_class_with_interfaces_of_different_class_loader_AND_different_classpaths()
105 for (final String interface1 : interfaces) { in ClassGen()106 addInterface(interface1); in ClassGen()147 for (final String interface1 : interfaces) { in ClassGen()148 addInterface(interface1); in ClassGen()
306 for (final int interface1 : interfaces) { in dump()307 file.writeShort(interface1); in dump()