Home
last modified time | relevance | path

Searched defs:pbar (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dcallingconv-sysv_abi.c7 void (*pbar)(void) = bar; variable
H A Dcallingconv-ms_abi.c7 void (*pbar)(void) = bar; // expected-error{{incompatible function pointer types}} variable
H A Dcallingconv-iamcu.c25 void (__attribute__((stdcall)) *pbar)(float*) = bar; // expected-warning {{'stdcall' calling conven… variable
H A Dcallingconv.c32 void (__attribute__((stdcall)) *pbar)(float*) = bar; variable