Home
last modified time | relevance | path

Searched defs:pf3 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dstdcall-fastcall.c25 void (__attribute__((thiscall)) *pf3)(void) = f3; variable
/llvm-project/clang/test/SemaCXX/
H A Dmember-pointer.cpp54 int (D::*pf3)(int, int) = 0; in f() local