Searched defs:MakeBool (Results 1 – 4 of 4) sorted by relevance
69 static std::unique_ptr<Literal> MakeBool(const Context& context, Position pos, bool value) { in MakeBool() function75 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
553 std::unique_ptr<BinaryPrimitive> MakeBool(bool val) { in MakeBool() function
386 func MakeBool(b bool) Value { return boolVal(b) } func