Searched refs:ddats (Results 1 – 1 of 1) sorted by relevance
1851 for (tree ddats = DECL_ATTRIBUTES (dealloc_decl); in matching_alloc_calls_p() local1852 (ddats = lookup_attribute ("*dealloc", ddats)); in matching_alloc_calls_p()1853 ddats = TREE_CHAIN (ddats)) in matching_alloc_calls_p()1855 tree args = TREE_VALUE (ddats); in matching_alloc_calls_p()