Home
last modified time | relevance | path

Searched refs:iter_param_types (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dprogram-state.cc420 tree iter_param_types = NULL_TREE; in purge_for_unknown_fncall() local
422 iter_param_types = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in purge_for_unknown_fncall()
426 if (iter_param_types) in purge_for_unknown_fncall()
428 tree param_type = TREE_VALUE (iter_param_types); in purge_for_unknown_fncall()
430 iter_param_types = TREE_CHAIN (iter_param_types); in purge_for_unknown_fncall()
H A Dregion-model.cc4629 tree iter_param_types = NULL_TREE; in handle_unrecognized_call() local
4631 iter_param_types = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in handle_unrecognized_call()
4636 if (iter_param_types) in handle_unrecognized_call()
4638 param_type = TREE_VALUE (iter_param_types); in handle_unrecognized_call()
4640 iter_param_types = TREE_CHAIN (iter_param_types); in handle_unrecognized_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.cc1807 tree iter_param_types = NULL_TREE; in handle_unrecognized_call() local
1809 iter_param_types = TYPE_ARG_TYPES (TREE_TYPE (fndecl)); in handle_unrecognized_call()
1814 if (iter_param_types) in handle_unrecognized_call()
1816 param_type = TREE_VALUE (iter_param_types); in handle_unrecognized_call()
1818 iter_param_types = TREE_CHAIN (iter_param_types); in handle_unrecognized_call()