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

  /src/external/gpl3/gcc/dist/gcc/
opt-suggestions.h 29 class option_proposer class
33 option_proposer (): m_option_suggestions (NULL) function in class:option_proposer
37 ~option_proposer ();
45 The returned string is owned by the option_proposer instance. */
59 /* Helper function for option_proposer::suggest_option. Populate
61 The strings will be freed by the option_proposer's dtor.
opt-suggestions.cc 31 option_proposer::~option_proposer ()
37 option_proposer::suggest_option (const char *bad_opt)
54 option_proposer::get_completions (const char *option_prefix,
87 option_proposer::suggest_completion (const char *option_prefix)
96 option_proposer::build_option_suggestions (const char *prefix)
208 verify_autocompletions (option_proposer &proposer, const char *option_prefix)
225 test_completion_valid_options (option_proposer &proposer)
289 test_completion_valid_params (option_proposer &proposer)
331 in_completion_p (option_proposer &proposer, const char *option_prefix
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
opt-suggestions.h 29 class option_proposer class
33 option_proposer (): m_option_suggestions (NULL) function in class:option_proposer
37 ~option_proposer ();
45 The returned string is owned by the option_proposer instance. */
59 /* Helper function for option_proposer::suggest_option. Populate
61 The strings will be freed by the option_proposer's dtor.
opt-suggestions.cc 31 option_proposer::~option_proposer ()
37 option_proposer::suggest_option (const char *bad_opt)
54 option_proposer::get_completions (const char *option_prefix,
87 option_proposer::suggest_completion (const char *option_prefix)
96 option_proposer::build_option_suggestions (const char *prefix)
208 verify_autocompletions (option_proposer &proposer, const char *option_prefix)
225 test_completion_valid_options (option_proposer &proposer)
289 test_completion_valid_params (option_proposer &proposer)
331 in_completion_p (option_proposer &proposer, const char *option_prefix
    [all...]

Completed in 19 milliseconds