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

  /src/external/gpl3/gcc/dist/gcc/
opt-read.awk 86 name = opt_args_non_empty("Name", props)
87 type = opt_args_non_empty("Type", props)
98 enum_name = opt_args_non_empty("Enum", props)
99 string = opt_args_non_empty("String", props)
100 value = opt_args_non_empty("Value", props)
opt-functions.awk 77 function opt_args_non_empty(name, flags, description) function
  /src/external/gpl3/gcc.old/dist/gcc/
opt-read.awk 85 name = opt_args_non_empty("Name", props)
86 type = opt_args_non_empty("Type", props)
97 enum_name = opt_args_non_empty("Enum", props)
98 string = opt_args_non_empty("String", props)
99 value = opt_args_non_empty("Value", props)
opt-functions.awk 77 function opt_args_non_empty(name, flags, description) function

Completed in 22 milliseconds