Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dpretty-print.h124 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff argument
127 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule argument
130 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping argument
140 #define pp_format_decoder(PP) pp_base (PP)->format_decoder argument
144 #define pp_needs_newline(PP) pp_base (PP)->need_newline argument
147 #define pp_is_wrapping_line(PP) (pp_line_cutoff (PP) > 0) argument
150 #define pp_indentation(PP) pp_base (PP)->indent_skip argument
154 #define pp_translate_identifiers(PP) pp_base (PP)->translate_identifiers argument
201 #define pp_set_line_maximum_length(PP, L) \ argument
203 #define pp_set_prefix(PP, P) pp_base_set_prefix (pp_base (PP), P) argument
[all …]
H A Dtree-pretty-print.h28 #define pp_tree_identifier(PP, T) \ argument
31 #define pp_unsupported_tree(PP, T) \ argument
H A Dpretty-print.c33 #define pp_formatted_text_data(PP) \ argument
39 #define pp_integer_with_precision(PP, ARG, PREC, T, F) \ argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dpretty-print.h170 #define pp_line_cutoff(PP) (PP)->wrapping.line_cutoff argument
173 #define pp_prefixing_rule(PP) (PP)->wrapping.rule argument
176 #define pp_wrapping_mode(PP) (PP)->wrapping argument
185 #define pp_format_decoder(PP) (PP)->format_decoder argument
198 #define pp_needs_newline(PP) (PP)->need_newline argument
201 #define pp_is_wrapping_line(PP) (pp_line_cutoff (PP) > 0) argument
204 #define pp_indentation(PP) (PP)->indent_skip argument
208 #define pp_translate_identifiers(PP) (PP)->translate_identifiers argument
211 #define pp_show_color(PP) (PP)->show_color argument
278 #define pp_space(PP) pp_character (PP, ' ') argument
[all …]
H A Dtree-pretty-print.h27 #define pp_unsupported_tree(PP, T) \ argument
H A Dpretty-print.c753 #define pp_integer_with_precision(PP, ARG, PREC, T, F) \ argument
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcxx-pretty-print.h60 #define pp_cxx_cv_qualifier_seq(PP, T) \ argument
62 #define pp_cxx_cv_qualifiers(PP, CV, FT) \ argument
65 #define pp_cxx_whitespace(PP) pp_c_whitespace (PP) argument
66 #define pp_cxx_left_paren(PP) pp_c_left_paren (PP) argument
67 #define pp_cxx_right_paren(PP) pp_c_right_paren (PP) argument
68 #define pp_cxx_left_brace(PP) pp_c_left_brace (PP) argument
69 #define pp_cxx_right_brace(PP) pp_c_right_brace (PP) argument
70 #define pp_cxx_left_bracket(PP) pp_c_left_bracket (PP) argument
71 #define pp_cxx_right_bracket(PP) pp_c_right_bracket (PP) argument
72 #define pp_cxx_dot(PP) pp_c_dot (PP) argument
[all …]
H A Dcxx-pretty-print.c54 #define pp_cxx_expression_list(PP, T) \ argument
56 #define pp_cxx_space_for_pointer_operator(PP, T) \ argument
58 #define pp_cxx_init_declarator(PP, T) \ argument
60 #define pp_cxx_call_argument_list(PP, T) \ argument
H A Derror.c35 #define pp_separate_with_comma(PP) pp_cxx_separate_with (PP, ',') argument
36 #define pp_separate_with_semicolon(PP) pp_cxx_separate_with (PP, ';') argument
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcxx-pretty-print.h28 #define pp_c_base(PP) (&(PP)->c_base) argument
44 #define pp_cxx_cv_qualifier_seq(PP, T) \ argument
47 #define pp_cxx_whitespace(PP) pp_c_whitespace (pp_c_base (PP)) argument
48 #define pp_cxx_left_paren(PP) pp_c_left_paren (pp_c_base (PP)) argument
49 #define pp_cxx_right_paren(PP) pp_c_right_paren (pp_c_base (PP)) argument
50 #define pp_cxx_left_brace(PP) pp_c_left_brace (pp_c_base (PP)) argument
51 #define pp_cxx_right_brace(PP) pp_c_right_brace (pp_c_base (PP)) argument
52 #define pp_cxx_left_bracket(PP) pp_c_left_bracket (pp_c_base (PP)) argument
53 #define pp_cxx_right_bracket(PP) pp_c_right_bracket (pp_c_base (PP)) argument
54 #define pp_cxx_dot(PP) pp_c_dot (pp_c_base (PP)) argument
[all …]
H A Dcxx-pretty-print.c65 #define pp_cxx_storage_class_specifier(PP, T) \ argument
67 #define pp_cxx_expression_list(PP, T) \ argument
69 #define pp_cxx_space_for_pointer_operator(PP, T) \ argument
71 #define pp_cxx_init_declarator(PP, T) \ argument
73 #define pp_cxx_call_argument_list(PP, T) \ argument
H A Derror.c38 #define pp_separate_with_comma(PP) pp_cxx_separate_with (PP, ',') argument
39 #define pp_separate_with_semicolon(PP) pp_cxx_separate_with (PP, ';') argument
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-pretty-print.h97 #define pp_base(PP) (&pp_c_base (PP)->base) argument
107 #define pp_abstract_declarator(PP, D) \ argument
115 #define pp_direct_abstract_declarator(PP, D) \ argument
117 #define pp_ptr_operator(PP, D) \ argument
123 #define pp_simple_type_specifier(PP, T) \ argument
125 #define pp_function_specifier(PP, D) \ argument
127 #define pp_storage_class_specifier(PP, D) \ argument
133 #define pp_constant(PP, E) \ argument
135 #define pp_id_expression(PP, E) \ argument
151 #define pp_expression(PP, E) \ argument
[all …]
H A Dc-pretty-print.c45 #define pp_c_maybe_whitespace(PP) \ argument
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-pretty-print.h97 #define pp_type_specifier_seq(PP, D) (PP)->type_specifier_seq (PP, D) argument
98 #define pp_ptr_operator(PP, D) (PP)->ptr_operator (PP, D) argument
99 #define pp_parameter_list(PP, T) (PP)->parameter_list (PP, T) argument
H A Dc-pretty-print.c41 #define pp_c_maybe_whitespace(PP) \ argument
/dflybsd-src/contrib/openbsd_libm/src/
H A Dpolevll.c72 __polevll(long double x, void *PP, int n) in __polevll()
91 __p1evll(long double x, void *PP, int n) in __p1evll()
/dflybsd-src/libexec/getty/
H A Dgettytab.h87 #define PP gettystrs[25].value macro
/dflybsd-src/usr.bin/top/
H A Dm_dragonfly.c78 #define PP(pp, field) ((pp)->kp_ ## field) macro
/dflybsd-src/contrib/gmp/
H A Dgmp-impl.h3547 #define PP 0x3 /* 3 */ macro
3551 #define PP 0xF /* 3 x 5 */ macro
3555 #define PP 0x69 /* 3 x 5 x 7 */ macro
3559 #define PP 0x3AA7 /* 3 x 5 x 7 x 11 x 13 */ macro
3563 #define PP 0xC0CFD797L /* 3 x 5 x 7 x 11 x ... x 29 */ macro
3568 #define PP CNST_LIMB(0xE221F97C30E94E1D) /* 3 x 5 x 7 x 11 x ... x 53 */ macro