HomeSort by relevance Sort by last modified time
    Searched defs:__nonnull_attribute__ (Results 1 - 2 of 2) sorted by null

  /external/elfutils/0.153/libdw/
libdw.h 59 # define __nonnull_attribute__(...) __attribute__ ((__nonnull__ (__VA_ARGS__))) macro
62 # define __nonnull_attribute__(args...) macro
295 __nonnull_attribute__ (3);
305 __nonnull_attribute__ (3);
329 __nonnull_attribute__ (1, 2, 5, 6);
351 Dwarf_Die *result) __nonnull_attribute__ (3);
356 __nonnull_attribute__ (3);
367 __nonnull_attribute__ (2);
371 Dwarf_Die *result) __nonnull_attribute__ (3);
375 __nonnull_attribute__ (2)
    [all...]
  /external/elfutils/elfutils/
libdw.h 59 # define __nonnull_attribute__(...) __attribute__ ((__nonnull__ (__VA_ARGS__))) macro
62 # define __nonnull_attribute__(args...) macro
295 __nonnull_attribute__ (3);
305 __nonnull_attribute__ (3);
329 __nonnull_attribute__ (1, 2, 5, 6);
351 Dwarf_Die *result) __nonnull_attribute__ (3);
356 __nonnull_attribute__ (3);
367 __nonnull_attribute__ (2);
371 Dwarf_Die *result) __nonnull_attribute__ (3);
375 __nonnull_attribute__ (2)
    [all...]

Completed in 192 milliseconds