Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-expr-1.cpp129 void test_asm(T t) { in test_asm() function
133 void test_asm() { in test_asm() function
135 test_asm(a); in test_asm()
138test_asm(b); // expected-note {{in instantiation of function template specialization 'test_asm<int… in test_asm()
/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dinline-asm.ll3 ; CHECK-LABEL: test_asm:
7 define void @test_asm() {
/llvm-project/clang/test/Parser/
H A Dc2x-attributes.c139 void test_asm(void) { in test_asm() function