Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/mlir-pdll/Integration/
H A Dtest-pdll.mlir3 // CHECK-LABEL: func @simpleTest
4 func @simpleTest() {
/llvm-project-15.0.7/libc/test/src/stdlib/
H A DDivTest.h16 void simpleTest(DivFunc func) { in simpleTest() function
37 TEST_F(LlvmLibcDivTest, SimpleTest##ReturnType) { simpleTest(func); }