Home
last modified time | relevance | path

Searched refs:subtypes (Results 1 – 25 of 52) sorted by relevance

123

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DMetricList.cc230 BaseMetric::SubType subtypes[10]; in set_metrics() local
252 char *mname = parse_metric_spec (mcmd, subtypes, &nsubtypes, in set_metrics()
273 int ret = add_matching_dmetrics (base_items, mname, subtypes, nsubtypes, in set_metrics()
338 subtypes[0] = BaseMetric::STATIC; in set_metrics()
339 (void) add_matching_dmetrics (base_items, NTXT ("name"), subtypes, 1, VAL_VALUE, true); in set_metrics()
520 BaseMetric::SubType subtypes[10]; in set_sort() local
548 mname = parse_metric_spec (mcmd, subtypes, &nsubtypes, &vis, &parseOK); in set_sort()
566 && subtypes[i] != BaseMetric::ATTRIBUTED in set_sort()
567 && subtypes[i] != BaseMetric::STATIC) in set_sort()
570 if (mtype == MET_DATA && subtypes[i] != BaseMetric::DATASPACE in set_sort()
[all …]
H A DMetricList.h146 BaseMetric::SubType *subtypes, int nsubtypes,
152 char *parse_metric_spec (char *cmd, BaseMetric::SubType *subtypes,
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DMetricList.cc230 BaseMetric::SubType subtypes[10]; in set_metrics() local
252 char *mname = parse_metric_spec (mcmd, subtypes, &nsubtypes, in set_metrics()
273 int ret = add_matching_dmetrics (base_items, mname, subtypes, nsubtypes, in set_metrics()
338 subtypes[0] = BaseMetric::STATIC; in set_metrics()
339 (void) add_matching_dmetrics (base_items, NTXT ("name"), subtypes, 1, VAL_VALUE, true); in set_metrics()
520 BaseMetric::SubType subtypes[10]; in set_sort() local
548 mname = parse_metric_spec (mcmd, subtypes, &nsubtypes, &vis, &parseOK); in set_sort()
566 && subtypes[i] != BaseMetric::ATTRIBUTED in set_sort()
567 && subtypes[i] != BaseMetric::STATIC) in set_sort()
570 if (mtype == MET_DATA && subtypes[i] != BaseMetric::DATASPACE in set_sort()
[all …]
H A DMetricList.h146 BaseMetric::SubType *subtypes, int nsubtypes,
152 char *parse_metric_spec (char *cmd, BaseMetric::SubType *subtypes,
/netbsd-src/external/gpl3/gdb/dist/include/mach-o/
H A DChangeLog-111594 (bfd_mach_o_cpu_subtype): Add ARM subtypes.
/netbsd-src/external/gpl3/binutils/dist/include/mach-o/
H A DChangeLog-111594 (bfd_mach_o_cpu_subtype): Add ARM subtypes.
/netbsd-src/external/gpl3/gdb.old/dist/include/mach-o/
H A DChangeLog-111594 (bfd_mach_o_cpu_subtype): Add ARM subtypes.
/netbsd-src/external/gpl3/binutils.old/dist/include/mach-o/
H A DChangeLog-111594 (bfd_mach_o_cpu_subtype): Add ARM subtypes.
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3866.txt210 type or its subtypes and contains each of the presented (and possibly
239 Note that "CN" and "SN" are subtypes of "name".
297 no need to provide both "name" and "name;lang-en" since all subtypes
479 type or its subtypes and contains a language tag option matching the
500 Note that "CN" and "SN" are subtypes of "name".
613 Typically, non-supporting clients simply ignore unrecognized subtypes
H A Drfc4522.txt180 requested attributes list also implicitly requests all subtypes of
189 applies to all the subtypes of the attribute type in the attribute
H A Drfc3671.txt159 Collective attribute types are commonly defined as subtypes of non-
H A Drfc4511.txt1396 subtypes.
1427 that matches the search filter. Attributes that are subtypes of
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h330 ArrayRef<Type*> subtypes() const { in subtypes() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DX86TargetParser.def58 // This macro is used for cpu subtypes present in compiler-rt/libgcc.
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/
H A Dcollective.schema38 # Collective attribute types are commonly defined as subtypes of non-
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-ietf-ldapext-ldapv3-dupent-xx.txt145 values of that attribute's subtypes as if they were values of the
328 specifying name, all attribute subtypes of name will also be
H A Ddraft-legg-ldap-transfer-xx.txt297 attributes list also implicitly requests all subtypes of the
306 attributes list implicitly applies to the subtypes of the attribute
H A Ddraft-howard-rfc2307bis-xx.txt309 not specify an option, all subtypes of that attribute are returned.
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-cc1356 subtypes
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Ditanium2.md399 ;; The issue logic can reorder M slot insns between different subtypes
400 ;; but cannot reorder insn within the same subtypes. The following
1327 ;; The issue logic can reorder M slot insns between different subtypes
1328 ;; but cannot reorder insn within the same subtypes. The following
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Ditanium2.md399 ;; The issue logic can reorder M slot insns between different subtypes
400 ;; but cannot reorder insn within the same subtypes. The following
1327 ;; The issue logic can reorder M slot insns between different subtypes
1328 ;; but cannot reorder insn within the same subtypes. The following
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp961 for (Type *SubTy : Ty->subtypes()) in EnumerateType()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml506 external subtypes : lltype -> lltype array = "llvm_subtypes"
H A Dllvm.mli712 (** [subtypes ty] returns [ty]'s subtypes *)
713 val subtypes : lltype -> lltype array val
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst1750 define particular SPARC processor subtypes that may have the previously
1774 arrays of constants to represent the CPU features and CPU subtypes, and the

123