Home
last modified time | relevance | path

Searched refs:std_options (Results 1 – 8 of 8) sorted by relevance

/external/ltp/lib/
Dparse_opts.c87 } std_options[] = { variable
130 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()
/external/tensorflow/third_party/toolchains/preconfig/centos6/gcc7-nvcc-cuda10.0/clang/bin/
Dcrosstool_wrapper_driver_is_not_gcc171 std_options = GetOptionValue(argv, 'std')
174 std_options = ''.join([' -std=' + define
175 for define in std_options if define in nvcc_allowed_std_options])
214 nvccopts += std_options
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1/clang/bin/
Dcrosstool_wrapper_driver_is_not_gcc176 std_options = GetOptionValue(argv, 'std')
179 std_options = ''.join([' -std=' + define
180 for define in std_options if define in nvcc_allowed_std_options])
219 nvccopts += std_options
/external/tensorflow/third_party/gpus/crosstool/clang/bin/
Dcrosstool_wrapper_driver_is_not_gcc.tpl178 std_options = GetOptionValue(argv, 'std')
181 std_options = ''.join([' -std=' + define
182 for define in std_options if define in nvcc_allowed_std_options])
221 nvccopts += std_options
Dcrosstool_wrapper_driver_rocm.tpl147 std_options = GetOptionValue(argv, 'std')
149 std_options = ''.join([' -std=' + define
150 for define in std_options if define in hipcc_allowed_std_options])
184 hipccopts += std_options
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0/clang/bin/
Dcrosstool_wrapper_driver_is_not_gcc176 std_options = GetOptionValue(argv, 'std')
179 std_options = ''.join([' -std=' + define
180 for define in std_options if define in nvcc_allowed_std_options])
219 nvccopts += std_options
/external/tensorflow/third_party/toolchains/preconfig/centos6/gcc7-nvcc-cuda10.1/clang/bin/
Dcrosstool_wrapper_driver_is_not_gcc175 std_options = GetOptionValue(argv, 'std')
178 std_options = ''.join([
180 for define in std_options
221 nvccopts += std_options
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/gcc5-rocm/clang/bin/
Dcrosstool_wrapper_driver_is_not_gcc147 std_options = GetOptionValue(argv, 'std')
149 std_options = ''.join([' -std=' + define
150 for define in std_options if define in hipcc_allowed_std_options])
184 hipccopts += std_options