Home
last modified time | relevance | path

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

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