Home
last modified time | relevance | path

Searched refs:RecursiveType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/docs/DefiningDialects/
H A DAttributesAndTypes.md1081 /// Here we define a storage class for a RecursiveType that is identified by its
1132 class RecursiveType : public Type::TypeBase<RecursiveType, Type,
1140 static RecursiveType get(MLIRContext *ctx, StringRef name) {
1147 /// method callable on an already existing RecursiveType.
/llvm-project/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp192 TEST_F(DIEHashTest, RecursiveType) { in TEST_F() argument