Searched refs:mtype (Results 1 - 25 of 37) sorted by relevance

12

/haiku-buildtools/legacy/binutils/bfd/
H A Daout-sparcle.c32 #define MACHTYPE_OK(mtype) ((mtype) == M_SPARC || (mtype) == M_SPARCLET)
H A Daout0.c33 #define MACHTYPE_OK(mtype) \
34 ((mtype) == M_UNKNOWN || (mtype) == M_68010 || (mtype) == M_68020)
H A Di386freebsd.c27 #define MACHTYPE_OK(mtype) ((mtype) == M_386_NETBSD || (mtype) == M_UNKNOWN)
H A Di386bsd.c37 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN)
H A Di386dynix.c30 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN)
H A Dsparclynx.c46 #define MACHTYPE_OK(mtype) ((mtype) == M_UNKNOWN \
47 || (mtype) == M_68010 \
48 || (mtype) == M_68020 \
49 || (mtype) == M_SPARC)
H A Daout-cris.c112 #define MACHTYPE_OK(mtype) ((mtype) == M_CRIS)
H A Dmipsbsd.c34 #define MACHTYPE_OK(mtype) ((mtype) == M_UNKNOWN \
35 || (mtype) == M_MIPS1 || (mtype) == M_MIPS2)
H A Daoutf1.h39 #define MACHTYPE_OK(mtype) \
40 (((mtype) == M_SPARC && bfd_lookup_arch (bfd_arch_sparc, 0) != NULL) \
41 || (((mtype) == M_UNKNOWN || (mtype) == M_68010 || (mtype) == M_68020) \
H A Di386linux.c27 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN)
H A Dm68klinux.c27 #define MACHTYPE_OK(mtype) ((mtype) == M_68020 || (mtype) == M_UNKNOWN)
H A Dsparclinux.c28 #define MACHTYPE_OK(mtype) ((mtype) == M_SPARC || (mtype) == M_UNKNOWN)
/haiku-buildtools/binutils/bfd/
H A Daout-sparcle.c33 #define MACHTYPE_OK(mtype) ((mtype) == M_SPARC || (mtype) == M_SPARCLET)
H A Daout0.c34 #define MACHTYPE_OK(mtype) \
35 ((mtype) == M_UNKNOWN || (mtype) == M_68010 || (mtype) == M_68020)
H A Di386freebsd.c28 #define MACHTYPE_OK(mtype) ((mtype) == M_386_NETBSD || (mtype) == M_UNKNOWN)
H A Di386bsd.c37 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN)
H A Di386dynix.c32 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN)
H A Dsparclynx.c47 #define MACHTYPE_OK(mtype) ( (mtype) == M_UNKNOWN \
48 || (mtype) == M_68010 \
49 || (mtype) == M_68020 \
50 || (mtype) == M_SPARC)
H A Daout-cris.c109 #define MACHTYPE_OK(mtype) ((mtype) == M_CRIS)
H A Dmipsbsd.c34 #define MACHTYPE_OK(mtype) ((mtype) == M_UNKNOWN \
35 || (mtype) == M_MIPS1 || (mtype) == M_MIPS2)
H A Daoutf1.h38 #define MACHTYPE_OK(mtype) \
39 (((mtype) == M_SPARC && bfd_lookup_arch (bfd_arch_sparc, 0) != NULL) \
40 || (((mtype) == M_UNKNOWN || (mtype) == M_68010 || (mtype) == M_68020) \
H A Di386linux.c26 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/map/cons/
H A Dnoexcept_move_construct.cc25 typedef std::map<int, int> mtype; typedef
27 static_assert(std::is_nothrow_move_constructible<mtype>::value, "Error");
/haiku-buildtools/legacy/gcc/libobjc/
H A Dgc.c108 const char *mtype; local
116 objc_layout_structure_get_info (&layout, &position, NULL, &mtype);
119 if (*mtype == '"')
121 for (mtype++; *mtype++ != '"';)
125 if (*mtype == _C_GCINVISIBLE)
128 mtype++;
134 switch (*mtype) {
146 __objc_gc_setup_array (mask, mtype, position);
150 __objc_gc_setup_struct (mask, mtype, positio
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Druntime.cc167 Type* mtype = Type::make_function_type(NULL, NULL, NULL, bloc);
168 methods->push_back(Typed_identifier("x", mtype, bloc));

Completed in 190 milliseconds

12