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

  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
bar.h 51 #define BAR_WAS_LAST 1
99 ret |= BAR_WAS_LAST;
119 ret |= BAR_WAS_LAST;
126 return state & BAR_WAS_LAST;
  /src/external/gpl3/gcc/dist/libgomp/config/linux/
bar.h 51 #define BAR_WAS_LAST 1
99 ret |= BAR_WAS_LAST;
119 ret |= BAR_WAS_LAST;
126 return state & BAR_WAS_LAST;
  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
bar.h 49 #define BAR_WAS_LAST 1
103 ret |= BAR_WAS_LAST;
123 ret |= BAR_WAS_LAST;
130 return state & BAR_WAS_LAST;
  /src/external/gpl3/gcc/dist/libgomp/config/posix/
bar.h 56 #define BAR_WAS_LAST 1
84 ret |= BAR_WAS_LAST;
97 ret |= BAR_WAS_LAST;
110 return state & BAR_WAS_LAST;
  /src/external/gpl3/gcc/dist/libgomp/config/rtems/
bar.h 52 #define BAR_WAS_LAST 1
101 ret |= BAR_WAS_LAST;
121 ret |= BAR_WAS_LAST;
128 return state & BAR_WAS_LAST;
  /src/external/gpl3/gcc.old/dist/libgomp/config/gcn/
bar.h 51 #define BAR_WAS_LAST 1
99 ret |= BAR_WAS_LAST;
119 ret |= BAR_WAS_LAST;
126 return state & BAR_WAS_LAST;
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/
bar.h 51 #define BAR_WAS_LAST 1
99 ret |= BAR_WAS_LAST;
119 ret |= BAR_WAS_LAST;
126 return state & BAR_WAS_LAST;
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
bar.h 51 #define BAR_WAS_LAST 1
101 ret |= BAR_WAS_LAST;
121 ret |= BAR_WAS_LAST;
128 return state & BAR_WAS_LAST;
  /src/external/gpl3/gcc.old/dist/libgomp/config/posix/
bar.h 56 #define BAR_WAS_LAST 1
84 ret |= BAR_WAS_LAST;
97 ret |= BAR_WAS_LAST;
110 return state & BAR_WAS_LAST;
  /src/external/gpl3/gcc.old/dist/libgomp/config/rtems/
bar.h 52 #define BAR_WAS_LAST 1
101 ret |= BAR_WAS_LAST;
121 ret |= BAR_WAS_LAST;
128 return state & BAR_WAS_LAST;

Completed in 37 milliseconds