HomeSort by: relevance | last modified time | path
    Searched defs:domain_type (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/nsd/dist/
namedb.h 33 typedef struct domain domain_type; typedef in typeref:struct:domain
45 domain_type* root;
48 domain_type *numlist_last;
51 domain_type* prehash_list;
72 domain_type* nsec3_cover;
74 domain_type* nsec3_wcard_child_cover;
76 domain_type* nsec3_ds_parent_cover;
78 domain_type* prehash_prev, *prehash_next;
103 domain_type* parent;
104 domain_type* wildcard_child_closest_match
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
prdbg.c 888 char *domain_type = NULL, *free_domain = NULL;
898 domain_type = pop_type (info);
899 if (domain_type == NULL)
901 free_domain = domain_type;
902 if (startswith (domain_type, "class ")
903 && strchr (domain_type + sizeof "class " - 1, ' ') == NULL)
904 domain_type += sizeof "class " - 1;
905 else if (startswith (domain_type, "union class ")
906 && (strchr (domain_type + sizeof "union class " - 1, ' ')
908 domain_type += sizeof "union class " - 1
883 char *domain_type = NULL, *free_domain = NULL; local
    [all...]
debug.c 260 debug_type domain_type; member in struct:debug_method_type
1573 debug_type domain_type, debug_type *arg_types,
1590 m->domain_type = domain_type;
2634 if (type->u.kmethod->domain_type != NULL)
2637 type->u.kmethod->domain_type,
2642 type->u.kmethod->domain_type != NULL,
3198 || ! debug_type_samep (info, t1->u.kmethod->domain_type,
3199 t2->u.kmethod->domain_type)
  /src/external/gpl3/binutils.old/dist/binutils/
prdbg.c 888 char *domain_type = NULL, *free_domain = NULL;
898 domain_type = pop_type (info);
899 if (domain_type == NULL)
901 free_domain = domain_type;
902 if (startswith (domain_type, "class ")
903 && strchr (domain_type + sizeof "class " - 1, ' ') == NULL)
904 domain_type += sizeof "class " - 1;
905 else if (startswith (domain_type, "union class ")
906 && (strchr (domain_type + sizeof "union class " - 1, ' ')
908 domain_type += sizeof "union class " - 1
883 char *domain_type = NULL, *free_domain = NULL; local
    [all...]
debug.c 260 debug_type domain_type; member in struct:debug_method_type
1573 debug_type domain_type, debug_type *arg_types,
1590 m->domain_type = domain_type;
2633 if (type->u.kmethod->domain_type != NULL)
2636 type->u.kmethod->domain_type,
2641 type->u.kmethod->domain_type != NULL,
3193 || ! debug_type_samep (info, t1->u.kmethod->domain_type,
3194 t2->u.kmethod->domain_type)
  /src/external/mit/isl/dist/
isl_fold.c 342 static enum isl_dim_type domain_type(enum isl_dim_type type) function
362 set_type = domain_type(type);
396 set_type = domain_type(type);
439 set_type = domain_type(type);
1747 set_src_type = domain_type(src_type);
1748 set_dst_type = domain_type(dst_type);
isl_polynomial.c 642 static enum isl_dim_type domain_type(enum isl_dim_type type) function
657 type = domain_type(type);
2890 offset = isl_qpolynomial_domain_var_offset(qp, domain_type(type));
3040 type = domain_type(type);
3062 type = domain_type(type);
3492 type = domain_type(type);
3798 type = domain_type(type);
3991 type = domain_type(type);
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-alias.cc 1480 tree domain_type = TYPE_DOMAIN (TREE_TYPE (TREE_OPERAND (ref, 0))); local
1487 else if (domain_type && TYPE_MIN_VALUE (domain_type))
1488 return TYPE_MIN_VALUE (domain_type);
tree-eh.cc 2623 tree domain_type = TYPE_DOMAIN (TREE_TYPE (ref));
2626 range_min = TYPE_MIN_VALUE (domain_type);
2627 range_max = TYPE_MAX_VALUE (domain_type);
2621 tree domain_type = TYPE_DOMAIN (TREE_TYPE (ref)); local
gimple-fold.cc 7954 tree domain_type = NULL_TREE; local
7959 domain_type = TYPE_DOMAIN (TREE_TYPE (ctor));
7960 if (domain_type && TYPE_MIN_VALUE (domain_type))
7963 if (TREE_CODE (TYPE_MIN_VALUE (domain_type)) != INTEGER_CST)
7965 low_bound = wi::to_offset (TYPE_MIN_VALUE (domain_type));
8514 tree domain_type; local
8555 domain_type = TYPE_DOMAIN (TREE_TYPE (init));
8556 gcc_checking_assert (integer_zerop (TYPE_MIN_VALUE (domain_type)));
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-alias.cc 1467 tree domain_type = TYPE_DOMAIN (TREE_TYPE (TREE_OPERAND (ref, 0))); local
1474 else if (domain_type && TYPE_MIN_VALUE (domain_type))
1475 return TYPE_MIN_VALUE (domain_type);
tree-ssa-pre.cc 2668 tree domain_type = TYPE_DOMAIN (TREE_TYPE (genop0)); local
2671 && (!domain_type
2672 || integer_zerop (TYPE_MIN_VALUE (domain_type))))
tree-eh.cc 2619 tree domain_type = TYPE_DOMAIN (TREE_TYPE (ref));
2622 range_min = TYPE_MIN_VALUE (domain_type);
2623 range_max = TYPE_MAX_VALUE (domain_type);
2617 tree domain_type = TYPE_DOMAIN (TREE_TYPE (ref)); local
gimple-fold.cc 7796 tree domain_type = NULL_TREE; local
7801 domain_type = TYPE_DOMAIN (TREE_TYPE (ctor));
7802 if (domain_type && TYPE_MIN_VALUE (domain_type))
7805 if (TREE_CODE (TYPE_MIN_VALUE (domain_type)) != INTEGER_CST)
7807 low_bound = wi::to_offset (TYPE_MIN_VALUE (domain_type));
8356 tree domain_type; local
8397 domain_type = TYPE_DOMAIN (TREE_TYPE (init));
8398 gcc_checking_assert (integer_zerop (TYPE_MIN_VALUE (domain_type)));
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 14042 struct type *domain_type, *set_type;
14045 domain_type = die_type (die, cu);
14053 set_type = create_set_type (alloc, domain_type);
14033 struct type *domain_type, *set_type; local
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 13788 struct type *domain_type, *set_type;
13791 domain_type = die_type (die, cu);
13799 set_type = create_set_type (alloc, domain_type);
13779 struct type *domain_type, *set_type; local

Completed in 114 milliseconds