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

  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 5366 struct match_data
5368 explicit match_data (std::vector<struct block_symbol> *rp)
5372 DISABLE_COPY_AND_ASSIGN (match_data);
5386 match_data::operator() (struct block_symbol *bsym)
5485 match_data &data)
5516 struct match_data data (&result);
5356 struct match_data struct
5358 explicit match_data (std::vector<struct block_symbol> *rp) function in struct:match_data
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 5352 struct match_data
5354 explicit match_data (std::vector<struct block_symbol> *rp)
5358 DISABLE_COPY_AND_ASSIGN (match_data);
5372 match_data::operator() (struct block_symbol *bsym)
5482 match_data &data)
5513 struct match_data data (&result);
5342 struct match_data struct
5344 explicit match_data (std::vector<struct block_symbol> *rp) function in struct:match_data

Completed in 44 milliseconds