Lines Matching refs:FFI
2 FFI 013: Declaration priorities and constrains
9 $ffi = FFI::cdef();
28 FFI::cdef("static int foo(int)[5];");
34 FFI::cdef("static int foo[5](int);");
40 FFI::cdef("static int foo(int)(int);");
46 FFI::cdef("typedef int foo[2][];");
52 FFI::cdef("typedef int foo[][2];");
62 FFI\ParserException: void type is not allowed at line 1
63 FFI\ParserException: void type is not allowed at line 1
64 FFI\ParserException: Function returning array is not allowed at line 1
65 FFI\ParserException: Array of functions is not allowed at line 1
66 FFI\ParserException: Function returning function is not allowed at line 1
67 FFI\ParserException: Only the leftmost array can be undimensioned at line 1