| H A D | DebugInfoMetadata.cpp | 331 #define DEFINE_GETIMPL_STORE(CLASS, ARGS, OPS) \ argument 332 return storeImpl(new (array_lengthof(OPS), Storage) \ 333 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \ 339 #define DEFINE_GETIMPL_STORE_NO_CONSTRUCTOR_ARGS(CLASS, OPS) \ argument 340 return storeImpl(new (array_lengthof(OPS), Storage) \ 341 CLASS(Context, Storage, OPS), \ 343 #define DEFINE_GETIMPL_STORE_N(CLASS, ARGS, OPS, NUM_OPS) \ argument 345 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \
|