Searched refs:std_options (Results 1 – 8 of 8) sorted by relevance
87 } std_options[] = { variable130 for (i = 0; std_options[i].optstr; ++i) { in print_help()131 if (std_options[i].help) in print_help()132 printf("%s", std_options[i].help); in print_help()165 for (i = 0; std_options[i].optstr; ++i) in parse_opts()166 optstrlen += strlen(std_options[i].optstr); in parse_opts()184 for (i = 0; std_options[i].optstr; ++i) in parse_opts()185 strcat(optionstr, std_options[i].optstr); in parse_opts()
171 std_options = GetOptionValue(argv, 'std')174 std_options = ''.join([' -std=' + define175 for define in std_options if define in nvcc_allowed_std_options])214 nvccopts += std_options
176 std_options = GetOptionValue(argv, 'std')179 std_options = ''.join([' -std=' + define180 for define in std_options if define in nvcc_allowed_std_options])219 nvccopts += std_options
178 std_options = GetOptionValue(argv, 'std')181 std_options = ''.join([' -std=' + define182 for define in std_options if define in nvcc_allowed_std_options])221 nvccopts += std_options
147 std_options = GetOptionValue(argv, 'std')149 std_options = ''.join([' -std=' + define150 for define in std_options if define in hipcc_allowed_std_options])184 hipccopts += std_options
175 std_options = GetOptionValue(argv, 'std')178 std_options = ''.join([180 for define in std_options221 nvccopts += std_options