Searched refs:object_base (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dptrmem6.C6 struct object_base struct
11 struct object : public object_base
16 ? &object_base::ptr : &object::ptr1; }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/opt/
H A Dptrmem6.C6 struct object_base struct
11 struct object : public object_base
16 ? &object_base::ptr : &object::ptr1; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20010102-1.c20 char *object_base; member in struct:obstack
66 register long obj_size = h->next_free - h->object_base;
84 = ((COPYING_UNIT *)h->object_base)[i];
90 new_chunk->contents[i] = h->object_base[i];
92 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
98 h->object_base = new_chunk->contents;
99 h->next_free = h->object_base + obj_size;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20010102-1.c20 char *object_base; member in struct:obstack
66 register long obj_size = h->next_free - h->object_base;
84 = ((COPYING_UNIT *)h->object_base)[i];
90 new_chunk->contents[i] = h->object_base[i];
92 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
98 h->object_base = new_chunk->contents;
99 h->next_free = h->object_base + obj_size;
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dobstack.c193 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
241 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
264 register long obj_size = h->next_free - h->object_base;
267 char *object_base;
282 /* Compute an aligned object_base in the new chunk */
283 object_base =
293 ((COPYING_UNIT *)object_base)[i]
294 = ((COPYING_UNIT *)h->object_base)[i];
304 object_base[i] = h->object_base[
266 char *object_base; local
[all...]
H A Dobstack.h159 char *object_base; /* address of object we are building */
212 #define obstack_base(h) ((void *) (h)->object_base)
276 (unsigned) (__o->next_free - __o->object_base); })
392 void *__value = (void *) __o1->object_base; \
396 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
401 __o1->object_base = __o1->next_free; \
409 __o->next_free = __o->object_base = (char *)__obj; \
416 (unsigned) ((h)->next_free - (h)->object_base)
490 ( ((h)->next_free == (h)->object_base \
493 (h)->temp.tempptr = (h)->object_base, \
158 char *object_base; /* address of object we are building */ member in struct:obstack
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20001203-2.c5 char *object_base; member in struct:obstack
74 value = (void *) __o1->object_base;
84 __o1->object_base = __o1->next_free;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20001203-2.c5 char *object_base; member in struct:obstack
74 value = (void *) __o1->object_base;
84 __o1->object_base = __o1->next_free;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/unsorted/
H A Dcp.c12 char *object_base; member in struct:obstack
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/unsorted/
H A Dcp.c12 char *object_base; member in struct:obstack
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dobstack.c176 h->next_free = h->object_base = chunk->contents;
222 h->next_free = h->object_base = chunk->contents;
244 register long obj_size = h->next_free - h->object_base;
269 = ((COPYING_UNIT *)h->object_base)[i];
279 new_chunk->contents[i] = h->object_base[i];
284 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
290 h->object_base = new_chunk->contents;
291 h->next_free = h->object_base + obj_size;
352 h->object_base = h->next_free = (char *) (obj);
384 h->object_base
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dobstack.c176 h->next_free = h->object_base = chunk->contents;
222 h->next_free = h->object_base = chunk->contents;
244 register long obj_size = h->next_free - h->object_base;
269 = ((COPYING_UNIT *)h->object_base)[i];
279 new_chunk->contents[i] = h->object_base[i];
284 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
290 h->object_base = new_chunk->contents;
291 h->next_free = h->object_base + obj_size;
352 h->object_base = h->next_free = (char *) (obj);
384 h->object_base
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dobstack.c176 h->next_free = h->object_base = chunk->contents;
222 h->next_free = h->object_base = chunk->contents;
244 register long obj_size = h->next_free - h->object_base;
269 = ((COPYING_UNIT *)h->object_base)[i];
279 new_chunk->contents[i] = h->object_base[i];
284 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
290 h->object_base = new_chunk->contents;
291 h->next_free = h->object_base + obj_size;
352 h->object_base = h->next_free = (char *) (obj);
384 h->object_base
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dobstack.c176 h->next_free = h->object_base = chunk->contents;
222 h->next_free = h->object_base = chunk->contents;
244 register long obj_size = h->next_free - h->object_base;
269 = ((COPYING_UNIT *)h->object_base)[i];
279 new_chunk->contents[i] = h->object_base[i];
284 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
290 h->object_base = new_chunk->contents;
291 h->next_free = h->object_base + obj_size;
352 h->object_base = h->next_free = (char *) (obj);
384 h->object_base
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dobstack.h169 char *object_base; /* address of object we are building */
253 #define obstack_base(h) ((h)->object_base)
315 (unsigned) (__o->next_free - __o->object_base); })
429 value = (void *) __o1->object_base; \
438 __o1->object_base = __o1->next_free; \
446 __o->next_free = __o->object_base = (char *) __obj; \
453 (unsigned) ((h)->next_free - (h)->object_base)
524 ( ((h)->next_free == (h)->object_base \
527 (h)->temp = __PTR_TO_INT ((h)->object_base), \
534 (h)->object_base
168 char *object_base; /* address of object we are building */ member in struct:obstack
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/include/
H A Dobstack.h169 char *object_base; /* address of object we are building */
253 #define obstack_base(h) ((h)->object_base)
315 (unsigned) (__o->next_free - __o->object_base); })
429 value = (void *) __o1->object_base; \
438 __o1->object_base = __o1->next_free; \
446 __o->next_free = __o->object_base = (char *) __obj; \
453 (unsigned) ((h)->next_free - (h)->object_base)
524 ( ((h)->next_free == (h)->object_base \
527 (h)->temp = __PTR_TO_INT ((h)->object_base), \
534 (h)->object_base
168 char *object_base; /* address of object we are building */ member in struct:obstack
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/include/
H A Dobstack.h169 char *object_base; /* address of object we are building */
253 #define obstack_base(h) ((h)->object_base)
315 (unsigned) (__o->next_free - __o->object_base); })
429 value = (void *) __o1->object_base; \
438 __o1->object_base = __o1->next_free; \
446 __o->next_free = __o->object_base = (char *) __obj; \
453 (unsigned) ((h)->next_free - (h)->object_base)
524 ( ((h)->next_free == (h)->object_base \
527 (h)->temp = __PTR_TO_INT ((h)->object_base), \
534 (h)->object_base
168 char *object_base; /* address of object we are building */ member in struct:obstack
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dobstack.h169 char *object_base; /* address of object we are building */
253 #define obstack_base(h) ((h)->object_base)
315 (unsigned) (__o->next_free - __o->object_base); })
429 value = (void *) __o1->object_base; \
438 __o1->object_base = __o1->next_free; \
446 __o->next_free = __o->object_base = (char *) __obj; \
453 (unsigned) ((h)->next_free - (h)->object_base)
524 ( ((h)->next_free == (h)->object_base \
527 (h)->temp = __PTR_TO_INT ((h)->object_base), \
534 (h)->object_base
168 char *object_base; /* address of object we are building */ member in struct:obstack
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dobstack.c201 h->next_free = h->object_base = chunk->contents;
261 h->next_free = h->object_base = chunk->contents;
285 register long obj_size = h->next_free - h->object_base;
310 = ((COPYING_UNIT *)h->object_base)[i];
320 new_chunk->contents[i] = h->object_base[i];
325 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
331 h->object_base = new_chunk->contents;
332 h->next_free = h->object_base + obj_size;
399 h->object_base = h->next_free = (char *) (obj);
433 h->object_base
[all...]
H A Dobstack.h168 char *object_base; /* address of object we are building */
278 #define obstack_base(h) ((h)->object_base)
368 (unsigned) (__o->next_free - __o->object_base); })
473 value = (void *) __o1->object_base; \
482 __o1->object_base = __o1->next_free; \
490 __o->next_free = __o->object_base = (char *)__obj; \
497 (unsigned) ((h)->next_free - (h)->object_base)
565 ( ((h)->next_free == (h)->object_base \
568 (h)->temp = __PTR_TO_INT ((h)->object_base), \
575 (h)->object_base
167 char *object_base; /* address of object we are building */ member in struct:obstack
[all...]

Completed in 164 milliseconds