| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | missing-typename.cpp | 33 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 D | IRCore.cpp | 344 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 D | IRInterfaces.cpp | 55 using ClassTy = py::class_<ConcreteIface>; 105 py::class_<ConcreteIface> cls(m, "InferTypeOpInterface", in bind()
|
| H A D | PybindUtils.h | 220 using ClassTy = pybind11::class_<Derived>; 307 auto clazz = pybind11::class_<Derived>(m, Derived::pyClassName,
|
| H A D | MainModule.cpp | 28 py::class_<PyGlobals>(m, "_Globals", py::module_local()) in PYBIND11_MODULE()
|
| H A D | Pass.cpp | 58 py::class_<PyPassManager>(m, "PassManager", py::module_local()) in populatePassManagerSubmodule()
|
| H A D | IRAffine.cpp | 83 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 D | ExecutionEngineModule.cpp | 73 py::class_<PyExecutionEngine>(m, "ExecutionEngine", py::module_local()) in PYBIND11_MODULE()
|
| H A D | IRModule.h | 777 using ClassTy = pybind11::class_<DerivedTy, BaseTy>; 870 using ClassTy = pybind11::class_<DerivedTy, BaseTy>;
|
| H A D | IRAttributes.cpp | 134 py::class_<PyArrayAttributeIterator>(m, "ArrayAttributeIterator", in bind()
|
| /llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/ |
| H A D | benchmark.cc | 69 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 D | p6-2a.cpp | 10 constexpr A class_ = {}; variable
|
| /llvm-project-15.0.7/clang/utils/check_cfc/ |
| H A D | check_cfc.py | 381 class_ = getattr(current_module, check_name) variable 382 checker = class_(temp_output_file_orig)
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | DataLayout.md | 126 We use the notion of _type class_ throughout the data layout subsystem. It
|