Searched refs:this_name (Results 1 – 2 of 2) sorted by relevance
1174 char *this_name = TYPE_FIELD_NAME (type, i); in find_field() local1176 if (this_name && strcmp (name, this_name) == 0) in find_field()1179 if (this_name[0] == '\0') in find_field()
1398 static const char this_name[] = "this"; in yylex() local1400 if (lookup_symbol (this_name, expression_context_block, in yylex()