HomeSort by: relevance | last modified time | path
    Searched defs:m_type (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/external/bsd/atf/dist/atf-c/
error.h 45 const char *m_type; member in struct:atf_error
  /src/external/bsd/atf/dist/atf-c/detail/
fs.h 85 int m_type; member in struct:atf_fs_stat
process.h 47 int m_type; member in struct:atf_process_stream
49 /* Valid if m_type == connect. */
53 /* Valid if m_type == redirect_fd. */
56 /* Valid if m_type == redirect_path. */
sanity_test.c 57 enum type m_type; member in struct:test_data
69 switch (td->m_type) {
  /src/external/gpl3/gdb.old/dist/gdb/
reggroups.h 47 m_type (type)
56 { return m_type; }
63 enum reggroup_type m_type; member in struct:reggroup
f-array-walker.h 199 : m_type (type),
202 m_ndimensions (calc_f77_array_dims (m_type)),
210 walk_1 (m_type, 0, false);
285 struct type *m_type; member in class:fortran_array_walker
287 /* The address in target memory for the object of M_TYPE being
294 /* The total number of dimensions in M_TYPE. */
location.h 110 return m_type;
116 : m_type (t)
122 m_type (t)
128 m_type (other.m_type)
142 enum location_spec_type m_type; member in struct:location_spec
  /src/external/gpl3/gdb/dist/gdb/
reggroups.h 47 m_type (type)
56 { return m_type; }
63 enum reggroup_type m_type; member in struct:reggroup
f-array-walker.h 199 : m_type (type),
202 m_ndimensions (calc_f77_array_dims (m_type)),
210 walk_1 (m_type, 0, false);
285 struct type *m_type; member in class:fortran_array_walker
287 /* The address in target memory for the object of M_TYPE being
294 /* The total number of dimensions in M_TYPE. */
frame-unwind.h 179 : m_name (name), m_type (type), m_unwinder_class (uclass),
187 { return m_type; }
247 frame_type m_type; member in class:frame_unwind
location.h 110 return m_type;
116 : m_type (t)
122 m_type (t)
128 m_type (other.m_type)
142 enum location_spec_type m_type; member in struct:location_spec
  /src/external/bsd/atf/dist/tools/
fs.hpp 187 int m_type; member in class:tools::fs::file_info
parser.hpp 101 token_type m_type; member in struct:tools::parser::token
  /src/external/gpl3/gcc/dist/gcc/
tree-vector-builder.h 34 tree_vector_builder () : m_type (0) {}
38 tree type () const { return m_type; }
60 tree m_type; member in class:tree_vector_builder
81 m_type = type;
101 return INTEGRAL_TYPE_P (TREE_TYPE (m_type));
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vector-builder.h 34 tree_vector_builder () : m_type (0) {}
38 tree type () const { return m_type; }
60 tree m_type; member in class:tree_vector_builder
81 m_type = type;
101 return INTEGRAL_TYPE_P (TREE_TYPE (m_type));
  /src/tests/net/bpfjit/
t_extmem.c 45 #undef m_type macro
t_cop.c 45 #undef m_type macro
t_mbuf.c 47 #undef m_type macro
  /src/external/bsd/elftosb/dist/common/
StSRecordFile.h 45 unsigned m_type; //!< Record number type, such as 9 for "S9", 3 for "S3" and so on. member in struct:StSRecordFile::SRecord
Operation.h 65 ExecuteOperation() : Operation(), m_target(), m_argument(0), m_type(kCall), m_isHAB(false) {}
73 inline void setExecuteType(execute_type_t type) { m_type = type; }
74 inline execute_type_t getExecuteType() { return m_type; }
82 execute_type_t m_type; member in class:elftosb::ExecuteOperation
StExecutableImage.h 55 MemoryRegionType m_type; //!< Memory region type. member in struct:StExecutableImage::MemoryRegion
  /src/tests/net/bpf/
t_bpf.c 50 #undef m_type macro
t_mbuf.c 46 #undef m_type macro
  /src/usr.sbin/npf/npftest/libnpftest/
npf_test.h 61 int m_type; member in struct:mbuf
  /src/tests/net/bpfilter/
t_bpfilter.c 52 #undef m_type macro

Completed in 31 milliseconds

1 2 3