Home | History | Annotate | Download | only in gdb

Lines Matching defs:tas

1002   for (struct type_and_symbol &tas : primitive_types_and_symbols)
1004 if (strcmp (tas.type ()->name (), name) == 0)
1005 return &tas;
1016 type_and_symbol *tas = lookup_primitive_type_and_symbol (name);
1017 if (tas != nullptr)
1018 return tas->type ();
1028 for (struct type_and_symbol &tas : primitive_types_and_symbols)
1030 if (filter (tas.type ()))
1031 return tas.type ();
1043 type_and_symbol *tas = lookup_primitive_type_and_symbol (name);
1044 if (tas != nullptr)
1045 return tas->symbol (lang);