Home
last modified time | relevance | path

Searched refs:unused_regex_diagnostic (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dcontext.rs2506 unused_regex_diagnostic(item, "--allowlist-function", self); in compute_allowlisted_and_codegen_items()
2510 unused_regex_diagnostic(item, "--allowlist-var", self); in compute_allowlisted_and_codegen_items()
2514 unused_regex_diagnostic(item, "--allowlist-type", self); in compute_allowlisted_and_codegen_items()
2518 unused_regex_diagnostic(item, "--allowlist-items", self); in compute_allowlisted_and_codegen_items()
3020 fn unused_regex_diagnostic(item: &str, name: &str, _ctx: &BindgenContext) { in unused_regex_diagnostic() function