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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
subtypes.exp 23 standard_testfile .cc subtypes-2.cc
25 include_file subtypes.h
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
subtypes.exp 23 standard_testfile .cc subtypes-2.cc
25 include_file subtypes.h
  /src/external/gpl3/binutils/dist/gprofng/src/
MetricList.cc 37 // loop over the base_metrics, and add in all the appropriate subtypes
230 BaseMetric::SubType subtypes[10]; local
247 // a vector of SubTypes (any of [iead] or STATIC)
252 char *mname = parse_metric_spec (mcmd, subtypes, &nsubtypes,
270 // loop over subtypes requested
273 int ret = add_matching_dmetrics (base_items, mname, subtypes, nsubtypes,
338 subtypes[0] = BaseMetric::STATIC;
339 (void) add_matching_dmetrics (base_items, NTXT ("name"), subtypes, 1, VAL_VALUE, true);
520 BaseMetric::SubType subtypes[10]; local
545 // a vector of SubTypes (any of [iead] or STATIC
880 BaseMetric::SubType *subtypes = _subtypes; local
    [all...]
MetricList.h 146 BaseMetric::SubType *subtypes, int nsubtypes,
152 char *parse_metric_spec (char *cmd, BaseMetric::SubType *subtypes,
  /src/external/gpl3/binutils.old/dist/gprofng/src/
MetricList.cc 37 // loop over the base_metrics, and add in all the appropriate subtypes
230 BaseMetric::SubType subtypes[10]; local
247 // a vector of SubTypes (any of [iead] or STATIC)
252 char *mname = parse_metric_spec (mcmd, subtypes, &nsubtypes,
270 // loop over subtypes requested
273 int ret = add_matching_dmetrics (base_items, mname, subtypes, nsubtypes,
338 subtypes[0] = BaseMetric::STATIC;
339 (void) add_matching_dmetrics (base_items, NTXT ("name"), subtypes, 1, VAL_VALUE, true);
520 BaseMetric::SubType subtypes[10]; local
545 // a vector of SubTypes (any of [iead] or STATIC
880 BaseMetric::SubType *subtypes = _subtypes; local
    [all...]
MetricList.h 146 BaseMetric::SubType *subtypes, int nsubtypes,
152 char *parse_metric_spec (char *cmd, BaseMetric::SubType *subtypes,
  /src/external/bsd/wpa/dist/wpa_supplicant/
interworking.h 15 u16 info_ids[], size_t num_ids, u32 subtypes,
interworking.c 2806 u16 info_ids[], size_t num_ids, u32 subtypes,
2832 if (subtypes != 0) {
2836 hs20_put_anqp_req(subtypes, NULL, 0, extra_buf);
ctrl_iface.c 7902 u32 subtypes = 0; local
7926 subtypes |= BIT(num);
7951 if (num_id == 0 && !subtypes && !mbo_subtypes)
7954 return anqp_send_req(wpa_s, dst_addr, freq, id, num_id, subtypes,
8104 u32 subtypes = 0; local
8116 subtypes |= BIT(num);
8123 if (subtypes == 0)
8126 return hs20_anqp_send_req(wpa_s, dst_addr, subtypes, NULL, 0, 0);
  /src/external/gpl3/gcc/dist/gcc/config/arm/
aarch-common-protos.h 173 const struct aarch_branch_protect_type* subtypes; member in struct:aarch_branch_protect_type
aarch-common.cc 734 if (type->subtypes == NULL)
740 const aarch_branch_protect_type *subtype = type->subtypes;
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.h 73 AuthRecord *subtypes; member in struct:service_instance
uds_daemon.c 1127 AuthRecord *st = instance->subtypes;
1156 AuthRecord *st = instance->subtypes;
1233 if (srv->subtypes)
1235 freeL("ServiceSubTypes", srv->subtypes);
1236 srv->subtypes = NULL;
2659 mDNSlocal mStatus AllocateSubTypes(mDNSu32 NumSubTypes, char *p, AuthRecord **subtypes)
2679 *subtypes = st;
2747 result = AllocateSubTypes(servicereg->num_subtypes, servicereg->type_as_string, &instance->subtypes);
2768 instance->subtypes, servicereg->num_subtypes,
3054 char type_as_string[MAX_ESCAPED_DOMAIN_NAME]; // Note that this service type may include a trailing list of subtypes
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Type.h 330 ArrayRef<Type*> subtypes() const { function in class:llvm::Type
  /src/external/bsd/tcpdump/dist/
print-radius.c 612 const char **subtypes; /* Standard Values (if any) */ member in struct:attrtype
913 table = attr_type[attr_code].subtypes;
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 959 // Enumerate all of the subtypes before we enumerate this type. This ensures
961 for (Type *SubTy : Ty->subtypes())
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers.c 1997 u32 subtypes = 0; local
2045 subtypes |= BIT(num);
2076 ret = anqp_send_req(wpa_s, dst_addr, freq, id, num_id, subtypes,
  /src/external/bsd/openldap/dist/servers/slapd/
slap.h 289 #define SLAP_INDEX_NOSUBTYPES 0x1000UL /* don't use index w/ subtypes */
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 506 external subtypes : lltype -> lltype array = "llvm_subtypes"
llvm.mli 712 (** [subtypes ty] returns [ty]'s subtypes *)
713 val subtypes : lltype -> lltype array var
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp 773 for (auto *T : unwrap(Tp)->subtypes()) {
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 2836 const aarch64_branch_protect_type* subtypes; member in struct:aarch64_branch_protect_type
18135 const aarch64_branch_protect_type *subtype = type->subtypes;

Completed in 138 milliseconds