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

/external/clang/test/Sema/
H A Dwarn-char-subscripts.c45 typedef char CharTy; typedef
48 CharTy subscript = 0;
/external/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp638 Type *CharTy = Type::getInt8PtrTy(Basis.Ins->getContext(), AS); local
639 Reduced = Builder.CreateBitCast(Basis.Ins, CharTy);
/external/clang/include/clang/AST/
H A DASTContext.h895 CanQualType CharTy; member in class:clang::ASTContext::DynTypedNodeList
1818 return getTypeSize(CharTy);
/external/clang/lib/Sema/
H A DSemaInit.cpp2482 QualType CharTy = AT->getElementType(); local
2485 QualType PromotedCharTy = CharTy;
2486 if (CharTy->isPromotableIntegerType())
2487 PromotedCharTy = Context.getPromotedIntegerType(CharTy);
2503 if (CharTy != PromotedCharTy)
2504 Init = ImplicitCastExpr::Create(Context, CharTy, CK_IntegralCast,
2525 if (CharTy != PromotedCharTy)
2526 Init = ImplicitCastExpr::Create(Context, CharTy, CK_IntegralCast,
H A DSemaExpr.cpp1615 QualType CharTy = Context.CharTy; local
1618 CharTy = Context.getWideCharType();
1623 CharTy = Context.Char16Ty;
1626 CharTy = Context.Char32Ty;
1629 CharTy = Context.UnsignedCharTy;
1632 QualType CharTyConst = CharTy;
1697 unsigned CharBits = Context.getIntWidth(CharTy);
1698 bool CharIsUnsigned = CharTy->isUnsignedIntegerType();
1701 TemplateArgument TypeArg(CharTy);
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp7045 QualType CharTy = E->getArg(0)->getType()->getPointeeType(); local
7048 if (!handleLValueToRValueConversion(Info, E, CharTy, String, Char) ||
7053 if (!HandleLValueArrayAdjustment(Info, E, String, CharTy, 1))

Completed in 391 milliseconds