Home
last modified time | relevance | path

Searched refs:class_ (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dmissing-typename.cpp33 struct class_ { struct
49 static class_<wt> wrap(char const *name) { in wrap()
50 return class_<wt>(); in wrap()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp344 py::class_<PyBlockList>(m, "BlockList", py::module_local()) in bind()
1882 using ClassTy = py::class_<DerivedTy, PyValue>;
2334 py::class_<PyDialects>(m, "Dialects", py::module_local()) in populateIRCore()
2354 py::class_<PyDialect>(m, "Dialect", py::module_local()) in populateIRCore()
2378 py::class_<PyLocation>(m, "Location", py::module_local()) in populateIRCore()
2480 py::class_<PyModule>(m, "Module", py::module_local()) in populateIRCore()
2730 py::class_<PyRegion>(m, "Region", py::module_local()) in populateIRCore()
2760 py::class_<PyBlock>(m, "Block", py::module_local()) in populateIRCore()
2938 py::class_<PyAttribute>(m, "Attribute", py::module_local()) in populateIRCore()
3050 py::class_<PyType>(m, "Type", py::module_local()) in populateIRCore()
[all …]
H A DIRInterfaces.cpp55 using ClassTy = py::class_<ConcreteIface>;
105 py::class_<ConcreteIface> cls(m, "InferTypeOpInterface", in bind()
H A DPybindUtils.h220 using ClassTy = pybind11::class_<Derived>;
307 auto clazz = pybind11::class_<Derived>(m, Derived::pyClassName,
H A DMainModule.cpp28 py::class_<PyGlobals>(m, "_Globals", py::module_local()) in PYBIND11_MODULE()
H A DPass.cpp58 py::class_<PyPassManager>(m, "PassManager", py::module_local()) in populatePassManagerSubmodule()
H A DIRAffine.cpp83 using ClassTy = py::class_<DerivedTy, BaseTy>;
443 py::class_<PyIntegerSetConstraint>(m, "IntegerSetConstraint", in bind()
507 py::class_<PyAffineExpr>(m, "AffineExpr", py::module_local()) in populateIRAffine()
647 py::class_<PyAffineMap>(m, "AffineMap", py::module_local()) in populateIRAffine()
832 py::class_<PyIntegerSet>(m, "IntegerSet", py::module_local()) in populateIRAffine()
H A DExecutionEngineModule.cpp73 py::class_<PyExecutionEngine>(m, "ExecutionEngine", py::module_local()) in PYBIND11_MODULE()
H A DIRModule.h777 using ClassTy = pybind11::class_<DerivedTy, BaseTy>;
870 using ClassTy = pybind11::class_<DerivedTy, BaseTy>;
H A DIRAttributes.cpp134 py::class_<PyArrayAttributeIterator>(m, "ArrayAttributeIterator", in bind()
/llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc69 py::class_<Benchmark>(m, "Benchmark") in PYBIND11_MODULE()
119 py::class_<Counter> py_counter(m, "Counter"); in PYBIND11_MODULE()
154 py::class_<State>(m, "State") in PYBIND11_MODULE()
/llvm-project-15.0.7/clang/test/CXX/expr/expr.const/
H A Dp6-2a.cpp10 constexpr A class_ = {}; variable
/llvm-project-15.0.7/clang/utils/check_cfc/
H A Dcheck_cfc.py381 class_ = getattr(current_module, check_name) variable
382 checker = class_(temp_output_file_orig)
/llvm-project-15.0.7/mlir/docs/
H A DDataLayout.md126 We use the notion of _type class_ throughout the data layout subsystem. It