HomeSort by: relevance | last modified time | path
    Searched refs:vbase (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
pr9631.cc 20 class vbase class in namespace:foo
23 virtual ~vbase() {}
31 class bar : public foo::vbase, public virtual empty_base
virtfunc.exp 69 { vbase "V" }
90 { vbase "V" }
109 { vbase "V" }
126 { vbase "V" }
inherit.exp 192 { vbase "vA" }
205 { vbase "vA" }
225 { vbase "vC" }
226 { vbase "vB" }
239 { vbase "vD" }
classes.exp 230 { vbase "vA" }
241 { vbase "vA" }
253 { vbase "vC" }
254 { vbase "vB" }
265 { vbase "vD" }
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
pr9631.cc 20 class vbase class in namespace:foo
23 virtual ~vbase() {}
31 class bar : public foo::vbase, public virtual empty_base
virtfunc.exp 69 { vbase "V" }
90 { vbase "V" }
109 { vbase "V" }
126 { vbase "V" }
classes.exp 230 { vbase "vA" }
241 { vbase "vA" }
253 { vbase "vC" }
254 { vbase "vB" }
265 { vbase "vD" }
inherit.exp 192 { vbase "vA" }
205 { vbase "vA" }
225 { vbase "vC" }
226 { vbase "vB" }
239 { vbase "vD" }
  /src/usr.sbin/certctl/
certctl.sh 252 local vpath path cert base vcert vbase
279 vbase=${vcert##*/}
280 printf '%s %s\n' "$vcert" "$vbase"
341 vbase=${vcert##*/}
342 printf '%s %s\n' "$vcert" "$vbase"
362 | while read -r vcert vbase; do
363 printf 'trust %s %s\n' "$vcert" "$vbase"
372 # | while read -r vcert vbase; do
373 # printf 'distrust %s %s\n' "$vcert" "$vbase"
377 | while read -r vcert vbase; d
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
sort.cc 255 gcc_qsort (void *vbase, size_t n, size_t size, cmp_fn *cmp)
263 char *base = (char *)vbase;
272 qsort_chk (vbase, n, size, cmp2to3, (void*)cmp);
279 gcc_sort_r (void *vbase, size_t n, size_t size, sort_r_cmp_fn *cmp, void *data)
287 char *base = (char *)vbase;
296 qsort_chk (vbase, n, size, cmp, data);
302 gcc_stablesort (void *vbase, size_t n, size_t size, cmp_fn *cmp)
304 gcc_qsort (vbase, n, ~size, cmp);
309 gcc_stablesort_r (void *vbase, size_t n, size_t size, sort_r_cmp_fn *cmp,
312 gcc_sort_r (vbase, n, ~size, cmp, data)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sort.cc 253 gcc_qsort (void *vbase, size_t n, size_t size, cmp_fn *cmp)
261 char *base = (char *)vbase;
270 qsort_chk (vbase, n, size, cmp2to3, (void*)cmp);
276 gcc_sort_r (void *vbase, size_t n, size_t size, sort_r_cmp_fn *cmp, void *data)
284 char *base = (char *)vbase;
293 qsort_chk (vbase, n, size, cmp, data);
299 gcc_stablesort (void *vbase, size_t n, size_t size, cmp_fn *cmp)
301 gcc_qsort (vbase, n, ~size, cmp);
306 gcc_stablesort_r (void *vbase, size_t n, size_t size, sort_r_cmp_fn *cmp,
309 gcc_sort_r (vbase, n, ~size, cmp, data)
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/
memory.cpp 72 vaddr_t vbase; local
95 vbase = vaddr_t(VirtualAlloc(0, vsize, MEM_RESERVE,
98 vbase = vaddr_t(VirtualAlloc(0, vsize, MEM_COMMIT,
101 if (vbase == 0) {
105 _memory = vbase;
117 LPVOID(vbase + _page_size * i),
121 vaddr = vbase + _page_size * i;
  /src/common/lib/libc/stdlib/
heapsort.c 177 kheapsort_r(void *vbase, size_t nmemb, size_t size,
182 heapsort_r(void *vbase, size_t nmemb, size_t size,
193 _DIAGASSERT(vbase != NULL);
215 base = (char *)vbase - size;
  /src/external/bsd/libevent/dist/include/event2/
rpc.h 507 * @param vbase a pointer to either struct evrpc_base or struct evrpc_pool
515 void *evrpc_add_hook(void *vbase,
522 * @param vbase a pointer to either struct evrpc_base or struct evrpc_pool
529 int evrpc_remove_hook(void *vbase,
535 * @param vbase a pointer to either struct evrpc_base or struct evrpc_pool
539 int evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res);
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
rpc.h 507 * @param vbase a pointer to either struct evrpc_base or struct evrpc_pool
515 void *evrpc_add_hook(void *vbase,
522 * @param vbase a pointer to either struct evrpc_base or struct evrpc_pool
529 int evrpc_remove_hook(void *vbase,
535 * @param vbase a pointer to either struct evrpc_base or struct evrpc_pool
539 int evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-cplus.c 221 VirtualBase vbase; local
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-cplus.c 221 VirtualBase vbase; local
  /src/external/bsd/libevent/dist/
evrpc.c 124 evrpc_add_hook(void *vbase,
129 struct evrpc_hooks_ *base = vbase;
173 evrpc_remove_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, void *handle)
175 struct evrpc_hooks_ *base = vbase;
284 static int evrpc_pause_request(void *vbase, void *ctx,
767 evrpc_pause_request(void *vbase, void *ctx,
770 struct evrpc_hooks_ *base = vbase;
783 evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res)
785 struct evrpc_hooks_ *base = vbase;
  /src/external/bsd/ntp/dist/sntp/libevent/
evrpc.c 122 evrpc_add_hook(void *vbase,
127 struct evrpc_hooks_ *base = vbase;
171 evrpc_remove_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, void *handle)
173 struct evrpc_hooks_ *base = vbase;
282 static int evrpc_pause_request(void *vbase, void *ctx,
765 evrpc_pause_request(void *vbase, void *ctx,
768 struct evrpc_hooks_ *base = vbase;
781 evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res)
783 struct evrpc_hooks_ *base = vbase;
  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 86 tree vbase; member in struct:vtbl_init_data
87 /* The functions in vbase for which we have already provided vcall
90 /* The vtable index of the next vcall or vbase offset. */
2570 vbase and vcall offsets, etc. Set its type and call the back end
2888 overriding function. We will want the vbase offset from
4439 tree vbase = get_primary_binfo (type_binfo);
4441 if (vbase && BINFO_VIRTUAL_P (vbase)
4442 && BINFO_PRIMARY_P (vbase)
4443 && BINFO_INHERITANCE_CHAIN (vbase) == type_binfo
4435 tree vbase = get_primary_binfo (type_binfo); local
6658 tree vbase; local
9744 tree vbase; local
10032 tree vbase; local
10509 tree vbase; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 86 tree vbase; member in struct:vtbl_init_data
87 /* The functions in vbase for which we have already provided vcall
90 /* The vtable index of the next vcall or vbase offset. */
2344 vbase and vcall offsets, etc. Set its type and call the back end
2662 overriding function. We will want the vbase offset from
4162 tree vbase = get_primary_binfo (type_binfo);
4164 if (vbase && BINFO_VIRTUAL_P (vbase)
4165 && BINFO_PRIMARY_P (vbase)
4166 && BINFO_INHERITANCE_CHAIN (vbase) == type_binfo
4158 tree vbase = get_primary_binfo (type_binfo); local
6349 tree vbase; local
9353 tree vbase; local
9641 tree vbase; local
10118 tree vbase; local
    [all...]
  /src/external/bsd/libevent/dist/test/
regress_rpc.c 603 void *vbase; member in struct:rpc_hook_ctx_
614 evrpc_resume_request(ctx->vbase, ctx->ctx, EVRPC_CONTINUE);
626 tmp->vbase = arg;
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_rpc.c 601 void *vbase; member in struct:rpc_hook_ctx_
612 evrpc_resume_request(ctx->vbase, ctx->ctx, EVRPC_CONTINUE);
624 tmp->vbase = arg;
  /src/sys/arch/epoc32/epoc32/
machdep.c 569 vaddr_t vbase = ARM7XX_INTRREG_VBASE; local
598 if (wmcom_cnattach(vbase + offset, 115200, mode, irda) == 0)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
cp-support.exp 109 # { vbase "name" }
113 # pointers. the vbase list includes both indirect and direct
286 "vbase" { lappend list_vbases [lindex $class_line 1] }
472 set vbase [lindex $list_vbases 0]
473 if {[regexp "$vbase \\*(_vb.|_vb\\\$|__vb_)\[0-9\]*$vbase;" $actual_line]} {

Completed in 68 milliseconds

1 2