Searched refs:macro2 (Results 1 – 12 of 12) sorted by relevance
| /freebsd-10-stable/contrib/gcclibs/libcpp/ |
| D | macro.c | 1237 const cpp_macro *macro2) in warn_of_redefinition() argument 1252 if (macro1->paramc != macro2->paramc in warn_of_redefinition() 1253 || macro1->fun_like != macro2->fun_like in warn_of_redefinition() 1254 || macro1->variadic != macro2->variadic) in warn_of_redefinition() 1259 if (macro1->params[i] != macro2->params[i]) in warn_of_redefinition() 1264 return _cpp_expansions_different_trad (macro1, macro2); in warn_of_redefinition() 1266 if (macro1->count != macro2->count) in warn_of_redefinition() 1270 if (!_cpp_equiv_tokens (¯o1->exp.tokens[i], ¯o2->exp.tokens[i])) in warn_of_redefinition()
|
| D | traditional.c | 1070 const cpp_macro *macro2) in _cpp_expansions_different_trad() argument 1072 uchar *p1 = XNEWVEC (uchar, macro1->count + macro2->count); in _cpp_expansions_different_trad() 1080 const uchar *exp1 = macro1->exp.text, *exp2 = macro2->exp.text; in _cpp_expansions_different_trad() 1107 len2 = canonicalize_text (p2, macro2->exp.text, macro2->count, "e2); in _cpp_expansions_different_trad()
|
| /freebsd-10-stable/contrib/binutils/gas/ |
| D | ChangeLog-0203 | 2462 * config/tc-mips.c (macro2): Adjust implementation of 3006 (macro2): Use ISA_HAS_DROR and ISA_HAS_ROR in the places where 4009 (macro2) [M_DROLI]: Use dror or dror32 if CPU_HAS_DROR. 4761 * config/tc-mips.c (macro2): Implement rotates by zero using shifts 4997 (macro2): Likewise. 5675 (macro2): Change load_address calls. 5710 (macro2): Replace magic constant for RA by the define. Canonicalize 5836 * config/tc-mips.c (macro2): Add 64 bit drol, dror macros. 6381 (macro2): Fix handling of 64bit register loads.
|
| D | ChangeLog-9899 | 192 macro,macro2,mips_ip,s_cprestore,s_cpadd): Simplify 2058 macro2, mips16_macro, mips_ip): Test mips_cpu, not the mips_NNNN 3862 * config/tc-mips.c (macro,macro2): Implement 4491 (macro, macro2, s_cprestore, s_cpadd): Likewise. 4547 (macro, macro2, s_cprestore, s_cpadd): Likewise.
|
| D | ChangeLog-0001 | 393 (macro2): Add cast needed for varargs. 739 (macro2): Call load_address correctly. 1607 (macro2): Use move_register rather than macro_build for moves. 1667 (macro2): Formatting. 1705 (macro2): Use HAVE_32BIT_GPRS to determine the width of registers 3968 (append_insn, mips_emit_delays, macro, macro2): Convert to use
|
| D | ChangeLog-2006 | 1015 (md_begin, append_insn, macro, macro2, mips16_immed, mips_align,
|
| D | ChangeLog-9295 | 7702 (macro2): New function, if LOSING_COMPILER defined.
|
| /freebsd-10-stable/contrib/binutils/gas/config/ |
| D | tc-mips.c | 1027 static void macro2 (struct mips_cl_insn * ip); 7227 macro2 (ip); in macro() 7235 macro2 (struct mips_cl_insn *ip) in macro2() function
|
| /freebsd-10-stable/contrib/gcc/doc/include/ |
| D | texinfo.tex | 5682 % \do\macro1\do\macro2...
|
| /freebsd-10-stable/contrib/groff/doc/ |
| D | texinfo.tex | 5558 % \do\macro1\do\macro2...
|
| /freebsd-10-stable/contrib/amd/doc/ |
| D | texinfo.tex | 7242 % \definedummyword\macro1\definedummyword\macro2...
|
| /freebsd-10-stable/contrib/texinfo/ |
| D | ChangeLog.46 | 10283 the form \do\macro1\do\macro2..., then temporarily define
|