Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_simd_codegen.cpp106 U outfunc(U *a);
111 U A::outfunc(U *a) { return *a * 2; } in outfunc() function in A
119 float u = a.outfunc<4, float>(&f); in test_member_template()