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

  /src/external/gpl3/gdb.old/dist/gdb/
rust-parse.c 235 std::string super_name (const std::string &ident, unsigned int n_supers);
370 the base name and N_SUPERS is how many "super::"s were provided.
371 N_SUPERS can be zero. */
374 rust_parser::super_name (const std::string &ident, unsigned int n_supers)
384 if (n_supers > 0)
402 if (n_supers >= len)
405 offset = offsets[len - n_supers];
1821 unsigned n_supers = 0;
1835 ++n_supers;
1929 return super_name (path, n_supers);
1820 unsigned n_supers = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
rust-parse.c 235 std::string super_name (const std::string &ident, unsigned int n_supers);
374 the base name and N_SUPERS is how many "super::"s were provided.
375 N_SUPERS can be zero. */
378 rust_parser::super_name (const std::string &ident, unsigned int n_supers)
388 if (n_supers > 0)
406 if (n_supers >= len)
409 offset = offsets[len - n_supers];
1832 unsigned n_supers = 0;
1846 ++n_supers;
1940 return super_name (path, n_supers);
1831 unsigned n_supers = 0; local
    [all...]

Completed in 14 milliseconds