Home | History | Annotate | Download | only in bochs

Lines Matching refs:FOO

988 # These are left unexpanded so users can "make install exec_prefix=/foo"
3183 #define FOO(x) 'x'
3184 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
10891 class Foo
10894 Foo (void) { a = 0; }
15601 lt_simple_compile_test_code="class foo {}\n"
19230 const int *foo = &x[0];
19231 ++foo;
19244 const int foo = 10;
19245 if (!foo) return 0;
23362 $ac_kw foo_t foo () {return 0; }