Home
last modified time | relevance | path

Searched refs:srctype (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-fold.cc947 tree srctype in gimple_fold_builtin_memory_op() local
980 && !(srctype in gimple_fold_builtin_memory_op()
981 && AGGREGATE_TYPE_P (srctype) in gimple_fold_builtin_memory_op()
982 && TYPE_REVERSE_STORAGE_ORDER (srctype)) in gimple_fold_builtin_memory_op()
1012 tree srctype = type; in gimple_fold_builtin_memory_op() local
1015 srctype = build_aligned_type (type, src_align); in gimple_fold_builtin_memory_op()
1016 tree srcmem = fold_build2 (MEM_REF, srctype, src, off0); in gimple_fold_builtin_memory_op()
1166 if (!srctype in gimple_fold_builtin_memory_op()
1167 || (AGGREGATE_TYPE_P (srctype) in gimple_fold_builtin_memory_op()
1168 && TYPE_REVERSE_STORAGE_ORDER (srctype))) in gimple_fold_builtin_memory_op()
[all …]
Dtree-vect-stmts.cc2812 tree srctype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist); in vect_build_gather_load_calls() local
2818 gcc_checking_assert (types_compatible_p (srctype, rettype) in vect_build_gather_load_calls()
2821 || types_compatible_p (srctype, masktype))); in vect_build_gather_load_calls()
2823 masktype = truth_type_for (srctype); in vect_build_gather_load_calls()
2995 src_op = build_zero_cst (srctype); in vect_build_gather_load_calls()
7704 tree rettype, srctype, ptrtype, idxtype, masktype, scaletype; in vectorizable_store() local
7759 srctype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist); in vectorizable_store()
7833 if (!useless_type_conversion_p (srctype, TREE_TYPE (src))) in vectorizable_store()
7836 TYPE_VECTOR_SUBPARTS (srctype))); in vectorizable_store()
7837 var = vect_get_new_ssa_name (srctype, vect_simple_var); in vectorizable_store()
[all …]
DChangeLog-200934796 is volatile. Set srctype or desttype to non-qualified version
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtracepoint.c2811 const char *srctype, const char *src, in encode_source_string() argument
2814 if (80 + strlen (srctype) > buf_size) in encode_source_string()
2818 srctype, 0, (int) strlen (src)); in encode_source_string()
3400 const char *srctype; in parse_tracepoint_definition() local
3472 srctype = p; in parse_tracepoint_definition()
3485 if (startswith (srctype, "at:")) in parse_tracepoint_definition()
3487 else if (startswith (srctype, "cond:")) in parse_tracepoint_definition()
3489 else if (startswith (srctype, "cmd:")) in parse_tracepoint_definition()
Dtracepoint.h365 const char *srctype, const char *src,
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dgennltvals.py103 cpp: str, srctype: str, srcdir: Path,
/netbsd/src/external/bsd/libpcap/dist/
Dpcap.c2825 int srctype; local
2846 if (pcap_parsesrcstr(device, &srctype, host, port, name, errbuf))
2849 if (srctype == PCAP_SRC_IFREMOTE) {
2860 if (srctype == PCAP_SRC_FILE) {
2864 if (srctype == PCAP_SRC_IFLOCAL) {
/netbsd/src/external/cddl/osnet/dist/lib/libzfs/common/
Dlibzfs_dataset.c2096 get_source(zfs_handle_t *zhp, zprop_source_t *srctype, char *source, in get_source() argument
2099 if (statbuf == NULL || *srctype == ZPROP_SRC_TEMPORARY) in get_source()
2103 *srctype = ZPROP_SRC_NONE; in get_source()
2105 *srctype = ZPROP_SRC_DEFAULT; in get_source()
2107 *srctype = ZPROP_SRC_RECEIVED; in get_source()
2110 *srctype = ZPROP_SRC_LOCAL; in get_source()
2113 *srctype = ZPROP_SRC_INHERITED; in get_source()
Dlibzfs_pool.c245 zprop_source_t *srctype, boolean_t literal) in zpool_get_prop() argument
286 if (srctype != NULL) in zpool_get_prop()
287 *srctype = src; in zpool_get_prop()
382 if (srctype) in zpool_get_prop()
383 *srctype = src; in zpool_get_prop()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcall.cc10151 tree srctype = NULL_TREE; in maybe_warn_class_memaccess() local
10270 srctype = TREE_TYPE ((*args)[srcidx]); in maybe_warn_class_memaccess()
10271 if (!srctype || !INDIRECT_TYPE_P (srctype)) in maybe_warn_class_memaccess()
10272 srctype = void_type_node; in maybe_warn_class_memaccess()
10274 srctype = TREE_TYPE (srctype); in maybe_warn_class_memaccess()
10298 && !VOID_TYPE_P (srctype) in maybe_warn_class_memaccess()
10299 && !is_byte_access_type (srctype) in maybe_warn_class_memaccess()
10301 srctype)) in maybe_warn_class_memaccess()
10308 fndecl, desttype, srctype); in maybe_warn_class_memaccess()
10311 && !VOID_TYPE_P (srctype) in maybe_warn_class_memaccess()
[all …]
/netbsd/src/external/cddl/osnet/dist/cmd/zpool/
Dzpool_main.c5309 zprop_source_t srctype; in get_callback() local
5325 srctype = ZPROP_SRC_LOCAL; in get_callback()
5330 cbp, pl->pl_user_prop, value, srctype, in get_callback()
5335 sizeof (value), &srctype, cbp->cb_literal) != 0) in get_callback()
5339 zpool_prop_to_name(pl->pl_prop), value, srctype, in get_callback()