Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dwarn-bad-function-cast.c13 char *pf1(void);
33 (void *)pf1(); in foo()
44 …(__SIZE_TYPE__)pf1(); /* expected-warning {{cast from function call of type 'char *' to non-matchi… in foo()
Dfp16-sema.c25 extern __fp16 (*pf1) (void); // expected-error {{function return value cannot have __fp16 type; did…
/external/clang/test/CodeGen/
Dmicrosoft-call-conv-x64.c17 void (__fastcall *pf1)(void) = f1;
26 pf1(); pf2(); pf4(); pf5(); in main()
Dmicrosoft-call-conv.c30 void (__fastcall *pf1)(void) = f1;
44 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); pf7(); in main()
Dstdcall-fastcall.c23 void (__attribute__((fastcall)) *pf1)(void) = f1; variable
35 pf1(); pf2(); pf3(); pf4(); pf5(); pf6(); in main()
/external/clang/test/Parser/
Dcxx0x-ambig.cpp142 void (*pf1)() {};
/external/llvm/docs/
DMergeFunctions.rst414 define void %f(i32 %pf0, i32 %pf1) {
415 instr0 i32 %pf0 instr1 i32 %pf1 instr2 i32 123
424 In this example, *pf0* is associated with *pg0*, *pf1* is associated with *pg1*,
425 and we also declare that *pf0* < *pf1*, and thus *pg0* < *pf1*.
431 opcode "*instr1*" from *g*; here we have equal types and opcodes, but "*pf1* is