Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dax-gdb.c1174 char *this_name = TYPE_FIELD_NAME (type, i); in find_field() local
1176 if (this_name && strcmp (name, this_name) == 0) in find_field()
1179 if (this_name[0] == '\0') in find_field()
Dp-exp.y1398 static const char this_name[] = "this"; in yylex() local
1400 if (lookup_symbol (this_name, expression_context_block, in yylex()