Searched refs:UNWRAP_ARGS (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 421 #define UNWRAP_ARGS(ARGS) UNWRAP_ARGS_IMPL ARGS macro 426 CLASS##Info::KeyTy(UNWRAP_ARGS(ARGS)))) \ 437 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \ 441 CLASS(Context, Storage, UNWRAP_ARGS(ARGS)), \ 448 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \
|