Home
last modified time | relevance | path

Searched refs:localtype (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dscope02.C51 typedef X localtype; in main() typedef
62 px->~localtype(); in main()
102 px->X::~localtype(); in main()
114 px->localtype::~localtype(); in main()
126 px->classtype::~localtype(); in main()
130 px->globaltype::~localtype(); in main()
134 px->localtype::~globaltype(); in main()
142 px->localtype::~classtype(); //-edg in main()
155 localtype xo6 (66); in main()
156 xo6.~localtype(); in main()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dns32k-tdep.c252 unsigned char localtype; in ns32k_localcount() local
255 localtype = read_memory_integer (enter_pc + 2, 1); in ns32k_localcount()
256 if ((localtype & 0x80) == 0) in ns32k_localcount()
257 localcount = localtype; in ns32k_localcount()
258 else if ((localtype & 0xc0) == 0x80) in ns32k_localcount()
259 localcount = (((localtype & 0x3f) << 8) in ns32k_localcount()
262 localcount = (((localtype & 0x3f) << 24) in ns32k_localcount()