Searched refs:arg_str (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-builtins.cc | 1932 const char *arg_str = NULL; in get_builtin_code_for_version() local 1983 arg_str = arch_name; in get_builtin_code_for_version() 2002 arg_str = arch_info->name; in get_builtin_code_for_version() 2011 arg_str = "westmere"; in get_builtin_code_for_version() 2020 arg_str = "corei7"; in get_builtin_code_for_version() 2026 arg_str = "ivybridge"; in get_builtin_code_for_version() 2028 arg_str = "sandybridge"; in get_builtin_code_for_version() 2033 arg_str = "broadwell"; in get_builtin_code_for_version() 2035 arg_str = "haswell"; in get_builtin_code_for_version() 2039 arg_str = "amdfam10h"; in get_builtin_code_for_version() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-builtins.c | 1946 const char *arg_str = NULL; in get_builtin_code_for_version() local 1999 arg_str = arch_info->name; in get_builtin_code_for_version() 2008 arg_str = "westmere"; in get_builtin_code_for_version() 2017 arg_str = "corei7"; in get_builtin_code_for_version() 2023 arg_str = "ivybridge"; in get_builtin_code_for_version() 2025 arg_str = "sandybridge"; in get_builtin_code_for_version() 2030 arg_str = "broadwell"; in get_builtin_code_for_version() 2032 arg_str = "haswell"; in get_builtin_code_for_version() 2036 arg_str = "amdfam10h"; in get_builtin_code_for_version() 2051 if (predicate_list && arg_str == NULL) in get_builtin_code_for_version() [all …]
|
| /netbsd-src/external/bsd/bc/dist/ |
| H A D | proto.h | 68 char *arg_str (arg_list *args);
|
| H A D | bc.y | 351 params = arg_str ($5); 352 autos = arg_str ($10);
|
| H A D | util.c | 120 arg_str (arg_list *args) in arg_str() function
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | ca.c | 2492 char *rtime_str, *reason_str = NULL, *arg_str = NULL, *p; in unpack_revinfo() local 2516 arg_str = p + 1; in unpack_revinfo() 2546 if (!arg_str) { in unpack_revinfo() 2551 hold = OBJ_txt2obj(arg_str, 0); in unpack_revinfo() 2554 BIO_printf(bio_err, "invalid object identifier %s\n", arg_str); in unpack_revinfo() 2562 if (!arg_str) { in unpack_revinfo() 2571 if (!ASN1_GENERALIZEDTIME_set_string(comp_time, arg_str)) { in unpack_revinfo() 2572 BIO_printf(bio_err, "invalid compromised time %s\n", arg_str); in unpack_revinfo()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
| H A D | ca.c | 2568 char *rtime_str, *reason_str = NULL, *arg_str = NULL, *p; in unpack_revinfo() local 2592 arg_str = p + 1; in unpack_revinfo() 2622 if (!arg_str) { in unpack_revinfo() 2627 hold = OBJ_txt2obj(arg_str, 0); in unpack_revinfo() 2630 BIO_printf(bio_err, "invalid object identifier %s\n", arg_str); in unpack_revinfo() 2638 if (!arg_str) { in unpack_revinfo() 2647 if (!ASN1_GENERALIZEDTIME_set_string(comp_time, arg_str)) { in unpack_revinfo() 2648 BIO_printf(bio_err, "invalid compromised time %s\n", arg_str); in unpack_revinfo()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 15807 aarch64_process_one_target_attr (char *arg_str) in aarch64_process_one_target_attr() argument 15811 size_t len = strlen (arg_str); in aarch64_process_one_target_attr() 15820 strcpy (str_to_check, arg_str); in aarch64_process_one_target_attr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 18901 aarch64_process_one_target_attr (char *arg_str) in aarch64_process_one_target_attr() argument 18905 size_t len = strlen (arg_str); in aarch64_process_one_target_attr() 18914 strcpy (str_to_check, arg_str); in aarch64_process_one_target_attr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000.cc | 25070 const char *arg_str = rs6000_clone_map[clone_isa].name; in add_condition_to_bb() local 25071 tree predicate_arg = build_string_literal (strlen (arg_str) + 1, arg_str); in add_condition_to_bb()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000.c | 24384 const char *arg_str = rs6000_clone_map[clone_isa].name; in add_condition_to_bb() local 24385 tree predicate_arg = build_string_literal (strlen (arg_str) + 1, arg_str); in add_condition_to_bb()
|