Home
last modified time | relevance | path

Searched refs:value_error (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRInterfaces.cpp80 throw py::value_error(msg + ConcreteIface::pyClassName); in PyConcreteOpInterface()
98 throw py::value_error(msg + ConcreteIface::pyClassName); in PyConcreteOpInterface()
223 throw py::value_error("Failed to infer result types"); in inferReturnTypes()
H A DIRCore.cpp1299 throw py::value_error( in buildGeneric()
1306 throw py::value_error( in buildGeneric()
1324 throw py::value_error((llvm::Twine("Result ") + in buildGeneric()
1359 throw py::value_error((llvm::Twine("Result ") + in buildGeneric()
1386 throw py::value_error((llvm::Twine("Result ") + in buildGeneric()
1393 throw py::value_error("Unexpected segment spec"); in buildGeneric()
1409 throw py::value_error((llvm::Twine("Operand ") + in buildGeneric()
1444 throw py::value_error((llvm::Twine("Operand ") + in buildGeneric()
1478 throw py::value_error("Unexpected segment spec"); in buildGeneric()
1807 throw py::value_error( in setVisibility()
[all …]
H A DIRAffine.cpp770 throw py::value_error("result position out of bounds"); in populateIRAffine()
781 throw py::value_error("number of results out of bounds"); in populateIRAffine()
791 throw py::value_error("number of results out of bounds"); in populateIRAffine()
870 throw py::value_error( in populateIRAffine()
874 throw py::value_error("Expected non-empty list of constraints"); in populateIRAffine()
907 throw py::value_error( in populateIRAffine()
912 throw py::value_error( in populateIRAffine()
H A DDialectQuant.cpp224 throw py::value_error( in populateDialectQuantSubmodule()
/llvm-project-15.0.7/lldb/source/Expression/
H A DFunctionCaller.cpp175 Status value_error; in WriteFunctionArguments() local