Searched refs:ComplexTypePtr (Results 1 – 3 of 3) sorted by relevance
187 ComplexTypePtr ComplexType::get() { in get()188 static ComplexTypePtr value(new ComplexType()); in get()
1314 using ComplexTypePtr = SingletonTypePtr<ComplexType>; variable1329 static ComplexTypePtr get();
999 py::class_<ComplexType, Type, ComplexTypePtr>(m, "ComplexType") in initPythonIRBindings()