HomeSort by: relevance | last modified time | path
    Searched refs:nonnull (Results 1 - 25 of 221) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/tests/kernel/arch/aarch64/
execregs.c 42 nonnull(unsigned long x) function
54 /* x0: used to pass exec arg0, nonnull anyway (path) */
55 /* x1: used to pass exec arg1, nonnull anyway (argv) */
56 /* x2: used to pass exec arg2, nonnull anyway (environ) */
57 register long x3 __asm("x3") = nonnull(3);
58 register long x4 __asm("x4") = nonnull(4);
59 register long x5 __asm("x5") = nonnull(5);
60 register long x6 __asm("x6") = nonnull(6);
61 register long x7 __asm("x7") = nonnull(7);
62 register long x8 __asm("x8") = nonnull(8)
    [all...]
  /src/tests/kernel/arch/vax/
execregs.c 42 nonnull(unsigned long x) function
53 /* fp: frame pointer, nonnull */
54 /* ap: argument pointer, on user stack, nonnull */
55 /* sp: stack pointer, nonnull */
56 register long r0 __asm("r0") = nonnull(0x10);
57 register long r1 __asm("r1") = nonnull(1);
58 register long r2 __asm("r2") = nonnull(2);
59 register long r3 __asm("r3") = nonnull(3);
60 register long r4 __asm("r4") = nonnull(4);
61 register long r5 __asm("r5") = nonnull(5)
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
cti-server.h 43 void cti_fd_init(int *NONNULL p_nfds, fd_set *NONNULL r) GCCATTR((nonnull (1,2)));
44 void cti_fd_process(fd_set *NONNULL r) GCCATTR((nonnull (1)));
46 typedef int (*send_event_t)(cti_connection_t NONNULL connection, int event) GCCATTR((nonnull (1)));
47 void cti_notify_event(unsigned int evt, send_event_t NONNULL evt_handler) GCCATTR((nonnull (2)));
49 int ctiAddService(uint32_t enterprise_number, const uint8_t *NONNULL service_data
    [all...]
  /src/tests/kernel/arch/x86_64/
execregs.c 42 nonnull(unsigned long x) function
54 /* rdi: used to pass exec arg0, nonnull anyway (path) */
55 /* rsi: used to pass exec arg1, nonnull anyway (argv) */
56 /* rdx: used to pass exec arg2, nonnull anyway (environ) */
57 register long r10 __asm("r10") = nonnull(10);
58 register long r8 __asm("r8") = nonnull(8);
59 register long r9 __asm("r9") = nonnull(9);
60 register long rcx __asm("rcx") = nonnull('c');
61 register long r11 __asm("r11") = nonnull(11);
62 register long r12 __asm("r12") = nonnull(12)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-file.dot 39 nonnull;
57 nonnull -> closed [label="on 'close(X);'"];
61 unchecked -> nonnull [label="on 'X != 0'"];
66 nonnull -> stop [label="on leak:\nWarn('leak')"];
sm-malloc.dot 42 nonnull;
66 nonnull -> freed [label="on 'free(X);'"];
70 /* Handle "__attribute__((nonnull))". */
71 unchecked -> nonnull [label="on 'FN(X)' with __attribute__((nonnull)):\nWarn('possible NULL arg')"];
72 null -> stop [label="on 'FN(X)' with __attribute__((nonnull)):\nWarn('NULL arg')"];
73 start -> assumed_non_null [label="on 'FN(X)' with __attribute__((nonnull))"];
78 nonnull -> null [label="on 'X = 0;'"];
85 unchecked -> nonnull [label="on '*X':\nWarn('possible NULL deref')"];
90 unchecked -> nonnull [label="on 'X != 0'"]
    [all...]
  /src/tests/kernel/arch/hppa/
execregs.c 43 nonnull(unsigned long x) function
153 register long t1 __asm("r22") = nonnull(22);
154 register long t2 __asm("r21") = nonnull(21);
156 register long t3 __asm("r20") = nonnull(20);
169 long sar = nonnull(0x8a); /* cr11 */
170 /* r1: ADDIL (add immediate left) result, nonnull anyway */
171 /* r2/rp: return pointer, nonnull anyway */
172 /* r3: frame pointer, nonnull anyway */
173 register long r4 __asm("r4") = nonnull(4);
174 register long r5 __asm("r5") = nonnull(5)
    [all...]
  /src/tests/kernel/arch/i386/
execregs.c 42 nonnull(unsigned long x) function
53 register long edi __asm("edi") = nonnull('d');
54 register long esi __asm("esi") = nonnull('s');
55 /* ebp: frame pointer, can't touch that here, but it'll be nonnull */
57 register long edx __asm("edx") = nonnull('x');
58 register long ecx __asm("ecx") = nonnull('c');
59 register long eax __asm("eax") = nonnull('a');
66 * stack/argument transfers, but all the arguments are nonnull
83 register long edi __asm("edi") = nonnull('d');
84 register long esi __asm("esi") = nonnull('s')
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm-malloc.dot 39 nonnull;
62 nonnull -> freed [label="on 'free(X);'"];
66 /* Handle "__attribute__((nonnull))". */
67 unchecked -> nonnull [label="on 'FN(X)' with __attribute__((nonnull)):\nWarn('possible NULL arg')"];
68 null -> stop [label="on 'FN(X)' with __attribute__((nonnull)):\nWarn('NULL arg')"];
73 nonnull -> null [label="on 'X = 0;'"];
79 unchecked -> nonnull [label="on '*X':\nWarn('possible NULL deref')"];
84 unchecked -> nonnull [label="on 'X != 0'"];
88 nonnull -> stop [label="on leak:\nWarn('leak')"]
    [all...]
  /src/tests/usr.bin/xlint/lint1/
gcc_attribute.c 18 /* All pointer arguments must be nonnull. */
19 void __attribute__((nonnull))
23 * The documentation suggests that the argument list of nonnull be nonempty,
25 * nonnull.
27 void __attribute__((nonnull()))
30 /* Arguments 1 and 2 must be nonnull. */
31 void __attribute__((nonnull(1, 2)))
  /src/sys/sys/
gcq.h 53 __attribute__((nonnull, always_inline)) static __inline void
59 __attribute__((nonnull, const, warn_unused_result, always_inline))
66 __attribute__((nonnull, const, warn_unused_result, always_inline))
73 __attribute__((nonnull, const, warn_unused_result, always_inline))
80 __attribute__((nonnull, always_inline)) static __inline void
86 __attribute__((nonnull, pure, warn_unused_result, always_inline))
93 __attribute__((nonnull, pure, warn_unused_result, always_inline))
100 __attribute__((nonnull, pure, warn_unused_result, always_inline))
107 __attribute__((nonnull, always_inline)) static __inline void
120 __attribute__((nonnull)) static __inline voi
    [all...]
  /src/external/bsd/nsd/dist/simdzone/include/zone/
attributes.h 25 #if zone_has_attribute(nonnull)
  /src/external/bsd/nsd/dist/simdzone/src/
attributes.h 14 #define nonnull(params) zone_nonnull(params) macro
  /src/external/bsd/nsd/dist/simdzone/src/generic/
number.h 12 nonnull((1,3))
32 nonnull((1,3))
52 nonnull((1,3))
72 nonnull((1,3))
eui.h 12 nonnull((1,2))
loc.h 127 nonnull((1,3))
185 nonnull((1,3))
base16.h 147 nonnull((1,2,4,5))
222 nonnull((1,3,4))
wks.h 203 nonnull((1,4))
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
errors.h 20 #define D_ATTRIBUTE_FORMAT(m, n) __attribute__((format(printf, m, n))) __attribute__((nonnull (m)))
  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_protos.h 18 JEMALLOC_ATTR(nonnull(1));
jemalloc_protos_jet.h 18 JEMALLOC_ATTR(nonnull(1));
  /src/usr.bin/indent/
lexi.c 313 typenames.items = nonnull(realloc(typenames.items,
324 typenames.items[pos] = nonnull(strdup(name));
parse.c 71 ps.psyms.sym = nonnull(realloc(ps.psyms.sym,
73 ps.psyms.ind_level = nonnull(realloc(ps.psyms.ind_level,
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/
jemalloc_protos.h.in 18 JEMALLOC_ATTR(nonnull(1));
  /src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_protos.h 23 JEMALLOC_ATTR(nonnull(1));

Completed in 50 milliseconds

1 2 3 4 5 6 7 8 9