| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPSearchRequest.h | 35 std::string m_base; member in class:LDAPSearchRequest
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| iterator-utils.h | 63 : m_base (std::forward<Ts> (args)...) {} 65 derived_iterator &operator++ () { ++m_base; return *this; } 68 T operator* () const { return static_cast<T> (*m_base); } 69 T *operator-> () const { return static_cast<T *> (m_base.operator-> ()); } 75 BaseIT m_base; member in class:derived_iterator 83 ++m_base; 91 return m_base == other.m_base; 98 return m_base != other.m_base; [all...] |
| rtl-iter.h | 87 value_type *m_base; member in class:generic_subrtx_iterator 89 /* The number of subrtxes in M_BASE. */ 133 m_base (m_array.stack), 189 m_base[m_end++] = T::get_value (src[2].rt_rtx); 191 m_base[m_end++] = T::get_value (src[1].rt_rtx); 196 the sequence might overrun M_BASE. */ 197 count = add_subrtxes_to_queue (m_array, m_base, m_end, x); 202 m_base = m_array.heap->address (); 203 m_current = m_base[--m_end]; 214 m_current = m_base[--m_end] [all...] |
| value-range.h | 141 tree *m_base; variable 224 return TREE_TYPE (m_base[0]); 233 return m_base[pair * 2]; 242 return m_base[pair * 2 + 1]; 275 tree l = m_base[0]; 276 tree u = m_base[1]; 348 gt_ggc_mx (x->m_base[i * 2]); 349 gt_ggc_mx (x->m_base[i * 2 + 1]); 358 gt_pch_nx (x->m_base[i * 2]); 359 gt_pch_nx (x->m_base[i * 2 + 1]) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| iterator-utils.h | 63 : m_base (std::forward<Ts> (args)...) {} 65 derived_iterator &operator++ () { ++m_base; return *this; } 68 T operator* () const { return static_cast<T> (*m_base); } 69 T *operator-> () const { return static_cast<T *> (m_base.operator-> ()); } 75 BaseIT m_base; member in class:derived_iterator 83 ++m_base; 91 return m_base == other.m_base; 98 return m_base != other.m_base; [all...] |
| rtl-iter.h | 87 value_type *m_base; member in class:generic_subrtx_iterator 89 /* The number of subrtxes in M_BASE. */ 133 m_base (m_array.stack), 189 m_base[m_end++] = T::get_value (src[2].rt_rtx); 191 m_base[m_end++] = T::get_value (src[1].rt_rtx); 196 the sequence might overrun M_BASE. */ 197 count = add_subrtxes_to_queue (m_array, m_base, m_end, x); 202 m_base = m_array.heap->address (); 203 m_current = m_base[--m_end]; 214 m_current = m_base[--m_end] [all...] |
| value-range.h | 365 wide_int *m_base; variable 648 newmem[i] = m_base[i]; 649 m_base = newmem; 657 if (RESIZABLE && m_base != m_ranges) 658 delete[] m_base; 898 const wide_int &l = m_base[0]; 899 const wide_int &u = m_base[1]; 1008 m_base = base; 1084 m_base[0] = wi::min_value (TYPE_PRECISION (type), TYPE_SIGN (type)); 1085 m_base[1] = wi::max_value (TYPE_PRECISION (type), TYPE_SIGN (type)) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-exp.h | 728 operation_up m_base; member in class:expr::ada_aggregate_component
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-exp.h | 728 operation_up m_base; member in class:expr::ada_aggregate_component
|
| /src/external/bsd/atf/dist/atf-c/detail/ |
| process_test.c | 111 struct base_stream m_base; member in struct:capture_stream 116 { .m_base = BASE_STREAM(capture_stream_init, \ 127 s->m_base.m_sb_ptr = &s->m_base.m_sb; 128 RE(atf_process_stream_init_capture(&s->m_base.m_sb)); 138 switch (s->m_base.m_type) { 156 switch (s->m_base.m_type) { 170 atf_process_stream_fini(&s->m_base.m_sb); 174 struct base_stream m_base; member in struct:connect_stream 179 { .m_base = BASE_STREAM(connect_stream_init, 224 struct base_stream m_base; member in struct:inherit_stream 305 struct base_stream m_base; member in struct:redirect_fd_stream 351 struct base_stream m_base; member in struct:redirect_path_stream [all...] |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| region.cc | 156 : m_base (base), m_factor (factor), m_offset (offset) 194 if (a.m_base == b.m_base) 220 if (a.m_base == b.m_base) 285 const svalue *m_base; member in struct:ana::linear_op
|
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins-base.cc | 2723 : binary_permute (base ? UNSPEC_TRN2 : UNSPEC_TRN1), m_base (base) {} 2734 builder.quick_push (m_base + i * 2); 2735 builder.quick_push (m_base + i * 2 + nelts); 2741 unsigned int m_base; member in class:__anon12657::svtrn_impl 2834 : binary_permute (base ? UNSPEC_UZP2 : UNSPEC_UZP1), m_base (base) {} 2844 builder.quick_push (m_base + i * 2); 2849 unsigned int m_base; member in class:__anon12657::svuzp_impl 2956 : binary_permute (base ? UNSPEC_ZIP2 : UNSPEC_ZIP1), m_base (base) {} 2964 poly_uint64 base = m_base * exact_div (nelts, 2); 2975 unsigned int m_base; member in class:__anon12657::svzip_impl [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-sve-builtins-base.cc | 2277 : binary_permute (base ? UNSPEC_TRN2 : UNSPEC_TRN1), m_base (base) {} 2288 builder.quick_push (m_base + i * 2); 2289 builder.quick_push (m_base + i * 2 + nelts); 2295 unsigned int m_base; member in class:__anon15271::svtrn_impl 2389 : binary_permute (base ? UNSPEC_UZP2 : UNSPEC_UZP1), m_base (base) {} 2399 builder.quick_push (m_base + i * 2); 2404 unsigned int m_base; member in class:__anon15271::svuzp_impl 2508 : binary_permute (base ? UNSPEC_ZIP2 : UNSPEC_ZIP1), m_base (base) {} 2516 poly_uint64 base = m_base * exact_div (nelts, 2); 2527 unsigned int m_base; member in class:__anon15271::svzip_impl [all...] |