Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dmangle-ms-back-references.cpp54 typedef int* (*PInt3Func)(int* a, int* b); typedef
62 PInt3Func h3(PInt3Func x, PInt3Func y, int* z) { return 0; } in h3()