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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regposerr.c 44 # define ARG_UNUSED __attribute__ ((unused))
46 # define ARG_UNUSED
76 regerror(int posix_ecode, const regex_t* reg ARG_UNUSED, char* buf,
regenc.h 61 #ifndef ARG_UNUSED
63 # define ARG_UNUSED __attribute__ ((unused))
65 # define ARG_UNUSED
regint.h 79 # define ARG_UNUSED __attribute__ ((unused))
81 # define ARG_UNUSED
  /external/valgrind/coregrind/m_demangle/
ansidecl.h 143 /* Similarly to ARG_UNUSED below. Prior to GCC 3.4, the C++ frontend
157 # define ARG_UNUSED(NAME) NAME ATTRIBUTE_UNUSED
159 # define ARG_UNUSED(NAME) NAME
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ansidecl.h 282 /* Similarly to ARG_UNUSED below. Prior to GCC 3.4, the C++ frontend
296 # define ARG_UNUSED(NAME) NAME ATTRIBUTE_UNUSED
298 # define ARG_UNUSED(NAME) NAME
insn-flags.h     [all...]
  /toolchain/binutils/binutils-2.27/include/
ansidecl.h 143 /* Similarly to ARG_UNUSED below. Prior to GCC 3.4, the C++ frontend
157 # define ARG_UNUSED(NAME) NAME ATTRIBUTE_UNUSED
159 # define ARG_UNUSED(NAME) NAME

Completed in 190 milliseconds