Home
last modified time | relevance | path

Searched defs:UNREFERENCED_PARAMETER (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sfntly/port/
Dtype.h99 #define UNREFERENCED_PARAMETER(p) do { (void)p; } while (0) macro
/external/clang/test/Sema/
Dunused-expr.c160 #define UNREFERENCED_PARAMETER(x) (x) macro
/external/tpm2/
DGlobal.h29 # define UNREFERENCED_PARAMETER(a) (a) macro
DImplementation.h928 #define UNREFERENCED_PARAMETER(x) (void)(x) macro