HomeSort by: relevance | last modified time | path
    Searched refs:set_match (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
completer.h 89 void set_match (const char *match) function in class:completion_match
142 void set_match (const char *match) function in class:completion_match_for_lcd
232 void set_match (const char *m, const char *m_for_lcd = NULL)
234 match.set_match (m);
236 match_for_lcd.set_match (m);
238 match_for_lcd.set_match (m_for_lcd);
language.c 712 comp_match_res->set_match (symbol_search_name);
cp-support.c 1883 comp_match_res->set_match (symbol_search_name, sname);
1924 comp_match_res->set_match (symbol_search_name);
ada-lang.c 6146 comp_match_res->set_match (match_str.c_str ());
13346 comp_match_res->set_match (symbol_search_name);
  /src/external/gpl3/gdb/dist/gdb/
completer.h 89 void set_match (const char *match) function in class:completion_match
142 void set_match (const char *match) function in class:completion_match_for_lcd
232 void set_match (const char *m, const char *m_for_lcd = NULL)
234 match.set_match (m);
236 match_for_lcd.set_match (m);
238 match_for_lcd.set_match (m_for_lcd);
language.c 704 comp_match_res->set_match (symbol_search_name);
cp-support.c 1897 comp_match_res->set_match (symbol_search_name, sname);
1938 comp_match_res->set_match (symbol_search_name);
ada-lang.c 6143 comp_match_res->set_match (match_str.c_str ());
13355 comp_match_res->set_match (symbol_search_name);
  /src/external/mit/isl/dist/
isl_union_map.c 3589 static int set_match(__isl_keep isl_map *map, __isl_keep isl_space *space) function
3725 return preimage_pw_multi_aff(uset, pma, &set_match,

Completed in 66 milliseconds