Lines Matching refs:bool

113     no_layout_tests: bool,
116 no_derive_copy: bool,
119 no_derive_debug: bool,
122 no_derive_default: bool,
125 impl_debug: bool,
128 impl_partialeq: bool,
131 with_derive_default: bool,
134 with_derive_hash: bool,
137 with_derive_partialeq: bool,
140 with_derive_partialord: bool,
143 with_derive_eq: bool,
146 with_derive_ord: bool,
149 no_doc_comments: bool,
152 no_recursive_allowlist: bool,
155 objc_extern_crate: bool,
158 generate_block: bool,
161 block_extern_crate: bool,
164 distrust_clang_mangling: bool,
167 builtins: bool,
176 time_phases: bool,
179 emit_clang_ast: bool,
182 emit_ir: bool,
188 enable_cxx_namespaces: bool,
191 disable_name_namespacing: bool,
194 disable_nested_struct_naming: bool,
197 disable_untagged_union: bool,
200 disable_header_comment: bool,
203 ignore_functions: bool,
209 ignore_methods: bool,
212 no_convert_floats: bool,
215 no_prepend_enum_name: bool,
218 no_include_path_detection: bool,
221 fit_macro_constant_types: bool,
238 use_core: bool,
241 conservative_inline_namespaces: bool,
244 use_msvc_mangling: bool,
250 generate_inline_functions: bool,
262 verbose: bool,
265 dump_preprocessed_input: bool,
268 no_record_matches: bool,
271 size_t_is_usize: bool,
274 no_size_t_is_usize: bool,
277 no_rustfmt_bindings: bool,
280 rustfmt_bindings: bool,
304 enable_function_attribute_detection: bool,
307 use_array_pointers_in_arguments: bool,
316 dynamic_link_require_all: bool,
319 respect_cxx_access_specs: bool,
322 translate_enum_integer_types: bool,
325 c_naming: bool,
328 explicit_padding: bool,
331 vtable_generation: bool,
334 sort_semantically: bool,
337 merge_extern_blocks: bool,
343 wrap_unsafe_ops: bool,
358 wrap_static_fns: bool,
369 experimental: bool,
372 version: bool,
380 ) -> Result<(Builder, Box<dyn io::Write>, bool), io::Error>