Searched refs:share_name (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/gcc/cp/
H A Dsemantics.c3573 const char *share_name = NULL;
3576 share_name = "threadprivate";
3582 share_name = "shared";
3585 share_name = "private";
3590 if (share_name)
3593 t, share_name, name);
3572 const char *share_name = NULL; local
/freebsd-10.0-release/contrib/gcc/
H A Dc-typeck.c8819 const char *share_name = NULL;
8822 share_name = "threadprivate";
8828 share_name = "shared";
8831 share_name = "private";
8836 if (share_name)
8839 t, share_name, name);
8779 const char *share_name = NULL; local

Completed in 168 milliseconds