HomeSort by: relevance | last modified time | path
    Searched defs:lang_this (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
d-namespace.c 127 struct block_symbol lang_this; local
129 lang_this = lookup_language_this (language_def (language_d), block);
130 if (lang_this.symbol == NULL)
133 type = check_typedef (lang_this.symbol->type ()->target_type ());
d-namespace.c 127 struct block_symbol lang_this; local
129 lang_this = lookup_language_this (language_def (language_d), block);
130 if (lang_this.symbol == NULL)
133 type = check_typedef (lang_this.symbol->type ()->target_type ());
cp-namespace.c 216 struct block_symbol lang_this; local
219 lang_this.symbol = NULL;
222 lang_this = lookup_language_this (langdef, block);
224 if (lang_this.symbol == NULL)
228 type = check_typedef (lang_this.symbol->type ()->target_type ());
cp-namespace.c 216 struct block_symbol lang_this; local
219 lang_this.symbol = NULL;
222 lang_this = lookup_language_this (langdef, block);
224 if (lang_this.symbol == NULL)
228 type = check_typedef (lang_this.symbol->type ()->target_type ());
  /src/external/gpl3/gdb.old/dist/gdb/
d-namespace.c 127 struct block_symbol lang_this; local
129 lang_this = lookup_language_this (language_def (language_d), block);
130 if (lang_this.symbol == NULL)
133 type = check_typedef (lang_this.symbol->type ()->target_type ());
d-namespace.c 127 struct block_symbol lang_this; local
129 lang_this = lookup_language_this (language_def (language_d), block);
130 if (lang_this.symbol == NULL)
133 type = check_typedef (lang_this.symbol->type ()->target_type ());
cp-namespace.c 216 struct block_symbol lang_this; local
219 lang_this.symbol = NULL;
222 lang_this = lookup_language_this (langdef, block);
224 if (lang_this.symbol == NULL)
228 type = check_typedef (lang_this.symbol->type ()->target_type ());
cp-namespace.c 216 struct block_symbol lang_this; local
219 lang_this.symbol = NULL;
222 lang_this = lookup_language_this (langdef, block);
224 if (lang_this.symbol == NULL)
228 type = check_typedef (lang_this.symbol->type ()->target_type ());

Completed in 49 milliseconds