Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dcallingconv-iamcu.c48 typedef __attribute__((stdcall)) void (*PROC)(); // expected-warning {{calling convention 'stdcall'… typedef
Dcallingconv.c59 typedef __attribute__((stdcall)) void (*PROC)(); typedef