Searched defs:LintImpl (Results 1 – 1 of 1) sorted by relevance
553 struct LintImpl { in lint() struct554 LintImpl(const Graph& g) in lint() argument558 const Graph& g; in lint()559 std::unique_ptr<LintScope> scope; in lint()560 std::unordered_set<size_t> seen_uniques; in lint()561 std::unordered_map<const Node*, int64_t> anticipated_uses; in lint()562 node_set all_nodes_set; in lint()563 node_set sum_set; in lint()565 void check_value(const Value* v) { in lint()577 void check_node(const Node* n) { in lint()[all …]