HomeSort by: relevance | last modified time | path
    Searched defs:thread_p (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c/
c-tree.h 434 BOOL_BITFIELD thread_p : 1; member in struct:c_declspecs
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-tree.h 395 BOOL_BITFIELD thread_p : 1; member in struct:c_declspecs
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 12252 bool unsigned_p, signed_p, short_p, long_p, thread_p;
12272 thread_p = decl_spec_seq_has_spec_p (declspecs, ds_thread);
12984 || thread_p)
13047 if (thread_p && cxx_dialect < cxx20)
13128 if (thread_p
13138 thread_p = false;
13143 || thread_p))
13171 || thread_p)
13184 else if (thread_p
14944 if (thread_p)
12237 bool unsigned_p, signed_p, short_p, long_p, thread_p; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 11770 bool unsigned_p, signed_p, short_p, long_p, thread_p;
11790 thread_p = decl_spec_seq_has_spec_p (declspecs, ds_thread);
12501 || thread_p)
12564 if (thread_p && cxx_dialect < cxx20)
12640 if (thread_p
12650 thread_p = false;
12655 || thread_p))
12683 || thread_p)
12696 else if (thread_p
14275 if (thread_p)
11755 bool unsigned_p, signed_p, short_p, long_p, thread_p; local
    [all...]

Completed in 44 milliseconds