Home
last modified time | relevance | path

Searched refs:thread_p (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dc-tree.h282 BOOL_BITFIELD thread_p : 1; member
Dc-decl.c3047 if (!warned && !in_system_header && declspecs->thread_p) in shadow_tag_warned()
3093 && !specs->thread_p); in quals_from_declspecs()
4064 bool threadp = declspecs->thread_p; in grokdeclarator()
7326 ret->thread_p = false; in build_null_declspecs()
7779 dupe = specs->thread_p; in declspecs_add_scspec()
7787 specs->thread_p = true; in declspecs_add_scspec()
7795 if (specs->thread_p) in declspecs_add_scspec()
7804 if (specs->thread_p) in declspecs_add_scspec()
7826 if (n != csc_extern && n != csc_static && specs->thread_p) in declspecs_add_scspec()
7829 specs->thread_p = false; in declspecs_add_scspec()
DChangeLog-20011004 modified_mem, thread_jumps, rtx_equal_for-thread_p): Kill.
DChangeLog-200413241 (struct c_declspecs): Add storage_class, inline_p and thread_p.
/freebsd-9-stable/contrib/gcc/cp/
Ddecl.c7085 bool unsigned_p, signed_p, short_p, long_p, thread_p; in grokdeclarator() local
7093 thread_p = declspecs->specs[(int)ds_thread]; in grokdeclarator()
7576 || thread_p) in grokdeclarator()
7596 if (thread_p in grokdeclarator()
7603 thread_p = false; in grokdeclarator()
7613 || thread_p)) in grokdeclarator()
7641 || thread_p) in grokdeclarator()
7666 else if (thread_p in grokdeclarator()
7672 thread_p = false; in grokdeclarator()
8653 if (thread_p) in grokdeclarator()
[all …]
DChangeLog436 a storage class other than extern and static, clear thread_p