Home | History | Annotate | Download | only in libffi

Lines Matching refs:FOO

983 # These are left unexpanded so users can "make install exec_prefix=/foo"
3479 #define FOO(x) 'x'
3480 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
12227 class Foo
12230 Foo (void) { a = 0; }
16585 lt_simple_compile_test_code="class foo {}"
22446 asm (".text; foo: nop; .data; .align 4; .byte 0; .uaword %r_disp32(foo); .text");
22565 echo 'extern void foo (void); void bar (void) { foo (); foo (); }' > conftest.c
22604 echo 'int __attribute__ ((visibility ("hidden"))) foo (void) { return 1; }' > conftest.c
22612 if grep '\.hidden.*foo' conftest.s >/dev/null; then