Searched defs:big (Results 1 – 4 of 4) sorted by relevance
15 auto big = new BigStruct; in cpp_out_of_mem() local
94 char* big = static_cast<char*>(malloc(size + 3)); in run_one_argument_size_test() local
482 auto big = [big = Big(), x = 1] { (void)x; }; in sized_function_size_bounds() local521 auto big = [big = Big(), x = 1] { (void)x; }; in inline_function_size_bounds() local
486 auto big = [ big = Big(), x = 1 ] { (void)x; }; in sized_function_size_bounds() local525 auto big = [ big = Big(), x = 1 ] { (void)x; }; in inline_function_size_bounds() local
Completed in 12 milliseconds