Home | History | Annotate | Download | only in cp

Lines Matching refs:CLONE

1825 /* Perform an action for each clone of FN, if FN is a function with
1828 FOR_EACH_CLONE (clone, fn)
1832 #define FOR_EACH_CLONE(CLONE, FN) \
1836 for (CLONE = TREE_CHAIN (FN); \
1837 CLONE && DECL_CLONED_FUNCTION_P (CLONE); \
1838 CLONE = TREE_CHAIN (CLONE))