Home
last modified time | relevance | path

Searched refs:test_attributes (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dtemplates.cpp4 void test_attributes() { in test_attributes() function
9 template void test_attributes<int>();
H A Dp5.cpp5 void test_attributes() { in test_attributes() function
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstatepoint-call-lowering.ll210 define void @test_attributes(ptr byval(%struct2) %s) gc "statepoint-example" {
211 ; CHECK-LABEL: test_attributes:
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dstatepoint-call-lowering.ll204 define void @test_attributes(%struct2* byval(%struct2) %s) gc "statepoint-example" {
205 ; CHECK-LABEL: test_attributes:
/llvm-project-15.0.7/llvm/test/Bindings/OCaml/
H A Dcore.ml373 let test_attributes () =
1510 suite "attributes" test_attributes;