| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins-base.def | 23 DEF_SVE_FUNCTION (svacge, compare_opt_n, all_float, implicit) 24 DEF_SVE_FUNCTION (svacgt, compare_opt_n, all_float, implicit) 25 DEF_SVE_FUNCTION (svacle, compare_opt_n, all_float, implicit) 26 DEF_SVE_FUNCTION (svaclt, compare_opt_n, all_float, implicit) 28 DEF_SVE_FUNCTION (svaddv, reduction_wide, all_arith, implicit) 31 DEF_SVE_FUNCTION (svandv, reduction, all_integer, implicit) 43 DEF_SVE_FUNCTION (svclasta, clast, all_data, implicit) 44 DEF_SVE_FUNCTION (svclastb, clast, all_data, implicit) 49 DEF_SVE_FUNCTION (svcmpeq, compare_opt_n, all_arith, implicit) 50 DEF_SVE_FUNCTION (svcmpeq_wide, compare_wide_opt_n, bhs_signed, implicit) [all...] |
| aarch64-sve-builtins-sve2.def | 174 DEF_SVE_FUNCTION (svldnt1_gather, load_gather_sv_restricted, sd_data, implicit) 175 DEF_SVE_FUNCTION (svldnt1_gather, load_gather_vs, sd_data, implicit) 176 DEF_SVE_FUNCTION (svldnt1sb_gather, load_ext_gather_offset_restricted, sd_integer, implicit) 177 DEF_SVE_FUNCTION (svldnt1sh_gather, load_ext_gather_offset_restricted, sd_integer, implicit) 178 DEF_SVE_FUNCTION (svldnt1sh_gather, load_ext_gather_index_restricted, sd_integer, implicit) 179 DEF_SVE_FUNCTION (svldnt1sw_gather, load_ext_gather_offset_restricted, d_integer, implicit) 180 DEF_SVE_FUNCTION (svldnt1sw_gather, load_ext_gather_index_restricted, d_integer, implicit) 181 DEF_SVE_FUNCTION (svldnt1ub_gather, load_ext_gather_offset_restricted, sd_integer, implicit) 182 DEF_SVE_FUNCTION (svldnt1uh_gather, load_ext_gather_offset_restricted, sd_integer, implicit) 183 DEF_SVE_FUNCTION (svldnt1uh_gather, load_ext_gather_index_restricted, sd_integer, implicit) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins-base.def | 23 DEF_SVE_FUNCTION (svacge, compare_opt_n, all_float, implicit) 24 DEF_SVE_FUNCTION (svacgt, compare_opt_n, all_float, implicit) 25 DEF_SVE_FUNCTION (svacle, compare_opt_n, all_float, implicit) 26 DEF_SVE_FUNCTION (svaclt, compare_opt_n, all_float, implicit) 28 DEF_SVE_FUNCTION (svadda, fold_left, all_float, implicit) 29 DEF_SVE_FUNCTION (svaddv, reduction_wide, all_arith, implicit) 36 DEF_SVE_FUNCTION (svandv, reduction, all_integer, implicit) 48 DEF_SVE_FUNCTION (svclasta, clast, all_data, implicit) 49 DEF_SVE_FUNCTION (svclastb, clast, all_data, implicit) 54 DEF_SVE_FUNCTION (svcmpeq, compare_opt_n, all_arith, implicit) [all...] |
| aarch64-sve-builtins-sve2.def | 58 DEF_SVE_FUNCTION (svldnt1_gather, load_gather_sv_restricted, sd_data, implicit) 59 DEF_SVE_FUNCTION (svldnt1_gather, load_gather_vs, sd_data, implicit) 60 DEF_SVE_FUNCTION (svldnt1sb_gather, load_ext_gather_offset_restricted, sd_integer, implicit) 61 DEF_SVE_FUNCTION (svldnt1sh_gather, load_ext_gather_offset_restricted, sd_integer, implicit) 62 DEF_SVE_FUNCTION (svldnt1sh_gather, load_ext_gather_index_restricted, sd_integer, implicit) 63 DEF_SVE_FUNCTION (svldnt1sw_gather, load_ext_gather_offset_restricted, d_integer, implicit) 64 DEF_SVE_FUNCTION (svldnt1sw_gather, load_ext_gather_index_restricted, d_integer, implicit) 65 DEF_SVE_FUNCTION (svldnt1ub_gather, load_ext_gather_offset_restricted, sd_integer, implicit) 66 DEF_SVE_FUNCTION (svldnt1uh_gather, load_ext_gather_offset_restricted, sd_integer, implicit) 67 DEF_SVE_FUNCTION (svldnt1uh_gather, load_ext_gather_index_restricted, sd_integer, implicit) [all...] |
| /src/usr.bin/make/unit-tests/ |
| varname-circumflex.exp | 7 implicit.tout: implicit.tin
|
| /src/usr.sbin/timed/timed/ |
| Makefile | 14 CWARNFLAGS.clang+= -Wno-error=implicit-int-float-conversion
|
| /src/external/apache2/llvm/dist/clang/utils/ |
| make-ast-dump-check.sh | 27 --implicit-check-not)
|
| /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
| bidiapi.txt | 8 Unicode BiDi algorithm. It currently provides only implicit reordering and 31 This function will create a reordered string by using the implicit
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| acc_prof.h | 150 _acc_prof_int_t implicit; member in struct:acc_data_event_info 166 _acc_prof_int_t implicit; member in struct:acc_launch_event_info 180 _acc_prof_int_t implicit; member in struct:acc_other_event_info
|
| oacc-profiling.c | 63 /* 'implicit' */ 64 STATIC_ASSERT (offsetof (acc_event_info, data_event.implicit) 65 == offsetof (acc_event_info, launch_event.implicit)); 66 STATIC_ASSERT (offsetof (acc_event_info, data_event.implicit) 67 == offsetof (acc_event_info, other_event.implicit));
|
| oacc-parallel.c | 162 compute_construct_event_info.other_event.implicit = 0; 286 enter_exit_data_event_info.other_event.implicit = 1; 422 construct's (implicit) device initialization when there hasn't 430 enter_data_event_info.other_event.implicit = 0; 520 exit_data_event_info.other_event.implicit = 0; 600 update_event_info.other_event.implicit = 0;
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| acc_prof.h | 150 _acc_prof_int_t implicit; member in struct:acc_data_event_info 166 _acc_prof_int_t implicit; member in struct:acc_launch_event_info 180 _acc_prof_int_t implicit; member in struct:acc_other_event_info
|
| oacc-profiling.c | 63 /* 'implicit' */ 64 STATIC_ASSERT (offsetof (acc_event_info, data_event.implicit) 65 == offsetof (acc_event_info, launch_event.implicit)); 66 STATIC_ASSERT (offsetof (acc_event_info, data_event.implicit) 67 == offsetof (acc_event_info, other_event.implicit));
|
| oacc-parallel.c | 164 compute_construct_event_info.other_event.implicit = 0; 285 enter_exit_data_event_info.other_event.implicit = 1; 422 construct's (implicit) device initialization when there hasn't 430 enter_data_event_info.other_event.implicit = 0; 519 exit_data_event_info.other_event.implicit = 0; 599 update_event_info.other_event.implicit = 0;
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| twt.c | 31 bool requestor, bool trigger, bool implicit, 73 if (implicit) 74 req_type |= BIT(5); /* Implicit TWT */
|
| /src/external/public-domain/sqlite/lib/ |
| Makefile | 20 CWARNFLAGS.clang+= -Wno-error=implicit-int-float-conversion
|
| /src/share/mk/ |
| bsd.rpc.mk | 8 # We don't use implicit suffix rules here to avoid dependencies in the
|
| /src/external/gpl3/gcc/dist/libgcc/config/ft32/ |
| lib1funcs.S | 36 smallest_norm: .long 0x00800000 # implicit bit 225 ldk $r8,(1<<10)|(9<<5)|26 # setup implicit bit and mask for e 229 bins $r0,$r0,$r8 # clear sx, ex and add implicit bit mx 235 bins $r1,$r1,$r8 # clear sy, ey and add implicit bit my 343 # unpack m add implicit bit 344 ldk $r5,(1<<10)|(9<<5)|23 # setup implicit bit and mask for e 346 bins $r0,$r0,$r5 # clear sx, ex and add implicit bit mx 416 bins $r1,$r1,$r5 # clear sy, ey and add implicit bit my 740 or $r0, $r0, $r3 # set implicit bit 787 or $r0, $r0, $r3 # set implicit bi [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/ft32/ |
| lib1funcs.S | 36 smallest_norm: .long 0x00800000 # implicit bit 225 ldk $r8,(1<<10)|(9<<5)|26 # setup implicit bit and mask for e 229 bins $r0,$r0,$r8 # clear sx, ex and add implicit bit mx 235 bins $r1,$r1,$r8 # clear sy, ey and add implicit bit my 343 # unpack m add implicit bit 344 ldk $r5,(1<<10)|(9<<5)|23 # setup implicit bit and mask for e 346 bins $r0,$r0,$r5 # clear sx, ex and add implicit bit mx 416 bins $r1,$r1,$r5 # clear sy, ey and add implicit bit my 740 or $r0, $r0, $r3 # set implicit bit 787 or $r0, $r0, $r3 # set implicit bi [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cvt.cc | 1070 maybe_warn_nodiscard (tree expr, impl_conv_void implicit) 1094 if (implicit != ICV_CAST && fn 1112 else if (implicit != ICV_CAST 1172 The IMPLICIT is ICV_CAST when the user is explicitly converting an expression 1173 to void via a cast. If an expression is being implicitly converted, IMPLICIT 1174 indicates the context of the implicit conversion. */ 1177 convert_to_void (tree expr, impl_conv_void implicit, tsubst_flags_t complain) 1188 if (implicit == ICV_CAST) 1221 if (implicit != ICV_CAST && !side_effects) 1244 if (implicit != ICV_CAST && !warning_suppressed_p (expr /* What warning? */) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cvt.cc | 1039 maybe_warn_nodiscard (tree expr, impl_conv_void implicit) 1061 if (implicit != ICV_CAST && fn 1079 else if (implicit != ICV_CAST 1139 The IMPLICIT is ICV_CAST when the user is explicitly converting an expression 1140 to void via a cast. If an expression is being implicitly converted, IMPLICIT 1141 indicates the context of the implicit conversion. */ 1144 convert_to_void (tree expr, impl_conv_void implicit, tsubst_flags_t complain) 1155 if (implicit == ICV_CAST) 1188 if (implicit != ICV_CAST && !side_effects) 1211 if (implicit != ICV_CAST && !warning_suppressed_p (expr /* What warning? */) [all...] |
| /src/external/bsd/libc++/lib/ |
| Makefile | 52 CWARNFLAGS.clang+= -Wno-error=implicit-exception-spec-mismatch -Wno-error=format-nonliteral -Wno-error=format-security
|
| /src/external/gpl3/gcc/dist/gcc/ |
| debug.h | 157 bool implicit);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| debug.h | 157 bool implicit);
|
| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| gen_template.c | 482 template_members(struct templatehead *temp, const char *basetype, const char *name, const Type *t, int optional, int implicit, int isstruct, int need_offset) 496 implicit ? "|A1_FLAG_IMPLICIT" : "", 502 implicit ? "|A1_FLAG_IMPLICIT" : ""); 648 fprintf(get_code_file(), "/* template_members: %s %s %s */\n", basetype, implicit ? "imp" : "exp", tagimplicit ? "imp" : "exp"); 875 int implicit = 0; local 881 implicit = (type->tag.tagenv == TE_IMPLICIT); 885 template_members(&tl->template, basetype, name, type, optional, implicit, isstruct, need_offset);
|