Home | History | Annotate | Download | only in llvm

Lines Matching refs:FOO

845 # These are left unexpanded so users can "make install exec_prefix=/foo"
2684 #define FOO(x) 'x'
2685 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
7835 tmp=$TMPDIR/foo$$-$RANDOM
7970 const int *foo = &x[0];
7971 ++foo;
7984 const int foo = 10;
7985 if (!foo) return 0;
19528 extern void foo(PENUMLOADED_MODULES_CALLBACK);
19529 extern void foo(BOOL(CALLBACK*)(PCSTR,ULONG_PTR,ULONG,PVOID));
20701 fd = creat ("foo",0777);
20703 unlink ("foo");