Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/IR/
H A DInterfaceAttachmentTest.cpp275 static unsigned getNameLengthPlusArgTwice(unsigned arg) { in getNameLengthPlusArgTwice() function
289 static unsigned getNameLengthPlusArgTwice(unsigned arg) { in getNameLengthPlusArgTwice() function
315 EXPECT_EQ(iface.getNameLengthPlusArgTwice(18), 50u); in TEST()
329 EXPECT_EQ(iface.getNameLengthPlusArgTwice(8), 50u); in TEST()
347 static unsigned getNameLengthPlusArgTwice(unsigned arg) { in getNameLengthPlusArgTwice() function
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestInterfaces.td98 "getNameLengthPlusArgTwice", (ins "unsigned":$arg)>,