HomeSort by: relevance | last modified time | path
    Searched defs:m_code (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPUrl.h 206 int m_code; member in class:LDAPUrlException
  /src/external/gpl3/gdb/dist/gdb/
parser-defs.h 113 : m_code (code),
128 enum type_code m_code; member in struct:expr_complete_tag
  /src/external/gpl3/gdb.old/dist/gdb/
parser-defs.h 113 : m_code (code),
128 enum type_code m_code; member in struct:expr_complete_tag
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins-functions.h 477 CONSTEXPR fixed_insn_function (insn_code code) : m_code (code) {}
482 return e.use_exact_insn (m_code);
486 insn_code m_code; member in class:aarch64_sve::fixed_insn_function
576 : m_code (code), m_wide_unspec (wide_unspec) {}
587 if (aarch64_simd_shift_imm_p (shift, elem_mode, m_code == ASHIFT))
590 return e.map_to_rtx_codes (m_code, m_code, -1);
600 rtx_code m_code; member in class:aarch64_sve::shift_wide
610 CONSTEXPR unary_count (rtx_code code) : m_code (code) {}
620 return e.use_pred_x_insn (code_for_aarch64_pred (m_code, mode))
626 rtx_code m_code; member in class:aarch64_sve::unary_count
    [all...]
aarch64-sve-builtins-base.cc 384 : m_code (code), m_unspec_for_fp (unspec_for_fp) {}
402 return gimple_build_assign (f.lhs, m_code, rhs1, rhs2);
420 rtx_code code = get_rtx_code (m_code, unsigned_p);
429 tree_code m_code; member in class:__anon10305::svcmp_impl
441 : m_code (code), m_unspec_for_sint (unspec_for_sint),
449 rtx_code code = get_rtx_code (m_code, unsigned_p);
471 tree_code m_code; member in class:__anon10305::svcmp_wide_impl
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-functions.h 571 CONSTEXPR fixed_insn_function (insn_code code) : m_code (code) {}
576 return e.use_exact_insn (m_code);
580 insn_code m_code; member in class:aarch64_sve::fixed_insn_function
741 : m_code (code), m_wide_unspec (wide_unspec) {}
752 if (aarch64_simd_shift_imm_p (shift, elem_mode, m_code == ASHIFT))
755 return e.map_to_rtx_codes (m_code, m_code, -1, -1);
765 rtx_code m_code; member in class:aarch64_sve::shift_wide
775 CONSTEXPR unary_count (rtx_code code) : m_code (code) {}
785 return e.use_pred_x_insn (code_for_aarch64_pred (m_code, mode))
791 rtx_code m_code; member in class:aarch64_sve::unary_count
    [all...]
aarch64-sve-builtins-base.cc 407 : m_code (code), m_unspec_for_fp (unspec_for_fp) {}
425 return gimple_build_assign (f.lhs, m_code, rhs1, rhs2);
443 rtx_code code = get_rtx_code (m_code, unsigned_p);
452 tree_code m_code; member in class:__anon82::svcmp_impl
464 : m_code (code), m_unspec_for_sint (unspec_for_sint),
472 rtx_code code = get_rtx_code (m_code, unsigned_p);
494 tree_code m_code; member in class:__anon82::svcmp_wide_impl
  /src/external/gpl3/gcc/dist/gcc/
gimple-range-op.cc 1066 cfn_ubsan (enum tree_code code) { m_code = code; }
1075 bool result = range_op_handler (m_code).fold_range (r, type, lh, rh, rel);
1086 enum tree_code m_code; member in class:cfn_ubsan
opts.cc 1588 m_code (code), m_values (values)
1592 int m_code; member in class:option_help_tuple
1944 const struct cl_option *option = cl_options + help_tuples[i].m_code;
range-op.cc 2331 operator_div (tree_code div_kind) { m_code = div_kind; }
2341 { update_known_bitmask (r, m_code, lh, rh); }
2343 tree_code m_code; member in class:operator_div
2361 switch (m_code)
  /src/external/gpl3/gcc.old/dist/gcc/
opts.cc 1518 m_code (code), m_values (values)
1522 int m_code; member in class:option_help_tuple
1874 const struct cl_option *option = cl_options + help_tuples[i].m_code;

Completed in 48 milliseconds