Home
last modified time | relevance | path

Searched defs:PP (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dpretty-print.h173 #define pp_line_cutoff(PP) (PP)->wrapping.line_cutoff argument
176 #define pp_prefixing_rule(PP) (PP)->wrapping.rule argument
179 #define pp_wrapping_mode(PP) (PP)->wrapping argument
188 #define pp_format_decoder(PP) (PP)->format_decoder argument
202 #define pp_needs_newline(PP) (PP)->need_newline argument
205 #define pp_is_wrapping_line(PP) (pp_line_cutoff (PP) > 0) argument
208 #define pp_indentation(PP) (PP)->indent_skip argument
212 #define pp_translate_identifiers(PP) (PP)->translate_identifiers argument
215 #define pp_show_color(PP) (PP)->show_color argument
289 #define pp_space(PP) pp_character (PP, ' ') argument
[all …]
H A Dtree-pretty-print.h27 #define pp_unsupported_tree(PP, T) \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dpretty-print.h173 #define pp_line_cutoff(PP) (PP)->wrapping.line_cutoff argument
176 #define pp_prefixing_rule(PP) (PP)->wrapping.rule argument
179 #define pp_wrapping_mode(PP) (PP)->wrapping argument
188 #define pp_format_decoder(PP) (PP)->format_decoder argument
202 #define pp_needs_newline(PP) (PP)->need_newline argument
205 #define pp_is_wrapping_line(PP) (pp_line_cutoff (PP) > 0) argument
208 #define pp_indentation(PP) (PP)->indent_skip argument
212 #define pp_translate_identifiers(PP) (PP)->translate_identifiers argument
215 #define pp_show_color(PP) (PP)->show_color argument
289 #define pp_space(PP) pp_character (PP, ' ') argument
[all …]
H A Dtree-pretty-print.h27 #define pp_unsupported_tree(PP, T) \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/cp/
H A Dcxx-pretty-print.h63 #define pp_cxx_cv_qualifier_seq(PP, T) \ argument
65 #define pp_cxx_cv_qualifiers(PP, CV, FT) \ argument
68 #define pp_cxx_whitespace(PP) pp_c_whitespace (PP) argument
69 #define pp_cxx_left_paren(PP) pp_c_left_paren (PP) argument
70 #define pp_cxx_right_paren(PP) pp_c_right_paren (PP) argument
71 #define pp_cxx_left_brace(PP) pp_c_left_brace (PP) argument
72 #define pp_cxx_right_brace(PP) pp_c_right_brace (PP) argument
73 #define pp_cxx_left_bracket(PP) pp_c_left_bracket (PP) argument
74 #define pp_cxx_right_bracket(PP) pp_c_right_bracket (PP) argument
75 #define pp_cxx_dot(PP) pp_c_dot (PP) argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/cp/
H A Dcxx-pretty-print.h63 #define pp_cxx_cv_qualifier_seq(PP, T) \ argument
65 #define pp_cxx_cv_qualifiers(PP, CV, FT) \ argument
68 #define pp_cxx_whitespace(PP) pp_c_whitespace (PP) argument
69 #define pp_cxx_left_paren(PP) pp_c_left_paren (PP) argument
70 #define pp_cxx_right_paren(PP) pp_c_right_paren (PP) argument
71 #define pp_cxx_left_brace(PP) pp_c_left_brace (PP) argument
72 #define pp_cxx_right_brace(PP) pp_c_right_brace (PP) argument
73 #define pp_cxx_left_bracket(PP) pp_c_left_bracket (PP) argument
74 #define pp_cxx_right_bracket(PP) pp_c_right_bracket (PP) argument
75 #define pp_cxx_dot(PP) pp_c_dot (PP) argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/c-family/
H A Dc-pretty-print.h99 #define pp_type_specifier_seq(PP, D) (PP)->type_specifier_seq (PP, D) argument
100 #define pp_ptr_operator(PP, D) (PP)->ptr_operator (PP, D) argument
101 #define pp_parameter_list(PP, T) (PP)->parameter_list (PP, T) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/c-family/
H A Dc-pretty-print.h99 #define pp_type_specifier_seq(PP, D) (PP)->type_specifier_seq (PP, D) argument
100 #define pp_ptr_operator(PP, D) (PP)->ptr_operator (PP, D) argument
101 #define pp_parameter_list(PP, T) (PP)->parameter_list (PP, T) argument
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dmce_amd.h27 #define PP(x) (((x) >> 9) & 0x3) macro