Home
last modified time | relevance | path

Searched refs:UNWRAP_ARGS (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DDebugInfoMetadata.cpp190 #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-7.0/llvm/lib/IR/
DDebugInfoMetadata.cpp221 #define UNWRAP_ARGS(ARGS) UNWRAP_ARGS_IMPL ARGS macro
226 CLASS##Info::KeyTy(UNWRAP_ARGS(ARGS)))) \
237 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \
240 return storeImpl(new (0u) CLASS(Context, Storage, UNWRAP_ARGS(ARGS)), \
247 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \