Searched defs:MakeBool (Results 1 – 2 of 2) sorted by relevance
71 static std::unique_ptr<Literal> MakeBool(const Context& context, Position pos, bool value) { in MakeBool() function77 static std::unique_ptr<Literal> MakeBool(Position pos, bool value, const Type* type) { in MakeBool() function
105 inline bool MakeBool(const py::handle& value, const std::string& arg_name) { in MakeBool() function