Searched refs:Object (Results 51 - 75 of 357) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/eh/
H A Dcleanup2.C7 class Object class
10 virtual ~Object (void) { return; }
18 const Object *m_rep;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp3070.C5 class Object { class
7 virtual ~Object() {}
29 class TestView : public Object, public TestViewBase {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/eh/
H A Dcleanup2.C7 class Object class
10 virtual ~Object (void) { return; }
18 const Object *m_rep;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp3070.C5 class Object { class
7 virtual ~Object() {}
29 class TestView : public Object, public TestViewBase {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dgnu-runtime-3.mm7 #include <objc/Object.h>
10 @interface FooBar: Object
H A Dproto-lossage-2.mm11 @interface Foo : Object <Zot>
H A Dconst-str-8.mm10 @interface Foo: Object {
22 @implementation Foo : Object
H A Dgnu-runtime-2.mm7 #include <objc/Object.h>
11 @interface NXConstantString: Object
H A Dmethod-11.mm10 typedef Object ObjectTypedef1;
17 id obj = [Object new];
H A Dtry-catch-1.mm11 @interface Frob: Object
14 @implementation Frob: Object
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/objc/
H A DNXConstStr.h30 #include "Object.h"
36 @interface NXConstantString: Object
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/objc/
H A DNXConstStr.h31 #include "Object.h"
37 @interface NXConstantString: Object
/netbsd-6-1-5-RELEASE/sys/netiso/xebec/
H A Dxebec.h34 struct Object *setnum; } setlist;
36 struct Object *setnum; } setlisttail;
44 struct Object *object; } setstruct;
46 unsigned char type,keep; char *address; struct Object *object; } setdef;
50 struct Object *object; } event;
52 struct Object *object; } oldstate;
54 struct Object *object; } newstate;
58 char *string; struct Object *oldstate; struct Object *newstate; } actionpart;
H A Dsets.c23 struct Object *CurrentEvent = (struct Object *)0;
24 struct Object *Objtree;
25 struct Object dummy;
31 #define NULL (struct Object *)0
44 extern struct Object *SameState;
53 SameState = (struct Object *) Malloc( sizeof (struct Object) );
59 SameState->obj_members = (struct Object *)0;
60 SameState->obj_left = (struct Object *)
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/utilities/
H A Dutcache.c204 * Object - The object to be released
216 void *Object)
224 if (!Cache || !Object)
233 ACPI_FREE (Object);
249 ACPI_MEMSET (Object, 0xCA, Cache->ObjectSize);
250 ACPI_SET_DESCRIPTOR_TYPE (Object, ACPI_DESC_TYPE_CACHED);
255 &(((char *) Object)[Cache->LinkOffset]))) = Cache->ListHead;
256 Cache->ListHead = Object;
284 void *Object; local
309 Object
214 AcpiOsReleaseObject( ACPI_MEMORY_LIST *Cache, void *Object) argument
[all...]
H A Dutdecode.c96 * Properties of the ACPI Object Types, both internal and external.
117 ACPI_NS_NORMAL, /* 16 Debug Object */
339 return ("[NULL Object Descriptor]");
350 * PARAMETERS: Object - A namespace node
360 void *Object)
362 ACPI_NAMESPACE_NODE *Node = (ACPI_NAMESPACE_NODE *) Object;
367 if (!Object)
374 if ((Object == ACPI_ROOT_OBJECT) ||
375 (Object == AcpiGbl_RootNode))
403 * PARAMETERS: Object
359 AcpiUtGetNodeName( void *Object) argument
435 AcpiUtGetDescriptorName( void *Object) argument
481 AcpiUtGetReferenceName( ACPI_OPERAND_OBJECT *Object) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/namespace/
H A Dnsobject.c62 * Object - Object to be attached
69 * name whose ACPI_HANDLE is passed. If Object is NULL
81 ACPI_OPERAND_OBJECT *Object,
103 if (!Object && (ACPI_TYPE_ANY != Type))
123 if (Node->Object == Object)
127 Object, Node));
134 if (!Object)
144 else if ((ACPI_GET_DESCRIPTOR_TYPE (Object)
79 AcpiNsAttachObject( ACPI_NAMESPACE_NODE *Node, ACPI_OPERAND_OBJECT *Object, ACPI_OBJECT_TYPE Type) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dcref.h31 class Object;
47 add_object(Object*);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/
H A Dcompatibility_alias.m5 @compatibility_alias MyObject Object;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dproto-lossage-2.m11 @interface Foo : Object <Zot>
H A Dconst-str-8.m9 @interface Foo: Object {
21 @implementation Foo : Object
H A Dgnu-runtime-2.m7 #include <objc/Object.h>
11 @interface NXConstantString: Object
H A Dmethod-4.m10 typedef Object ObjectTypedef1;
17 id obj = [Object new];
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/dispatcher/
H A Ddsmthdat.c68 ACPI_OPERAND_OBJECT *Object,
165 if (WalkState->LocalVariables[Index].Object)
168 Index, WalkState->LocalVariables[Index].Object));
180 if (WalkState->Arguments[Index].Object)
183 Index, WalkState->Arguments[Index].Object));
333 * Object - Object to be inserted into the stack entry
347 ACPI_OPERAND_OBJECT *Object,
358 "NewObj %p Type %2.2X, Refs=%u [%s]\n", Object,
359 Type, Object
344 AcpiDsMethodDataSetValue( UINT8 Type, UINT32 Index, ACPI_OPERAND_OBJECT *Object, ACPI_WALK_STATE *WalkState) argument
411 ACPI_OPERAND_OBJECT *Object; local
524 ACPI_OPERAND_OBJECT *Object; local
742 ACPI_OPERAND_OBJECT *Object; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/exceptions/
H A Dfoward-1.m10 @interface Thrower : Object
18 @throw [Object new];

Completed in 136 milliseconds

1234567891011>>