Searched refs:CLONE (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dxalloc.h81 # define CLONE(Src) CCLONE (Src, 1) macro
/netbsd-current/external/gpl2/grep/dist/lib/
H A Dxalloc.h86 # define CLONE(Src) CCLONE (Src, 1) macro
/netbsd-current/external/gpl2/texinfo/dist/lib/
H A Dxalloc.h79 # define CLONE(p) xclone (p, sizeof *(p)) macro
/netbsd-current/external/gpl2/gmake/dist/
H A Dhash.c25 #define CLONE(o, t, n) ((t *) memcpy (MALLOC (t, (n)), (o), sizeof (t) * (n))) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h2983 #define FOR_EACH_CLONE(CLONE, FN) \
2988 for (CLONE = DECL_CHAIN (FN); \
2989 CLONE && DECL_CLONED_FUNCTION_P (CLONE); \
2990 CLONE = DECL_CHAIN (CLONE))
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h3168 #define FOR_EACH_CLONE(CLONE, FN) \
3173 for (CLONE = DECL_CHAIN (FN); \
3174 CLONE && DECL_CLONED_FUNCTION_P (CLONE); \
3175 CLONE = DECL_CHAIN (CLONE))
H A Dmodule.cc3885 #define FOR_EVERY_CLONE(CLONE, FN) \
3888 for (CLONE = DECL_CHAIN (FN); \
3889 CLONE && DECL_CLONED_FUNCTION_P (CLONE); \
3890 CLONE = DECL_CHAIN (CLONE))

Completed in 201 milliseconds