Searched refs:dm_type_char_star (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dcplusfuncs.exp60 set dm_type_char_star "char*"
72 global dm_type_char_star
100 send_gdb "print &'dm_type_char_star'\n"
102 -re ".*dm_type_char_star\\(char \\*\\).*\r\n$gdb_prompt $" {
104 set dm_type_char_star "char *"
106 pass "detect dm_type_char_star"
108 -re ".*dm_type_char_star\\(char\\*\\).*\r\n$gdb_prompt $" {
110 pass "detect dm_type_char_star"
113 fail "detect dm_type_char_star"
116 fail "detect dm_type_char_star (timeou
[all...]
H A Dcplusfuncs.cc190 char * dm_type_char_star (char * p) { return p; } function

Completed in 108 milliseconds