Searched refs:thread_p (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dc-tree.h282 BOOL_BITFIELD thread_p : 1; member in struct:c_declspecs
H A Dc-decl.c3064 if (!warned && !in_system_header && declspecs->thread_p)
3111 && !specs->thread_p);
4462 bool threadp = declspecs->thread_p;
8335 ret->thread_p = false;
8788 dupe = specs->thread_p;
8796 specs->thread_p = true;
8804 if (specs->thread_p)
8813 if (specs->thread_p)
8835 if (n != csc_extern && n != csc_static && specs->thread_p)
8838 specs->thread_p
[all...]
/freebsd-10-stable/contrib/gcc/cp/
H A Ddecl.c7506 bool unsigned_p, signed_p, short_p, long_p, thread_p;
7514 thread_p = declspecs->specs[(int)ds_thread];
7999 || thread_p)
8019 if (thread_p
8026 thread_p = false;
8036 || thread_p))
8064 || thread_p)
8089 else if (thread_p
8095 thread_p = false;
9135 if (thread_p)
7492 bool unsigned_p, signed_p, short_p, long_p, thread_p; local
[all...]

Completed in 212 milliseconds