Searched refs:vox (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dctf-constvars.c23 volatile char vox = 'B'; variable
34 volatile char * vampire = &vox;
45 volatile char * volatile vapidity = &vox;
H A Dconstvars.c99 volatile char vox = 'X'; local
110 volatile char * vampire = &vox;
121 volatile char * volatile vapidity = &vox;
131 volatile char violent[2] = {vox, vox};
152 volatile char * const vein = &vox;
182 volatile char * const volatile vagus = &vox;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dctf-constvars.c23 volatile char vox = 'B'; variable
34 volatile char * vampire = &vox;
45 volatile char * volatile vapidity = &vox;
H A Dconstvars.c99 volatile char vox = 'X'; local
110 volatile char * vampire = &vox;
121 volatile char * volatile vapidity = &vox;
131 volatile char violent[2] = {vox, vox};
152 volatile char * const vein = &vox;
182 volatile char * const volatile vagus = &vox;

Completed in 83 milliseconds