Home
last modified time | relevance | path

Searched defs:getAttributeNames (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/unittests/Interfaces/
H A DControlFlowInterfacesTest.cpp24 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function
33 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function
50 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function
70 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function
89 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function
H A DDataLayoutInterfacesTest.cpp241 static ArrayRef<StringRef> getAttributeNames() { return {}; } getAttributeNames() function
293 static ArrayRef<StringRef> getAttributeNames() { return {}; } getAttributeNames() function
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestDialect.h92 static llvm::ArrayRef<llvm::StringRef> getAttributeNames() { return {}; } in getAttributeNames() function
/llvm-project/flang/unittests/Frontend/
H A DCodeGenActionTest.cpp49 static ::llvm::ArrayRef<::llvm::StringRef> getAttributeNames() { return {}; } in getAttributeNames() function in test::dummy::FakeOp
/llvm-project/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.h97 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function
306 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function
/llvm-project/mlir/unittests/Bytecode/
H A DBytecodeTest.cpp100 static ArrayRef<StringRef> getAttributeNames() { getAttributeNames() function in __anon15c466c50211::OpWithoutProperties
/llvm-project/mlir/unittests/IR/
H A DOpPropertiesTest.cpp111 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function in __anonc23ba74e0111::OpWithProperties
144 static ArrayRef<StringRef> getAttributeNames() { in getAttributeNames() function in __anonc23ba74e0111::OpWithoutProperties
/llvm-project/mlir/test/lib/Dialect/Transform/
H A DTestTransformDialectExtension.cpp42 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function in __anonbf2bd64a0111::TestTransformOp
97 static ArrayRef<StringRef> getAttributeNames() { return {}; } in getAttributeNames() function in __anonbf2bd64a0111::TestTransformUnrestrictedOpNoInterface
/llvm-project/mlir/include/mlir/IR/
H A DOperationSupport.h163 ArrayRef<StringAttr> getAttributeNames() const { return attributeNames; } in getAttributeNames() function
338 ArrayRef<StringAttr> getAttributeNames() const { getAttributeNames() function