Searched refs:RecursiveType (Results 1 – 2 of 2) sorted by relevance
975 /// Here we define a storage class for a RecursiveType that is identified by its1026 class RecursiveType : public Type::TypeBase<RecursiveType, Type,1034 static RecursiveType get(MLIRContext *ctx, StringRef name) {1041 /// method callable on an already existing RecursiveType.
192 TEST_F(DIEHashTest, RecursiveType) { in TEST_F() argument