Searched refs:size_check (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | call.c | 4652 tree align_arg, tree size_check, in build_operator_new_call() argument 4664 if (size_check != NULL_TREE) in build_operator_new_call() 4669 *size = fold_build3 (COND_EXPR, sizetype, size_check, in build_operator_new_call() 4736 if (size_check) in build_operator_new_call() 4739 gcc_assert (size_check != NULL_TREE); in build_operator_new_call() 4740 *size = fold_build3 (COND_EXPR, sizetype, size_check, in build_operator_new_call()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | call.cc | 4884 tree align_arg, tree size_check, in build_operator_new_call() argument 4896 if (size_check != NULL_TREE) in build_operator_new_call() 4901 *size = fold_build3 (COND_EXPR, sizetype, size_check, in build_operator_new_call() 4968 if (size_check) in build_operator_new_call() 4971 gcc_assert (size_check != NULL_TREE); in build_operator_new_call() 4972 *size = fold_build3 (COND_EXPR, sizetype, size_check, in build_operator_new_call()
|
| H A D | ChangeLog-2012 | 1238 * call.c (build_operator_new_call): Add size_check argument and
|
| H A D | ChangeLog-2015 | 869 * call.c (build_operator_new_call): Do not assume size_check
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf.c | 10360 } size_check[] = in elfcore_grok_win32pstatus() local 10368 if (type == 0 || type > (sizeof(size_check)/sizeof(size_check[0]))) in elfcore_grok_win32pstatus() 10371 if (note->descsz < size_check[type - 1].min_size) in elfcore_grok_win32pstatus() 10374 abfd, size_check[type - 1].type_name, note->descsz); in elfcore_grok_win32pstatus()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf.c | 11081 } size_check[] = in elfcore_grok_win32pstatus() local 11089 if (type == 0 || type > (sizeof(size_check)/sizeof(size_check[0]))) in elfcore_grok_win32pstatus() 11092 if (note->descsz < size_check[type - 1].min_size) in elfcore_grok_win32pstatus() 11096 abfd, size_check[type - 1].type_name, note->descsz); in elfcore_grok_win32pstatus()
|