Home
last modified time | relevance | path

Searched refs:pp_translate_identifiers (Results 1 – 25 of 119) sorted by relevance

12345

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dpretty-print.h155 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
270 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dpretty-print.h200 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
320 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dpretty-print.h200 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
320 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dpretty-print.h208 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
334 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dpretty-print.h209 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
336 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dpretty-print.h208 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
334 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dpretty-print.h152 #define pp_translate_identifiers(PP) pp_base (PP)->translate_identifiers macro
294 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dpretty-print.h208 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
334 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dpretty-print.h208 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
334 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dpretty-print.h208 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
334 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dpretty-print.h209 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
336 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dpretty-print.h209 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
336 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dpretty-print.h208 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
334 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dpretty-print.h152 #define pp_translate_identifiers(PP) pp_base (PP)->translate_identifiers macro
294 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dpretty-print.h212 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
346 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dpretty-print.h212 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
346 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dpretty-print.h212 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
346 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dpretty-print.h212 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
346 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dpretty-print.h212 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
346 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dpretty-print.h212 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
346 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dpretty-print.h212 #define pp_translate_identifiers(PP) (PP)->translate_identifiers macro
346 #define pp_identifier(PP, ID) pp_string (PP, (pp_translate_identifiers (PP) \
/dports/lang/gcc48/gcc-4.8.5/gcc/cp/
H A Derror.c47 #define M_(msgid) (pp_translate_identifiers (cxx_pp) ? _(msgid) : (msgid))
2575 pp_translate_identifiers (cxx_pp) = false; in type_as_string()
2592 pp_translate_identifiers (cxx_pp) = false; in expr_as_string()
2616 pp_translate_identifiers (cxx_pp) = false; in decl_as_string()
2655 pp_translate_identifiers (cxx_pp) = translate; in lang_decl_name()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/cp/
H A Derror.c47 #define M_(msgid) (pp_translate_identifiers (cxx_pp) ? _(msgid) : (msgid))
2575 pp_translate_identifiers (cxx_pp) = false; in type_as_string()
2592 pp_translate_identifiers (cxx_pp) = false; in expr_as_string()
2616 pp_translate_identifiers (cxx_pp) = false; in decl_as_string()
2655 pp_translate_identifiers (cxx_pp) = translate; in lang_decl_name()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/cp/
H A Derror.c51 #define M_(msgid) (pp_translate_identifiers (cxx_pp) ? _(msgid) : (msgid))
2700 pp_translate_identifiers (cxx_pp) = false; in type_as_string()
2717 pp_translate_identifiers (cxx_pp) = false; in expr_as_string()
2741 pp_translate_identifiers (cxx_pp) = false; in decl_as_string()
2780 pp_translate_identifiers (cxx_pp) = translate; in lang_decl_name()
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Derror.c47 #define M_(msgid) (pp_translate_identifiers (cxx_pp) ? _(msgid) : (msgid))
2838 pp_translate_identifiers (cxx_pp) = false; in type_as_string()
2855 pp_translate_identifiers (cxx_pp) = false; in expr_as_string()
2879 pp_translate_identifiers (cxx_pp) = false; in decl_as_string()
2918 pp_translate_identifiers (cxx_pp) = translate; in lang_decl_name()

12345