Searched refs:UNWRAP_ARGS (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 190 #define UNWRAP_ARGS(ARGS) UNWRAP_ARGS_IMPL ARGS macro 195 CLASS##Info::KeyTy(UNWRAP_ARGS(ARGS)))) \ 206 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \ 209 return storeImpl(new (0u) CLASS(Context, Storage, UNWRAP_ARGS(ARGS)), \
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 291 #define UNWRAP_ARGS(ARGS) UNWRAP_ARGS_IMPL ARGS macro 296 CLASS##Info::KeyTy(UNWRAP_ARGS(ARGS)))) \ 307 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \ 310 return storeImpl(new (0u) CLASS(Context, Storage, UNWRAP_ARGS(ARGS)), \ 317 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \
|
/external/llvm-project/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 306 #define UNWRAP_ARGS(ARGS) UNWRAP_ARGS_IMPL ARGS macro 311 CLASS##Info::KeyTy(UNWRAP_ARGS(ARGS)))) \ 322 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \ 325 return storeImpl(new (0u) CLASS(Context, Storage, UNWRAP_ARGS(ARGS)), \ 332 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \
|