Searched refs:classes (Results 1 – 25 of 52) sorted by relevance
123
/toolchain/binutils/binutils-2.27/zlib/contrib/iostream3/ |
D | README | 1 These classes provide a C++ stream interface to the zlib library. It allows you 10 The gzifstream and gzofstream classes were originally written by Kevin Ruland 15 The new classes are as standard-compliant as possible, closely following the 16 approach of the standard library's fstream classes. It compiles under gcc versions
|
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | ChangeLog | 50 * elfcpp.h (Mips64_rel, Mips64_rel_write): New classes. 51 (Mips64_rela, Mips64_rela_write): New classes.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
D | armv8-a-it-bad.s | 38 @ Test the various classes of 16-bit instructions that are deprecated.
|
/toolchain/binutils/binutils-2.27/zlib/contrib/dotzlib/DotZLib/ |
D | DotZLib.cs | 82 #region Exception classes
|
/toolchain/binutils/binutils-2.27/zlib/contrib/delphi/ |
D | readme.txt | 47 to the Java classes that implement the java.util.zip.Checksum
|
/toolchain/binutils/binutils-2.27/gold/ |
D | README | 38 possible. In order to do this, many classes are actually templates
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | ChangeLog | 185 * arc-opc.c: Add flag classes required for ldbit. 190 * arc-opc.c: Add flag classes, insert/extract functions, and operands to 198 * arc-opc.c: Add flag classes, insert/extract functions, and operands to 672 (arc_flag_classes): Add new classes. 765 * arc-opc.c (arc_flag_classes): Convert all flag classes to use
|
D | ChangeLog-0001 | 2148 classes. 2152 classes. 2154 Add support for MULSH and OPSR classes.
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/ |
D | allopcodes.S | 4 ;;; insn classes, that we use to generate the proper
|
D | addressing.s | 3 ;; (types/classes is read from include/opcodes/tic4x.h)
|
/toolchain/binutils/binutils-2.27/include/ |
D | ChangeLog | 287 * opcode/arc.h (flag_class_t): Remove all old flag classes, add 3 288 new classes instead.
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | stabs.c | 2094 debug_baseclass *classes; in parse_stab_baseclasses() local 2116 classes = (debug_baseclass *) xmalloc ((c + 1) * sizeof (**retp)); in parse_stab_baseclasses() 2174 classes[i] = debug_make_baseclass (dhandle, type, bitpos, is_virtual, in parse_stab_baseclasses() 2176 if (classes[i] == DEBUG_BASECLASS_NULL) in parse_stab_baseclasses() 2184 classes[i] = DEBUG_BASECLASS_NULL; in parse_stab_baseclasses() 2186 *retp = classes; in parse_stab_baseclasses()
|
/toolchain/binutils/binutils-2.27/include/coff/ |
D | ChangeLog-9103 | 423 * internal.h: Add storage classes for Thumb symbols 440 New storage classes for TIc80. 1009 * m88k.h, i386.h, we32k.h: Don't define all the storage classes;
|
/toolchain/binutils/binutils-2.27/opcodes/po/ |
D | sv.po | 299 msgid "IC:%s [%s] has no terminals or sub-classes\n" 304 msgid "IC:%s has no terminals or sub-classes\n"
|
D | tr.po | 293 msgid "IC:%s [%s] has no terminals or sub-classes\n" 298 msgid "IC:%s has no terminals or sub-classes\n"
|
D | uk.po | 624 msgid "IC:%s [%s] has no terminals or sub-classes\n" 629 msgid "IC:%s has no terminals or sub-classes\n"
|
D | opcodes.pot | 838 msgid "IC:%s [%s] has no terminals or sub-classes\n" 843 msgid "IC:%s has no terminals or sub-classes\n"
|
D | da.po | 573 msgid "IC:%s [%s] has no terminals or sub-classes\n" 578 msgid "IC:%s has no terminals or sub-classes\n"
|
D | zh_CN.po | 845 msgid "IC:%s [%s] has no terminals or sub-classes\n" 850 msgid "IC:%s has no terminals or sub-classes\n"
|
D | it.po | 579 msgid "IC:%s [%s] has no terminals or sub-classes\n" 584 msgid "IC:%s has no terminals or sub-classes\n"
|
D | ga.po | 564 msgid "IC:%s [%s] has no terminals or sub-classes\n" 569 msgid "IC:%s has no terminals or sub-classes\n"
|
D | id.po | 578 msgid "IC:%s [%s] has no terminals or sub-classes\n" 583 msgid "IC:%s has no terminals or sub-classes\n"
|
D | nl.po | 593 msgid "IC:%s [%s] has no terminals or sub-classes\n" 598 msgid "IC:%s has no terminals or sub-classes\n"
|
D | fi.po | 798 msgid "IC:%s [%s] has no terminals or sub-classes\n" 803 msgid "IC:%s has no terminals or sub-classes\n"
|
/toolchain/benchmark/ |
D | panorama.diff | 517 +# operators of the base classes will not be shown. 639 +# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 642 +# definitions whose arguments contain STL classes (e.g. func(std::string); v.s. 644 +# diagrams that involve STL classes more complete and accurate. 654 +# Doxygen will parse them like normal C++ but will assume all classes use public 730 +# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 732 +# If set to NO only classes defined in header files are included. 752 +# undocumented members of documented classes, files or namespaces. 760 +# undocumented classes that are normally visible in the class hierarchy. 761 +# If set to NO (the default) these classes will be included in the various [all …]
|
123