Home | History | Annotate | Download | only in open-vcdiff

Lines Matching refs:FOO

921 # These are left unexpanded so users can "make install exec_prefix=/foo"
3272 #define FOO(x) 'x'
3273 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
7198 echo "int foo(void){return 1;}" > conftest.c
12190 class Foo
12193 Foo (void) { a = 0; }
16617 lt_simple_compile_test_code="class foo {}"
21858 static void foo(void) __attribute__ ((unused));
21859 void foo(void) { exit(1); }