Home
last modified time | relevance | path

Searched refs:SUPER (Results 1 – 25 of 156) sorted by relevance

1234567

/external/clang/test/SemaObjC/
Dundef-superclass-1.m3 @class SUPER, Y; // expected-note 2 {{forward declaration of class here}}
5 @interface INTF :SUPER // expected-error {{attempting to use the forward class 'SUPER' as supercla…
8 @interface SUPER @end interface
10 @interface INTF1 : SUPER // expected-note {{previous definition is here}}
23 @implementation SUPER implementation
25 [super dealloc]; // expected-error {{'SUPER' cannot use 'super' because it is a root class}}
Dclass-def-test-1.m3 @protocol SUPER; // expected-note {{protocol 'SUPER' has no definition}} protocol
5 @interface SUPER <SUPER> @end // expected-warning {{cannot find protocol definition for 'SUPER'}}
Dclass-impl-1.m5 @interface SUPER @end // expected-note {{previous definition is here}} interface
21 @implementation INTF1 : SUPER // expected-error {{conflicting super class name 'SUPER'}}
Dcheck-dup-decl-methods-1.m3 @interface SUPER interface
10 @interface class1 : SUPER
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/
DResolvedWildcard.java57 return new ResolvedWildcard(BoundType.SUPER, type); in superBound()
104 } else if (type == BoundType.SUPER) { in describe()
114 return type == BoundType.SUPER; in isSuper()
137 } else if (type == BoundType.SUPER) { in isAssignableBy()
179 SUPER, enumConstant
/external/clang/test/Rewriter/
Drewrite-modern-class.mm48 @interface SUPER { interface
51 SUPER *p_super;
58 - (SUPER *) Meth : (SUPER *)arg { argument
Dobjc-super-test.m6 @interface SUPER interface
10 @interface MyDerived : SUPER
Dundecl-objc-h.m8 @interface SUPER interface
12 @interface MyDerived : SUPER
/external/clang/test/Index/
Dannotate-parameterized-classes.m35 …e-tokens=%s:15:1:16:1 %s -target x86_64-apple-macosx10.7.0 | FileCheck -check-prefix=CHECK-SUPER %s
36 // CHECK-SUPER: Identifier: "A" [15:40 - 15:41] ObjCSuperClassRef=A:7:12
37 // CHECK-SUPER: Identifier: "T" [15:42 - 15:43] TypeRef=T:15:14
38 // CHECK-SUPER: Identifier: "U" [15:45 - 15:46] TypeRef=U:15:22
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DParser.pm18 $self->SUPER::reset(); # reset all recognizer state variables
81 $self->SUPER::trace_in($rule_name, $rule_index, $self->input->LT(1));
87 $self->SUPER::trace_out($rule_name, $rule_index, $self->input->LT(1));
DLexer.pm27 $self->SUPER::reset();
275 $msg = $self->SUPER::get_error_message($e, $token_names);
313 $self->SUPER::trace_in($rule_name, $rule_index, $input_symbol);
320 $self->SUPER::trace_out($rule_name, $rule_index, $input_symbol);
/external/clang/test/CodeGenObjC/
Dsuper-classmethod-category.m3 @interface SUPER interface
7 @interface CURRENT : SUPER
/external/v8/src/
Dcode-stubs.h315 #define DEFINE_CODE_STUB_BASE(NAME, SUPER) \ argument
317 NAME(uint32_t key, Isolate* isolate) : SUPER(key, isolate) {} \
323 #define DEFINE_CODE_STUB(NAME, SUPER) \ argument
327 DEFINE_CODE_STUB_BASE(NAME##Stub, SUPER)
330 #define DEFINE_PLATFORM_CODE_STUB(NAME, SUPER) \ argument
333 DEFINE_CODE_STUB(NAME, SUPER)
336 #define DEFINE_HYDROGEN_CODE_STUB(NAME, SUPER) \ argument
340 DEFINE_CODE_STUB(NAME, SUPER)
342 #define DEFINE_TURBOFAN_CODE_STUB(NAME, SUPER) \ argument
345 DEFINE_CODE_STUB(NAME, SUPER)
[all …]
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_pool.c52 #define SUPER(__derived) (&(__derived)->base) macro
226 return SUPER(pool_buf); in pool_bufmgr_create_buffer()
311 return SUPER(pool); in pool_bufmgr_create()
Dpb_bufmgr_mm.c49 #define SUPER(__derived) (&(__derived)->base) macro
220 return SUPER(mm_buf); in mm_bufmgr_create_buffer()
283 return SUPER(mm); in mm_bufmgr_create_from_buffer()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
DASTParser.java1078 case SUPER: in VariableInitializer()
1123 case SUPER: in ArrayInitializer()
1489 case SUPER: in ExplicitConstructorInvocation()
1518 jj_consume_token(SUPER); in ExplicitConstructorInvocation()
1566 case SUPER: in Statements()
1865 case SUPER:{ in Wildcard()
1874 case SUPER:{ in Wildcard()
1875 jj_consume_token(SUPER); in Wildcard()
2561 case SUPER: in UnaryExpression()
2646 case SUPER: in UnaryExpressionNotPlusMinus()
[all …]
/external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/
DJDK14LoggerAdapter.java583 static String SUPER = MarkerIgnoringBase.class.getName(); field in JDK14LoggerAdapter
597 if (className.equals(callerFQCN) || className.equals(SUPER)) { in fillCallerData()
606 if (!(className.equals(callerFQCN) || className.equals(SUPER))) { in fillCallerData()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
DASTParser.java1075 case SUPER: in VariableInitializer()
1122 case SUPER: in ArrayInitializer()
1447 case SUPER: in ExplicitConstructorInvocation()
1477 jj_consume_token(SUPER); in ExplicitConstructorInvocation()
1526 case SUPER: in Statements()
1832 case SUPER: in Wildcard()
1852 case SUPER: in Wildcard()
1853 jj_consume_token(SUPER); in Wildcard()
2610 case SUPER: in UnaryExpression()
2700 case SUPER: in UnaryExpressionNotPlusMinus()
[all …]
/external/jemalloc/build-aux/
Dconfig.guess1270 SX-4:SUPER-UX:*:*)
1273 SX-5:SUPER-UX:*:*)
1276 SX-6:SUPER-UX:*:*)
1279 SX-7:SUPER-UX:*:*)
1282 SX-8:SUPER-UX:*:*)
1285 SX-8R:SUPER-UX:*:*)
1288 SX-ACE:SUPER-UX:*:*)
/external/e2fsprogs/config/
Dconfig.guess1264 SX-4:SUPER-UX:*:*)
1267 SX-5:SUPER-UX:*:*)
1270 SX-6:SUPER-UX:*:*)
1273 SX-7:SUPER-UX:*:*)
1276 SX-8:SUPER-UX:*:*)
1279 SX-8R:SUPER-UX:*:*)
1282 SX-ACE:SUPER-UX:*:*)
/external/python/cpython2/
Dconfig.guess1270 SX-4:SUPER-UX:*:*)
1273 SX-5:SUPER-UX:*:*)
1276 SX-6:SUPER-UX:*:*)
1279 SX-7:SUPER-UX:*:*)
1282 SX-8:SUPER-UX:*:*)
1285 SX-8R:SUPER-UX:*:*)
1288 SX-ACE:SUPER-UX:*:*)
/external/strace/
Dconfig.guess1271 SX-4:SUPER-UX:*:*)
1274 SX-5:SUPER-UX:*:*)
1277 SX-6:SUPER-UX:*:*)
1280 SX-7:SUPER-UX:*:*)
1283 SX-8:SUPER-UX:*:*)
1286 SX-8R:SUPER-UX:*:*)
1289 SX-ACE:SUPER-UX:*:*)
/external/curl/
Dconfig.guess1270 SX-4:SUPER-UX:*:*)
1273 SX-5:SUPER-UX:*:*)
1276 SX-6:SUPER-UX:*:*)
1279 SX-7:SUPER-UX:*:*)
1282 SX-8:SUPER-UX:*:*)
1285 SX-8R:SUPER-UX:*:*)
1288 SX-ACE:SUPER-UX:*:*)
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/
DLoad.pm11 return if !$class->SUPER::is_test_class($file, $dir);
/external/annotation-tools/asmx/core/org/objectweb/asm/signature/
DSignatureVisitor.class<Unknown> package org.objectweb.asm.signature public abstract org.objectweb.asm. ...

1234567