Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-tree.h282 BOOL_BITFIELD thread_p : 1; member
H A Dc-decl.c3049 if (!warned && !in_system_header && declspecs->thread_p) in shadow_tag_warned()
3095 && !specs->thread_p); in quals_from_declspecs()
4436 bool threadp = declspecs->thread_p; in grokdeclarator()
8299 ret->thread_p = false; in build_null_declspecs()
8752 dupe = specs->thread_p; in declspecs_add_scspec()
8760 specs->thread_p = true; in declspecs_add_scspec()
8768 if (specs->thread_p) in declspecs_add_scspec()
8777 if (specs->thread_p) in declspecs_add_scspec()
8799 if (n != csc_extern && n != csc_static && specs->thread_p) in declspecs_add_scspec()
8802 specs->thread_p = false; in declspecs_add_scspec()
H A DChangeLog-20011004 modified_mem, thread_jumps, rtx_equal_for-thread_p): Kill.
H A DChangeLog-200413241 (struct c_declspecs): Add storage_class, inline_p and thread_p.
/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c7492 bool unsigned_p, signed_p, short_p, long_p, thread_p; in grokdeclarator() local
7500 thread_p = declspecs->specs[(int)ds_thread]; in grokdeclarator()
7985 || thread_p) in grokdeclarator()
8005 if (thread_p in grokdeclarator()
8012 thread_p = false; in grokdeclarator()
8022 || thread_p)) in grokdeclarator()
8050 || thread_p) in grokdeclarator()
8075 else if (thread_p in grokdeclarator()
8081 thread_p = false; in grokdeclarator()
9121 if (thread_p) in grokdeclarator()
[all …]
H A DChangeLog436 a storage class other than extern and static, clear thread_p