Searched refs:has_facts (Results 1 – 10 of 10) sorted by relevance
112 bool has_facts(func_decl * pred) const override;
577 bool rel_context::has_facts(func_decl * pred) const { in has_facts() function in datalog::rel_context
577 bool rel_context::has_facts(func_decl * pred) const {
121 virtual bool has_facts(func_decl * pred) const = 0;384 bool has_facts(func_decl * pred) const;
644 bool context::has_facts(func_decl * pred) const { in has_facts() function in datalog::context645 return m_rel && m_rel->has_facts(pred); in has_facts()
643 bool context::has_facts(func_decl * pred) const { in has_facts() function in datalog::context644 return m_rel && m_rel->has_facts(pred); in has_facts()
47 if (m_context.has_facts(decl_i)) { in bottom_up()