Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs419 let is_operator = |spelling: &str| { in from_ty() localVariable
423 if is_operator(&spelling) { in from_ty()