Home
last modified time | relevance | path

Searched refs:size_check (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.c4652 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()
H A Dcall.cc4884 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 DChangeLog-20121238 * call.c (build_operator_new_call): Add size_check argument and
H A DChangeLog-2015869 * call.c (build_operator_new_call): Do not assume size_check
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c4652 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/external/gpl3/gdb/dist/bfd/
H A Delf.c10160 } size_check[] = in elfcore_grok_win32pstatus() local
10168 if (type > (sizeof(size_check)/sizeof(size_check[0]))) in elfcore_grok_win32pstatus()
10171 if (note->descsz < size_check[type - 1].min_size) in elfcore_grok_win32pstatus()
10174 abfd, size_check[type - 1].type_name, note->descsz); in elfcore_grok_win32pstatus()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delf.c10364 } size_check[] = in elfcore_grok_win32pstatus() local
10372 if (type == 0 || type > (sizeof(size_check)/sizeof(size_check[0]))) in elfcore_grok_win32pstatus()
10375 if (note->descsz < size_check[type - 1].min_size) in elfcore_grok_win32pstatus()
10378 abfd, size_check[type - 1].type_name, note->descsz); in elfcore_grok_win32pstatus()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delf.c10160 } size_check[] = in elfcore_grok_win32pstatus() local
10168 if (type > (sizeof(size_check)/sizeof(size_check[0]))) in elfcore_grok_win32pstatus()
10171 if (note->descsz < size_check[type - 1].min_size) in elfcore_grok_win32pstatus()
10174 abfd, size_check[type - 1].type_name, note->descsz); in elfcore_grok_win32pstatus()