Lines Matching full:matches
25 let matches = App::new("bindgen") in builder_from_flags() localVariable
54 "Mark any enum whose name matches <regex> as a set of \ in builder_from_flags()
63 .help("Mark any enum whose name matches <regex> as a newtype.") in builder_from_flags()
70 .help("Mark any enum whose name matches <regex> as a Rust enum.") in builder_from_flags()
78 "Mark any enum whose name matches <regex> as a series of \ in builder_from_flags()
88 "Mark any enum whose name matches <regex> as a module of \ in builder_from_flags()
116 "Mark any typedef alias whose name matches <regex> to use \ in builder_from_flags()
126 "Mark any typedef alias whose name matches <regex> to have \ in builder_from_flags()
136 "Mark any typedef alias whose name matches <regex> to have \ in builder_from_flags()
432 Arg::with_name("no-record-matches") in builder_from_flags()
433 .long("no-record-matches") in builder_from_flags()
542 if let Some(header) = matches.value_of("header") { in builder_from_flags()
548 if matches.is_present("unstable-rust") { in builder_from_flags()
557 if let Some(rust_target) = matches.value_of("rust-target") { in builder_from_flags()
561 if let Some(variant) = matches.value_of("default-enum-style") { in builder_from_flags()
565 if let Some(bitfields) = matches.values_of("bitfield-enum") { in builder_from_flags()
571 if let Some(newtypes) = matches.values_of("newtype-enum") { in builder_from_flags()
577 if let Some(rustifieds) = matches.values_of("rustified-enum") { in builder_from_flags()
583 if let Some(const_enums) = matches.values_of("constified-enum") { in builder_from_flags()
589 if let Some(constified_mods) = matches.values_of("constified-enum-module") { in builder_from_flags()
595 if let Some(variant) = matches.value_of("default-macro-constant-type") { in builder_from_flags()
600 if let Some(variant) = matches.value_of("default-alias-style") { in builder_from_flags()
605 if let Some(type_alias) = matches.values_of("normal-alias") { in builder_from_flags()
611 if let Some(new_type) = matches.values_of("new-type-alias") { in builder_from_flags()
617 if let Some(new_type_deref) = matches.values_of("new-type-alias-deref") { in builder_from_flags()
623 if let Some(hidden_types) = matches.values_of("blocklist-type") { in builder_from_flags()
629 if let Some(hidden_functions) = matches.values_of("blocklist-function") { in builder_from_flags()
635 if let Some(hidden_identifiers) = matches.values_of("blocklist-item") { in builder_from_flags()
641 if let Some(hidden_files) = matches.values_of("blocklist-file") { in builder_from_flags()
647 if matches.is_present("builtins") { in builder_from_flags()
651 if matches.is_present("no-layout-tests") { in builder_from_flags()
655 if matches.is_present("no-derive-copy") { in builder_from_flags()
659 if matches.is_present("no-derive-debug") { in builder_from_flags()
663 if matches.is_present("impl-debug") { in builder_from_flags()
667 if matches.is_present("impl-partialeq") { in builder_from_flags()
671 if matches.is_present("with-derive-default") { in builder_from_flags()
675 if matches.is_present("with-derive-hash") { in builder_from_flags()
679 if matches.is_present("with-derive-partialeq") { in builder_from_flags()
683 if matches.is_present("with-derive-partialord") { in builder_from_flags()
687 if matches.is_present("with-derive-eq") { in builder_from_flags()
691 if matches.is_present("with-derive-ord") { in builder_from_flags()
695 if matches.is_present("no-derive-default") { in builder_from_flags()
699 if matches.is_present("no-prepend-enum-name") { in builder_from_flags()
703 if matches.is_present("no-include-path-detection") { in builder_from_flags()
707 if matches.is_present("fit-macro-constant-types") { in builder_from_flags()
711 if matches.is_present("time-phases") { in builder_from_flags()
715 if matches.is_present("use-array-pointers-in-arguments") { in builder_from_flags()
719 if let Some(wasm_import_name) = matches.value_of("wasm-import-module-name") in builder_from_flags()
724 if let Some(prefix) = matches.value_of("ctypes-prefix") { in builder_from_flags()
728 if let Some(prefix) = matches.value_of("anon-fields-prefix") { in builder_from_flags()
732 if let Some(what_to_generate) = matches.value_of("generate") { in builder_from_flags()
753 if matches.is_present("emit-clang-ast") { in builder_from_flags()
757 if matches.is_present("emit-ir") { in builder_from_flags()
761 if let Some(path) = matches.value_of("emit-ir-graphviz") { in builder_from_flags()
765 if matches.is_present("enable-cxx-namespaces") { in builder_from_flags()
769 if matches.is_present("enable-function-attribute-detection") { in builder_from_flags()
773 if matches.is_present("disable-name-namespacing") { in builder_from_flags()
777 if matches.is_present("disable-nested-struct-naming") { in builder_from_flags()
781 if matches.is_present("disable-untagged-union") { in builder_from_flags()
785 if matches.is_present("disable-header-comment") { in builder_from_flags()
789 if matches.is_present("ignore-functions") { in builder_from_flags()
793 if matches.is_present("ignore-methods") { in builder_from_flags()
797 if matches.is_present("no-convert-floats") { in builder_from_flags()
801 if matches.is_present("no-doc-comments") { in builder_from_flags()
805 if matches.is_present("no-recursive-allowlist") { in builder_from_flags()
809 if matches.is_present("objc-extern-crate") { in builder_from_flags()
813 if matches.is_present("generate-block") { in builder_from_flags()
817 if matches.is_present("block-extern-crate") { in builder_from_flags()
821 if let Some(opaque_types) = matches.values_of("opaque-type") { in builder_from_flags()
827 if let Some(lines) = matches.values_of("raw-line") { in builder_from_flags()
833 if let Some(mut values) = matches.values_of("module-raw-line") { in builder_from_flags()
840 if matches.is_present("use-core") { in builder_from_flags()
844 if matches.is_present("distrust-clang-mangling") { in builder_from_flags()
848 if matches.is_present("conservative-inline-namespaces") { in builder_from_flags()
852 if matches.is_present("generate-inline-functions") { in builder_from_flags()
856 if let Some(allowlist) = matches.values_of("allowlist-function") { in builder_from_flags()
862 if let Some(allowlist) = matches.values_of("allowlist-type") { in builder_from_flags()
868 if let Some(allowlist) = matches.values_of("allowlist-var") { in builder_from_flags()
874 if let Some(args) = matches.values_of("clang-args") { in builder_from_flags()
880 let output = if let Some(path) = matches.value_of("output") { in builder_from_flags()
882 if let Some(depfile) = matches.value_of("depfile") { in builder_from_flags()
887 if let Some(depfile) = matches.value_of("depfile") { in builder_from_flags()
893 if matches.is_present("dump-preprocessed-input") { in builder_from_flags()
897 if matches.is_present("no-record-matches") { in builder_from_flags()
901 if matches.is_present("size_t-is-usize") { in builder_from_flags()
905 let no_rustfmt_bindings = matches.is_present("no-rustfmt-bindings"); in builder_from_flags()
910 if let Some(path_str) = matches.value_of("rustfmt-configuration-file") { in builder_from_flags()
937 if let Some(no_partialeq) = matches.values_of("no-partialeq") { in builder_from_flags()
943 if let Some(no_copy) = matches.values_of("no-copy") { in builder_from_flags()
949 if let Some(no_debug) = matches.values_of("no-debug") { in builder_from_flags()
955 if let Some(no_default) = matches.values_of("no-default") { in builder_from_flags()
961 if let Some(no_hash) = matches.values_of("no-hash") { in builder_from_flags()
967 if let Some(must_use_type) = matches.values_of("must-use-type") { in builder_from_flags()
973 if let Some(dynamic_library_name) = matches.value_of("dynamic-loading") { in builder_from_flags()
977 if matches.is_present("dynamic-link-require-all") { in builder_from_flags()
981 if matches.is_present("respect-cxx-access-specs") { in builder_from_flags()
985 if matches.is_present("translate-enum-integer-types") { in builder_from_flags()
989 if matches.is_present("c-naming") { in builder_from_flags()
993 if matches.is_present("explicit-padding") { in builder_from_flags()
997 let verbose = matches.is_present("verbose"); in builder_from_flags()