Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms-back-references.cpp67 typedef int* (*PInt3Func)(int* a, int* b); typedef
75 PInt3Func h3(PInt3Func x, PInt3Func y, int* z) { return 0; } in h3()