Home | History | Annotate | Download | only in Sema

Lines Matching refs:getTargetInfo

689       Context.getTargetInfo().getCXXABI().isMicrosoft())
3111 unsigned IntSize = Context.getTargetInfo().getIntWidth();
3245 llvm::APInt ResultVal(Context.getTargetInfo().getLongLongWidth(), 0);
3331 unsigned MaxWidth = Context.getTargetInfo().getIntMaxTWidth();
3366 unsigned IntSize = Context.getTargetInfo().getIntWidth();
3381 unsigned LongSize = Context.getTargetInfo().getLongWidth();
3394 Context.getTargetInfo().getLongLongWidth();
3412 unsigned LongLongSize = Context.getTargetInfo().getLongLongWidth();
3433 Width = Context.getTargetInfo().getLongLongWidth();
9942 if (Context.getTargetInfo().getCXXABI().isMicrosoft())
9999 if (Context.getTargetInfo().getCXXABI().isMicrosoft())
11690 if (!E->isTypeDependent() && Context.getTargetInfo().hasBuiltinMSVaList() &&
11691 Context.getTargetInfo().getBuiltinVaListKind() != TargetInfo::CharPtrBuiltinVaList) {
11784 unsigned pw = Context.getTargetInfo().getPointerWidth(0);
11785 if (pw == Context.getTargetInfo().getIntWidth())
11787 else if (pw == Context.getTargetInfo().getLongWidth())
11789 else if (pw == Context.getTargetInfo().getLongLongWidth())