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

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pragma.cc 850 const char *option_string = TREE_STRING_POINTER (x); local
852 /* option_string + 1 to skip the initial '-' */
853 unsigned int option_index = find_opt (option_string + 1, lang_mask);
861 const char *hint = op.suggest_option (option_string + 1);
870 "%qs is not an option that controls warnings", option_string);
879 option_string, ok_langs, bad_lang);
889 arg = option_string + 1 + cl_options[option_index].opt_len;

Completed in 16 milliseconds