Home | History | Annotate | Download | only in cp

Lines Matching refs:CLONE

1826 /* Perform an action for each clone of FN, if FN is a function with
1829 FOR_EACH_CLONE (clone, fn)
1833 #define FOR_EACH_CLONE(CLONE, FN) \
1837 for (CLONE = TREE_CHAIN (FN); \
1838 CLONE && DECL_CLONED_FUNCTION_P (CLONE); \
1839 CLONE = TREE_CHAIN (CLONE))