Searched refs:static_dtors (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl2.c103 tree static_dtors; variable
2916 for (fns = constructor_p ? static_ctors : static_dtors;
2953 || (priority == DEFAULT_INIT_PRIORITY && static_dtors))
3355 if (static_dtors)
H A Dsemantics.c3192 static_dtors = tree_cons (NULL_TREE, fn, static_dtors);
H A Dcp-tree.h3422 extern GTY(()) tree static_dtors;
3413 extern GTY(()) tree static_dtors; variable
/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c418 static GTY(()) tree static_dtors;
6971 static_dtors = tree_cons (NULL_TREE, fndecl, static_dtors);
8145 build_cdtor ('D', static_dtors); static_dtors = 0;
416 static GTY(()) tree static_dtors; variable

Completed in 187 milliseconds