Home
last modified time | relevance | path

Searched refs:Testcases (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DItaniumManglingCanonicalizerTest.cpp295 static void testTestcases(ArrayRef<Testcase> Testcases) { in testTestcases() argument
296 for (const auto &Testcase : Testcases) { in testTestcases()
/llvm-project-15.0.7/llvm/test/Verifier/
H A DREADME.txt2 malformed LLVM code. Testcases for situations that the verifier incorrectly
/llvm-project-15.0.7/llvm/test/Transforms/LoopDistribute/
H A Dpointer-phi-in-loop.ll4 ; Testcases inspired by PR50296, PR50288.