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