Home | History | Annotate | Download | only in Frontend

Lines Matching refs:TypeAlign

290 static const char *getLockFreeValue(unsigned TypeWidth, unsigned TypeAlign,
294 if (TypeWidth == TypeAlign && (TypeWidth & (TypeWidth - 1)) == 0 &&