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

  /src/external/gpl3/gcc/dist/gcc/
memmodel.h 42 MEMMODEL_RELEASE = 3,
47 MEMMODEL_SYNC_RELEASE = MEMMODEL_RELEASE | MEMMODEL_SYNC,
92 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_RELEASE;
  /src/external/gpl3/gcc.old/dist/gcc/
memmodel.h 42 MEMMODEL_RELEASE = 3,
47 MEMMODEL_SYNC_RELEASE = MEMMODEL_RELEASE | MEMMODEL_SYNC,
92 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_RELEASE;
  /src/external/gpl3/gcc/dist/libgomp/
libgomp.h 82 MEMMODEL_RELEASE = 3,
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp.h 82 MEMMODEL_RELEASE = 3,

Completed in 41 milliseconds