Searched refs:iter_param_types (Results 1 – 3 of 3) sorted by relevance
420 tree iter_param_types = NULL_TREE; in purge_for_unknown_fncall() local422 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()
4629 tree iter_param_types = NULL_TREE; in handle_unrecognized_call() local4631 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()
1807 tree iter_param_types = NULL_TREE; in handle_unrecognized_call() local1809 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()