Home
last modified time | relevance | path

Searched refs:MAYBE_UNUSED (Results 1 – 8 of 8) sorted by relevance

/third_party/libffi/src/
Dclosures.c501 static void *dlcalloc(size_t, size_t) MAYBE_UNUSED;
502 static void *dlrealloc(void *, size_t) MAYBE_UNUSED;
503 static void *dlmemalign(size_t, size_t) MAYBE_UNUSED;
504 static void *dlvalloc(size_t) MAYBE_UNUSED;
505 static int dlmallopt(int, int) MAYBE_UNUSED;
506 static size_t dlmalloc_footprint(void) MAYBE_UNUSED;
507 static size_t dlmalloc_max_footprint(void) MAYBE_UNUSED;
508 static void** dlindependent_calloc(size_t, size_t, void**) MAYBE_UNUSED;
509 static void** dlindependent_comalloc(size_t, size_t*, void**) MAYBE_UNUSED;
510 static void *dlpvalloc(size_t) MAYBE_UNUSED;
[all …]
/third_party/libffi/src/powerpc/
Dffi.c63 unsigned int nfixedargs MAYBE_UNUSED, in ffi_prep_cif_machdep_var() argument
64 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_machdep_var() argument
Dffi_linux64.c379 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_linux64_var() argument
/third_party/libffi/include/
Dffi_common.h30 # define MAYBE_UNUSED __attribute__((__unused__)) macro
32 # define MAYBE_UNUSED
/third_party/libffi/src/ia64/
Dffi.c284 unsigned int ntotalargs MAYBE_UNUSED) in ffi_prep_cif_machdep_var() argument
/third_party/libffi/src/mips/
Dffi.c592 unsigned ntotalargs MAYBE_UNUSED) in ffi_prep_cif_machdep_var() argument
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst3462 MAYBE_UNUSED
4245 - radv: remove useless MAYBE_UNUSED in CmdBeginRenderPass()
/third_party/libffi/
DChangeLog.old2855 * src/closures.c: Move defintion of MAYBE_UNUSED from here to ...