Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h395 BOOL_BITFIELD thread_p : 1; member
H A Dc-decl.cc4827 if (!warned && !in_system_header_at (input_location) && declspecs->thread_p) in shadow_tag_warned()
4914 && !specs->thread_p); in quals_from_declspecs()
6271 bool threadp = declspecs->thread_p; in grokdeclarator()
11776 dupe = specs->thread_p; in declspecs_add_scspec()
11785 specs->thread_p = true; in declspecs_add_scspec()
11810 if (specs->thread_p && specs->thread_gnu_p) in declspecs_add_scspec()
11819 if (specs->thread_p && specs->thread_gnu_p) in declspecs_add_scspec()
11847 if (n != csc_extern && n != csc_static && specs->thread_p) in declspecs_add_scspec()
11852 specs->thread_p = false; in declspecs_add_scspec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h393 BOOL_BITFIELD thread_p : 1; member
H A Dc-decl.c4736 if (!warned && !in_system_header_at (input_location) && declspecs->thread_p) in shadow_tag_warned()
4822 && !specs->thread_p); in quals_from_declspecs()
5953 bool threadp = declspecs->thread_p; in grokdeclarator()
11377 dupe = specs->thread_p; in declspecs_add_scspec()
11386 specs->thread_p = true; in declspecs_add_scspec()
11411 if (specs->thread_p && specs->thread_gnu_p) in declspecs_add_scspec()
11420 if (specs->thread_p && specs->thread_gnu_p) in declspecs_add_scspec()
11448 if (n != csc_extern && n != csc_static && specs->thread_p) in declspecs_add_scspec()
11453 specs->thread_p = false; in declspecs_add_scspec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c11085 bool unsigned_p, signed_p, short_p, long_p, thread_p; in grokdeclarator() local
11105 thread_p = decl_spec_seq_has_spec_p (declspecs, ds_thread); in grokdeclarator()
11786 || thread_p) in grokdeclarator()
11849 if (thread_p && cxx_dialect < cxx2a) in grokdeclarator()
11925 if (thread_p in grokdeclarator()
11935 thread_p = false; in grokdeclarator()
11940 || thread_p)) in grokdeclarator()
11968 || thread_p) in grokdeclarator()
11981 else if (thread_p in grokdeclarator()
13532 if (thread_p) in grokdeclarator()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc11755 bool unsigned_p, signed_p, short_p, long_p, thread_p; in grokdeclarator() local
11775 thread_p = decl_spec_seq_has_spec_p (declspecs, ds_thread); in grokdeclarator()
12486 || thread_p) in grokdeclarator()
12549 if (thread_p && cxx_dialect < cxx20) in grokdeclarator()
12625 if (thread_p in grokdeclarator()
12635 thread_p = false; in grokdeclarator()
12640 || thread_p)) in grokdeclarator()
12668 || thread_p) in grokdeclarator()
12681 else if (thread_p in grokdeclarator()
14259 if (thread_p) in grokdeclarator()
[all …]
H A DChangeLog-20073147 a storage class other than extern and static, clear thread_p
H A DChangeLog-20175204 * decl.c (grokdeclarator): For static data members, handle thread_p
/netbsd-src/external/gpl3/gcc/dist/gcc/
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.