Searched refs:thread_p (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-tree.h | 395 BOOL_BITFIELD thread_p : 1; member
|
| H A D | c-decl.cc | 4827 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 D | c-tree.h | 393 BOOL_BITFIELD thread_p : 1; member
|
| H A D | c-decl.c | 4736 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 D | decl.c | 11085 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 D | decl.cc | 11755 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 D | ChangeLog-2007 | 3147 a storage class other than extern and static, clear thread_p
|
| H A D | ChangeLog-2017 | 5204 * decl.c (grokdeclarator): For static data members, handle thread_p
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2001 | 1004 modified_mem, thread_jumps, rtx_equal_for-thread_p): Kill.
|
| H A D | ChangeLog-2004 | 13241 (struct c_declspecs): Add storage_class, inline_p and thread_p.
|