Searched defs:NULL (Results 1 - 25 of 160) sorted by relevance

1234567

/haiku-buildtools/gcc/fixincludes/tests/base/
H A Dlocale.h16 #define NULL __null macro
18 #define NULL 0L macro
21 #define NULL ((void *)0) macro
H A Dcurses.h13 # define NULL (0L) /* typed NULL */ macro
42 #define NULL __null macro
44 #define NULL 0L macro
47 #define NULL ((void *)0) macro
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dnull1.C4 const int NULL = 0; variable
/haiku-buildtools/legacy/binutils/intl/
H A Dgettext.c32 # define NULL ((void *) 0) macro
H A Dexplodename.c38 # define NULL ((void *) 0) macro
40 # define NULL 0 macro
[all...]
H A Dlibgettext.h56 # define NULL ((void *) 0) macro
58 # define NULL (0) macro
/haiku-buildtools/legacy/gcc/gcc/intl/
H A Dgettext.c32 # define NULL ((void *) 0) macro
H A Dexplodename.c38 # define NULL ((void *) 0) macro
40 # define NULL 0 macro
[all...]
/haiku-buildtools/legacy/gcc/texinfo/intl/
H A Dgettext.c32 # define NULL ((void *) 0) macro
H A Dexplodename.c33 # define NULL ((void *) 0) macro
35 # define NULL 0 macro
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/conversion/
H A Dnullptr2.C5 enum { NULL = 0 }; enumerator in enum:__anon721
/haiku-buildtools/gcc/gcc/testsuite/objc-obj-c++-shared/
H A Dobjc-test-suite-types.h43 #define NULL 0 macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dcwsc0.c12 __builtin_call_with_static_chain(f(), NULL); local
H A Dpr67730.h2 #define NULL (void *) 0 macro
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcris-opc.c26 #define NULL (0) macro
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr68143_1.c1 #define NULL 0 macro
/haiku-buildtools/binutils/opcodes/
H A Dcris-opc.c27 #define NULL (0) macro
[all...]
/haiku-buildtools/binutils/intl/
H A Dexplodename.c32 # define NULL ((void *) 0) macro
34 # define NULL 0 macro
[all...]
/haiku-buildtools/gcc/intl/
H A Dexplodename.c32 # define NULL ((void *) 0) macro
34 # define NULL 0 macro
[all...]
/haiku-buildtools/legacy/gcc/texinfo/libtxi/
H A Dgetopt1.c55 #ifndef NULL macro
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWconversion-null.C34 i != NULL; // NULL used in arithmetic local
36 k != NULL; // No warning: decay conversion local
48 NULL && NULL; // No warning: converting NULL to bool is OK local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators33.C22 inline void push(FILE * fd1, int line_num, char *fname = NULL) { argument
/haiku-buildtools/gcc/gcc/
H A Dtsystem.h114 #define NULL 0 macro
/haiku-buildtools/binutils/libiberty/
H A Dgetopt1.c65 #ifndef NULL macro
/haiku-buildtools/gcc/libiberty/
H A Dgetopt1.c65 #ifndef NULL macro

Completed in 90 milliseconds

1234567