Searched defs:OutTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp284 QualType OutTy = OutputExpr->getType(); local
285 if (Context.hasSameType(InTy, OutTy))
301 if (OutTy->isIntegerType() || OutTy->isPointerType())
303 else if (OutTy->isRealFloatingType())
314 uint64_t OutSize = Context.getTypeSize(OutTy);
354 (OutTy->isBooleanType() ? CK_IntegralToBoolean : CK_IntegralCast);
355 InputExpr = ImpCastExprToType(InputExpr, OutTy, castKind).get();
363 << InTy << OutTy << OutputExpr->getSourceRange()

Completed in 64 milliseconds