Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dtypedef_alignment_mismatch_warning.cpp130 auto assignment_function_ref = [](StructAligned8 &S) { in test6() local
137 void (*RefFnPtr)(StructAligned8 &) = assignment_function_ref; in test6()