Searched refs:ASSERT_CLOSURE_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas-capturing.cpp23 #define ASSERT_CLOSURE_SIZE(L, N) static_assert(sizeof(L) >= (N), "size of closure must be >=" #N) macro
237 ASSERT_CLOSURE_SIZE(M_double, sizeof(x) + sizeof(double));

Completed in 30 milliseconds