/netbsd-src/tests/usr.bin/indent/ |
H A D | opt_v.c | 26 #define macro2 prefix /* suffix */ macro 41 #define macro2 prefix /* suffix */ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | traditional.c | 1273 const cpp_macro *macro2) in _cpp_expansions_different_trad() argument 1275 uchar *p1 = XNEWVEC (uchar, macro1->count + macro2->count); in _cpp_expansions_different_trad() 1283 const uchar *exp1 = macro1->exp.text, *exp2 = macro2->exp.text; in _cpp_expansions_different_trad() 1310 len2 = canonicalize_text (p2, macro2->exp.text, macro2->count, "e2); in _cpp_expansions_different_trad()
|
H A D | macro.c | 3158 const cpp_macro *macro2) in warn_of_redefinition() argument 3188 if (macro1->paramc != macro2->paramc in warn_of_redefinition() 3189 || macro1->fun_like != macro2->fun_like in warn_of_redefinition() 3190 || macro1->variadic != macro2->variadic) in warn_of_redefinition() 3195 if (macro1->parm.params[i] != macro2->parm.params[i]) in warn_of_redefinition() 3200 return _cpp_expansions_different_trad (macro1, macro2); in warn_of_redefinition() 3202 if (macro1->count != macro2->count) in warn_of_redefinition() 3206 if (!_cpp_equiv_tokens (¯o1->exp.tokens[i], ¯o2->exp.tokens[i])) in warn_of_redefinition()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | traditional.cc | 1278 const cpp_macro *macro2) in _cpp_expansions_different_trad() argument 1280 uchar *p1 = XNEWVEC (uchar, macro1->count + macro2->count); in _cpp_expansions_different_trad() 1288 const uchar *exp1 = macro1->exp.text, *exp2 = macro2->exp.text; in _cpp_expansions_different_trad() 1315 len2 = canonicalize_text (p2, macro2->exp.text, macro2->count, "e2); in _cpp_expansions_different_trad()
|
H A D | macro.cc | 3360 const cpp_macro *macro2) in warn_of_redefinition() argument 3376 if (cpp_macro *macro1 = get_deferred_or_lazy_macro (pfile, node, macro2->line)) in warn_of_redefinition() 3377 return cpp_compare_macros (macro1, macro2); in warn_of_redefinition() 3384 cpp_compare_macros (const cpp_macro *macro1, const cpp_macro *macro2) in cpp_compare_macros() argument 3391 if (macro1->paramc != macro2->paramc in cpp_compare_macros() 3392 || macro1->fun_like != macro2->fun_like in cpp_compare_macros() 3393 || macro1->variadic != macro2->variadic) in cpp_compare_macros() 3398 if (macro1->parm.params[i] != macro2->parm.params[i]) in cpp_compare_macros() 3403 return _cpp_expansions_different_trad (macro1, macro2); in cpp_compare_macros() 3405 if (macro1->count != macro2->count) in cpp_compare_macros() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1404 const cpp_macro *macro2);
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-0203 | 2455 * config/tc-mips.c (macro2): Adjust implementation of 2999 (macro2): Use ISA_HAS_DROR and ISA_HAS_ROR in the places where 4001 (macro2) [M_DROLI]: Use dror or dror32 if CPU_HAS_DROR. 4753 * config/tc-mips.c (macro2): Implement rotates by zero using shifts 4989 (macro2): Likewise. 5667 (macro2): Change load_address calls. 5702 (macro2): Replace magic constant for RA by the define. Canonicalize 5828 * config/tc-mips.c (macro2): Add 64 bit drol, dror macros. 6373 (macro2): Fix handling of 64bit register loads.
|
H A 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.
|
H A D | ChangeLog-0001 | 383 (macro2): Add cast needed for varargs. 729 (macro2): Call load_address correctly. 1597 (macro2): Use move_register rather than macro_build for moves. 1657 (macro2): Formatting. 1695 (macro2): Use HAVE_32BIT_GPRS to determine the width of registers 3958 (append_insn, mips_emit_delays, macro, macro2): Convert to use
|
H A D | ChangeLog-2008 | 984 (macro2) <M_SEQ_I, M_SNE_I>: Use it. Emit seq/sne and seqi/snei.
|
H A D | ChangeLog-2005 | 3343 (macro, macro2, mips16_macro, s_mipsset): Use them instead of 3789 (macro2): Remove duplicate zeroing of used_at.
|
H A D | ChangeLog-2010 | 427 * config/tc-mips.c (macro2): Delete.
|
H A D | ChangeLog-2006 | 1015 (md_begin, append_insn, macro, macro2, mips16_immed, mips_align,
|
H A D | ChangeLog-2007 | 555 (macro, macro2): Likewise.
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-0203 | 2455 * config/tc-mips.c (macro2): Adjust implementation of 2999 (macro2): Use ISA_HAS_DROR and ISA_HAS_ROR in the places where 4001 (macro2) [M_DROLI]: Use dror or dror32 if CPU_HAS_DROR. 4753 * config/tc-mips.c (macro2): Implement rotates by zero using shifts 4989 (macro2): Likewise. 5667 (macro2): Change load_address calls. 5702 (macro2): Replace magic constant for RA by the define. Canonicalize 5828 * config/tc-mips.c (macro2): Add 64 bit drol, dror macros. 6373 (macro2): Fix handling of 64bit register loads.
|
H A 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.
|
H A D | ChangeLog-0001 | 383 (macro2): Add cast needed for varargs. 729 (macro2): Call load_address correctly. 1597 (macro2): Use move_register rather than macro_build for moves. 1657 (macro2): Formatting. 1695 (macro2): Use HAVE_32BIT_GPRS to determine the width of registers 3958 (append_insn, mips_emit_delays, macro, macro2): Convert to use
|
H A D | ChangeLog-2008 | 984 (macro2) <M_SEQ_I, M_SNE_I>: Use it. Emit seq/sne and seqi/snei.
|
H A D | ChangeLog-2005 | 3343 (macro, macro2, mips16_macro, s_mipsset): Use them instead of 3789 (macro2): Remove duplicate zeroing of used_at.
|
H A D | ChangeLog-2010 | 427 * config/tc-mips.c (macro2): Delete.
|
H A D | ChangeLog-2006 | 1015 (md_begin, append_insn, macro, macro2, mips16_immed, mips_align,
|
H A D | ChangeLog-2007 | 555 (macro, macro2): Likewise.
|
/netbsd-src/external/gpl2/diffutils/dist/config/ |
H A D | texinfo.tex | 5228 % \do\macro1\do\macro2...
|
/netbsd-src/external/gpl2/grep/dist/doc/ |
H A D | texinfo.tex | 5087 % \do\macro1\do\macro2...
|
/netbsd-src/external/gpl2/gmake/dist/config/ |
H A D | texinfo.tex | 5680 % \definedummyword\macro1\definedummyword\macro2...
|