Searched refs:possible_flags (Results 1 – 1 of 1) sorted by relevance
3773 char *possible_flags[] = { "verbatim" }; in nds32_flag() local3782 for (i = 0; i < (int) ARRAY_SIZE (possible_flags); i++) in nds32_flag()3784 if (strcmp (name, possible_flags[i]) == 0) in nds32_flag()