(&self)
| 749 | |
| 750 | impl UnaryExprOrTypeTraitExpr { |
| 751 | pub fn is_sizeof(&self) -> bool { |
| 752 | self.name == "sizeof".into() |
| 753 | } |
| 754 | |
| 755 | pub fn get_dre_child_name(&self, node: &Node) -> Option<String> { |
| 756 | let mut worklist = WorkList::new(); |
no outgoing calls
no test coverage detected