Home
last modified time | relevance | path

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

/llvm-project/llvm/test/CodeGen/X86/
H A Dasm-modifier.ll33 define void @test_q() {
34 ; CHECK-LABEL: test_q:
/llvm-project/clang/test/SemaTemplate/
H A Dalias-templates.cpp236 void test_q(int (&a)[5]) { Q<B, B, B>().f<B, B>(&a); } in test_q() function