Searched defs:strict (Results 26 - 50 of 63) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.c258 iq2000_reg_mode_ok_for_base_p(rtx reg, enum machine_mode mode ATTRIBUTE_UNUSED, int strict) argument
272 iq2000_legitimate_address_p(enum machine_mode mode, rtx xinsn, bool strict) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68hc11/
H A Dm68hc11.c751 m68hc11_legitimate_address_p_1(enum machine_mode mode, rtx operand, bool strict) argument
782 m68hc11_legitimate_address_p(enum machine_mode mode, rtx operand, bool strict) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.c617 xstormy16_legitimate_address_p(enum machine_mode mode ATTRIBUTE_UNUSED, rtx x, bool strict) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/avr/
H A Davr.c906 legitimate_address_p(enum machine_mode mode, rtx x, int strict) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/bfin/
H A Dbfin.c2123 bfin_valid_reg_p(unsigned int regno, int strict) argument
2130 bfin_legitimate_address_p(enum machine_mode mode, rtx x, int strict) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/c4x/
H A Dc4x.c1446 c4x_legitimate_address_p(enum machine_mode mode, rtx addr, int strict) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/iq2000/
H A Diq2000.c233 iq2000_reg_mode_ok_for_base_p(rtx reg, enum machine_mode mode ATTRIBUTE_UNUSED, int strict) argument
247 iq2000_legitimate_address_p(enum machine_mode mode, rtx xinsn, int strict) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68hc11/
H A Dm68hc11.c729 go_if_legitimate_address_internal(rtx operand, enum machine_mode mode, int strict) argument
760 m68hc11_go_if_legitimate_address(rtx operand, enum machine_mode mode, int strict) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/stormy16/
H A Dstormy16.c650 xstormy16_legitimate_address_p(enum machine_mode mode ATTRIBUTE_UNUSED, rtx x, int strict) argument
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dig/
H A Ddighost.c472 get_reverse(char *reverse, size_t len, char *value, isc_boolean_t ip6_int, isc_boolean_t strict) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-hppa.c622 static int strict; variable
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/h8300/
H A Dh8300.c5726 h8300_rtx_ok_for_base_p(rtx x, int strict) argument
5743 h8300_legitimate_address_p(enum machine_mode mode, rtx x, bool strict) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.c1809 m32c_legitimate_address_p (enum machine_mode mode, rtx x, bool strict) argument
1925 m32c_reg_ok_for_base_p (rtx x, int strict) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/picochip/
H A Dpicochip.c1190 picochip_legitimate_address_register(rtx x, unsigned strict) argument
1257 picochip_legitimate_address_p(enum machine_mode mode, rtx x, bool strict) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.c1723 xtensa_legitimate_address_p(enum machine_mode mode, rtx addr, bool strict) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.c2467 add_template_candidate_real(struct z_candidate **candidates, tree tmpl, tree ctype, tree explicit_targs, tree first_arg, const VEC(tree,gc) *arglist, tree return_type, tree access_path, tree conversion_path, int flags, tree obj, unification_kind_t strict) argument
2606 add_template_candidate(struct z_candidate **candidates, tree tmpl, tree ctype, tree explicit_targs, tree first_arg, const VEC(tree,gc) *arglist, tree return_type, tree access_path, tree conversion_path, int flags, unification_kind_t strict) argument
H A Dtypeck.c1203 structural_comptypes(tree t1, tree t2, int strict) argument
1405 comptypes(tree t1, tree t2, int strict) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dtypeck.c931 comptypes(tree t1, tree t2, int strict) argument
H A Dcall.c2189 add_template_candidate_real(struct z_candidate **candidates, tree tmpl, tree ctype, tree explicit_targs, tree arglist, tree return_type, tree access_path, tree conversion_path, int flags, tree obj, unification_kind_t strict) argument
2288 add_template_candidate(struct z_candidate **candidates, tree tmpl, tree ctype, tree explicit_targs, tree arglist, tree return_type, tree access_path, tree conversion_path, int flags, unification_kind_t strict) argument
H A Dpt.c9400 fn_type_unification(tree fn, tree explicit_targs, tree targs, tree args, tree return_type, unification_kind_t strict, int flags) argument
9511 maybe_adjust_types_for_deduction(unification_kind_t strict, tree* parm, tree* arg) argument
9595 type_unification_real(tree tparms, tree targs, tree xparms, tree xargs, int subr, unification_kind_t strict, int flags) argument
9745 resolve_overloaded_unification(tree tparms, tree targs, tree parm, tree arg, unification_kind_t strict, int sub_strict) argument
9846 try_one_overload(tree tparms, tree orig_targs, tree targs, tree parm, tree arg, unification_kind_t strict, int sub_strict, bool addr_p) argument
10041 check_cv_quals_for_unify(int strict, tree arg, tree parm) argument
10119 unify(tree tparms, tree targs, tree parm, tree arg, int strict) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/h8300/
H A Dh8300.c5627 h8300_rtx_ok_for_base_p(rtx x, int strict) argument
5644 h8300_legitimate_address_p(enum machine_mode mode, rtx x, int strict) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dbfin.c2990 bfin_valid_reg_p(unsigned int regno, int strict, enum machine_mode mode, enum rtx_code outer_code) argument
3018 bfin_legitimate_address_p(enum machine_mode mode, rtx x, bool strict) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mep/
H A Dmep.c1235 mep_legitimate_address(enum machine_mode mode, rtx x, int strict) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.c3076 sparc_legitimate_address_p(enum machine_mode mode, rtx addr, bool strict) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/s390/
H A Ds390.c2736 legitimate_address_p(enum machine_mode mode ATTRIBUTE_UNUSED, rtx addr, int strict) argument

Completed in 503 milliseconds

123