HomeSort by: relevance | last modified time | path
    Searched refs:srctype (Results 1 - 21 of 21) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-fold.cc 947 tree srctype local
980 && !(srctype
981 && AGGREGATE_TYPE_P (srctype)
982 && TYPE_REVERSE_STORAGE_ORDER (srctype))
1012 tree srctype = type; local
1015 srctype = build_aligned_type (type, src_align);
1016 tree srcmem = fold_build2 (MEM_REF, srctype, src, off0);
1166 if (!srctype
1167 || (AGGREGATE_TYPE_P (srctype)
1168 && TYPE_REVERSE_STORAGE_ORDER (srctype)))
    [all...]
tree-vect-stmts.cc 2813 tree srctype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist); local
2819 gcc_checking_assert (types_compatible_p (srctype, rettype)
2822 || types_compatible_p (srctype, masktype)));
2824 masktype = truth_type_for (srctype);
2996 src_op = build_zero_cst (srctype);
7705 tree rettype, srctype, ptrtype, idxtype, masktype, scaletype; local
7760 srctype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist);
7834 if (!useless_type_conversion_p (srctype, TREE_TYPE (src)))
7837 TYPE_VECTOR_SUBPARTS (srctype)));
7838 var = vect_get_new_ssa_name (srctype, vect_simple_var)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-fold.cc 944 tree srctype local
977 && !(srctype
978 && AGGREGATE_TYPE_P (srctype)
979 && TYPE_REVERSE_STORAGE_ORDER (srctype))
1012 tree srctype = type; local
1015 srctype = build_aligned_type (type, src_align);
1016 tree srcmem = fold_build2 (MEM_REF, srctype, src, off0);
1166 if (!srctype
1167 || (AGGREGATE_TYPE_P (srctype)
1168 && TYPE_REVERSE_STORAGE_ORDER (srctype)))
    [all...]
tree-vect-stmts.cc 2656 tree srctype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist); local
2662 gcc_checking_assert (types_compatible_p (srctype, rettype)
2665 || types_compatible_p (srctype, masktype)));
2706 src_op = build_zero_cst (srctype);
2757 tree srctype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist); local
2794 if (!useless_type_conversion_p (srctype, TREE_TYPE (src)))
2797 TYPE_VECTOR_SUBPARTS (srctype)));
2798 tree var = vect_get_new_ssa_name (srctype, vect_simple_var);
2799 src = build1 (VIEW_CONVERT_EXPR, srctype, src);
  /src/external/gpl3/gdb.old/dist/gdb/
tracepoint.h 364 const char *srctype, const char *src,
tracepoint.c 2815 const char *srctype, const char *src,
2818 if (80 + strlen (srctype) > buf_size)
2822 srctype, 0, (int) strlen (src));
3404 const char *srctype; local
3476 srctype = p;
3489 if (startswith (srctype, "at:"))
3491 else if (startswith (srctype, "cond:"))
3493 else if (startswith (srctype, "cmd:"))
  /src/external/gpl3/gdb/dist/gdb/
tracepoint.h 364 const char *srctype, const char *src,
tracepoint.c 2815 const char *srctype, const char *src,
2818 if (80 + strlen (srctype) > buf_size)
2822 srctype, 0, (int) strlen (src));
3404 const char *srctype; local
3476 srctype = p;
3489 if (startswith (srctype, "at:"))
3491 else if (startswith (srctype, "cond:"))
3493 else if (startswith (srctype, "cmd:"))
  /src/external/gpl3/gdb.old/dist/sim/common/
gennltvals.py 103 cpp: str, srctype: str, srcdir: Path,
121 target_map = output_dir / f'target-newlib-{srctype}.c'
  /src/external/gpl3/gdb/dist/sim/common/
gennltvals.py 103 cpp: str, srctype: str, srcdir: Path,
121 target_map = output_dir / f'target-newlib-{srctype}.c'
  /src/external/bsd/unbound/dist/util/
netevent.c 580 if(r->srctype != 4 && r->srctype != 6) {
581 log_info("%s: unknown srctype %d", str, r->srctype);
585 if(r->srctype == 6) {
595 } else if(r->srctype == 4) {
665 if(r->srctype == 4) {
700 } else if(r->srctype == 6) {
732 if(verbosity >= VERB_ALGO && r->srctype != 0)
872 if(errno == EINVAL && r->srctype == 4
    [all...]
netevent.h 149 int srctype; member in struct:comm_reply
  /src/external/bsd/libpcap/dist/
pcap.c 2833 int srctype; local
2854 if (pcap_parsesrcstr(device, &srctype, host, port, name, errbuf))
2857 if (srctype == PCAP_SRC_IFREMOTE) {
2868 if (srctype == PCAP_SRC_FILE) {
2872 if (srctype == PCAP_SRC_IFLOCAL) {
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_dataset.c 2096 get_source(zfs_handle_t *zhp, zprop_source_t *srctype, char *source,
2099 if (statbuf == NULL || *srctype == ZPROP_SRC_TEMPORARY)
2103 *srctype = ZPROP_SRC_NONE;
2105 *srctype = ZPROP_SRC_DEFAULT;
2107 *srctype = ZPROP_SRC_RECEIVED;
2110 *srctype = ZPROP_SRC_LOCAL;
2113 *srctype = ZPROP_SRC_INHERITED;
libzfs_pool.c 245 zprop_source_t *srctype, boolean_t literal)
286 if (srctype != NULL)
287 *srctype = src;
382 if (srctype)
383 *srctype = src;
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 10832 tree srctype = NULL_TREE;
10951 srctype = TREE_TYPE ((*args)[srcidx]);
10952 if (!srctype || !INDIRECT_TYPE_P (srctype))
10953 srctype = void_type_node;
10955 srctype = TREE_TYPE (srctype);
10979 && !VOID_TYPE_P (srctype)
10980 && !is_byte_access_type (srctype)
10982 srctype))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 10151 tree srctype = NULL_TREE;
10270 srctype = TREE_TYPE ((*args)[srcidx]);
10271 if (!srctype || !INDIRECT_TYPE_P (srctype))
10272 srctype = void_type_node;
10274 srctype = TREE_TYPE (srctype);
10298 && !VOID_TYPE_P (srctype)
10299 && !is_byte_access_type (srctype)
10301 srctype))
    [all...]
  /src/external/cddl/osnet/dist/cmd/zpool/
zpool_main.c 5309 zprop_source_t srctype; local
5325 srctype = ZPROP_SRC_LOCAL;
5330 cbp, pl->pl_user_prop, value, srctype, local
5335 sizeof (value), &srctype, cbp->cb_literal) != 0)
5339 zpool_prop_to_name(pl->pl_prop), value, srctype,
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 2663 char *srctype, *src; local
2687 srctype = (char *) xmalloc (packet - saved + 1);
2688 memcpy (srctype, saved, packet - saved);
2689 srctype[packet - saved] = '\0';
2700 newlast->type = srctype;
  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 2522 char *srctype, *src; local
2546 srctype = (char *) xmalloc (packet - saved + 1);
2547 memcpy (srctype, saved, packet - saved);
2548 srctype[packet - saved] = '\0';
2559 newlast->type = srctype;
  /src/external/bsd/unbound/dist/services/
listen_dnsport.c 3766 repinfo->srctype = 6;
3779 repinfo->srctype = 4;
3788 if(repinfo->srctype == 6) {

Completed in 92 milliseconds