OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PP_ARG_N
(Results
1 - 2
of
2
) sorted by null
/external/deqp-deps/SPIRV-Tools/source/opt/
log.h
35
// 2). If more arguments are wanted, grow
PP_ARG_N
and PP_NARGS in the below.
48
// 1). If more arguments are wanted, grow
PP_ARG_N
and PP_NARGS in the below.
219
#define PP_NARGS(...) PP_EXPAND(
PP_ARG_N
(__VA_ARGS__, 5, 4, 3, 2, 1, 0))
220
#define
PP_ARG_N
(_1, _2, _3, _4, _5, N, ...) N
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
log.h
35
// 2). If more arguments are wanted, grow
PP_ARG_N
and PP_NARGS in the below.
48
// 1). If more arguments are wanted, grow
PP_ARG_N
and PP_NARGS in the below.
219
#define PP_NARGS(...) PP_EXPAND(
PP_ARG_N
(__VA_ARGS__, 5, 4, 3, 2, 1, 0))
220
#define
PP_ARG_N
(_1, _2, _3, _4, _5, N, ...) N
Completed in 340 milliseconds