Home | History | Annotate | Download | only in Sema

Lines Matching defs:pw

11477   unsigned pw = Context.getTargetInfo().getPointerWidth(0);
11478 if (pw == Context.getTargetInfo().getIntWidth())
11480 else if (pw == Context.getTargetInfo().getLongWidth())
11482 else if (pw == Context.getTargetInfo().getLongLongWidth())