HomeSort by: relevance | last modified time | path
    Searched defs:FOO (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/bsd/tradcpp/dist/tests/
t15.c 1 #define FOO /* BAR */ BAZ
2 FOO
3 FOO
t21.c 1 # define FOO BAR
2 #undef FOO /* would be wrong */
3 FOO
t25.c 1 #define FOO foo /*
2 #undef FOO
3 #define FOO bar */
4 FOO
t26.c 1 #define FOO foo
2 FOO
3 "FOO"
4 'FOO'
t37.c 10 #define FOO(x) x
11 FOO(abc BC def EC ghi)
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/sys/
machine.h 13 #define FOO bar \
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/
machine.h 13 #define FOO bar \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
lineinc1.h 1 #define FOO 1
lineinc2.h 1 #undef FOO
2 #define FOO 2
lineinc3.h 1 #undef FOO
2 #define FOO 3
info-macros.c 4 #ifdef FOO
5 #undef FOO
7 #define FOO "hello"
9 #undef FOO
14 #ifdef FOO
15 #undef FOO
17 #define FOO " "
21 #ifdef FOO
22 #undef FOO
24 #define FOO "world
37 char *foo; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
lineinc1.h 1 #define FOO 1
lineinc2.h 1 #undef FOO
2 #define FOO 2
lineinc3.h 1 #undef FOO
2 #define FOO 3
info-macros.c 4 #ifdef FOO
5 #undef FOO
7 #define FOO "hello"
9 #undef FOO
14 #ifdef FOO
15 #undef FOO
17 #define FOO " "
21 #ifdef FOO
22 #undef FOO
24 #define FOO "world
37 char *foo; local
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
instrprof-comdat.h 5 template <class T> class FOO {
7 FOO() : t(0) {}
15 template <class T> T FOO<T>::DoIt(T ti) { // HEADER: 2| [[@LINE]]|template
  /src/usr.bin/make/unit-tests/
varcmd.mk 21 FOO?= foo
30 @echo "${TAG} FU=<v>${FU}</v> FOO=<v>${FOO}</v> VAR=<v>${VAR}</v>"
33 @${.MAKE} -f ${MAKEFILE} FU=bar FOO+=goo two
45 FOO+= oops
47 _FOO:= ${FOO}
51 @echo "$@ FOO='${_FOO}'"
  /src/crypto/external/bsd/openssl/dist/test/
context_internal_test.c 28 } FOO;
32 FOO *ptr = OPENSSL_zalloc(sizeof(*ptr));
54 FOO *data = NULL;
83 FOO *data = NULL;
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
add-to-opened-ctf.c 8 struct a_struct { int foo; }; member in struct:a_struct
10 enum an_enum { FOO };
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
gzrewrite-ctf.c 8 struct a_struct { int foo; }; member in struct:a_struct
10 enum an_enum { FOO };
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-lookup/
add-to-opened-ctf.c 8 struct a_struct { int foo; }; member in struct:a_struct
10 enum an_enum { FOO };
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/
gzrewrite-ctf.c 8 struct a_struct { int foo; }; member in struct:a_struct
10 enum an_enum { FOO };
  /src/external/lgpl3/mpc/dist/tools/mpcheck/
mpcheck-float.c 76 #define FOO add
80 #define FOO sub
84 #define FOO mul
88 #define FOO div
92 #define FOO pow
95 #define FOO abs
98 #define FOO arg
101 #define FOO sqrt
104 #define FOO acos
107 #define FOO acos
    [all...]
mpcheck-longdouble.c 64 #define FOO add
68 #define FOO sub
72 #define FOO mul
76 #define FOO div
80 #define FOO pow
83 #define FOO abs
86 #define FOO arg
89 #define FOO sqrt
92 #define FOO acos
95 #define FOO acos
    [all...]
mpcheck-double.c 64 #define FOO add
68 #define FOO sub
72 #define FOO mul
76 #define FOO div
80 #define FOO pow
83 #define FOO abs
86 #define FOO arg
89 #define FOO sqrt
92 #define FOO acos
95 #define FOO acos
    [all...]

Completed in 41 milliseconds

1 2