Searched refs:CharTy (Results 1 - 25 of 25) sorted by relevance

/external/clang/test/Sema/
H A Dwarn-char-subscripts.c45 typedef char CharTy; typedef
48 CharTy subscript = 0;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp320 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
362 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
405 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
582 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
H A DCStringChecker.cpp283 assert(ER->getValueType() == C.getASTContext().CharTy &&
356 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy);
497 QualType CharPtrTy = Ctx.getPointerType(Ctx.CharTy);
H A DBasicObjCFoundationChecks.cpp229 case kCFNumberCharType: T = Ctx.CharTy; break;
/external/clang/lib/CodeGen/
H A DCGCUDANV.cpp55 CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.CharTy));
H A DCodeGenModule.cpp2096 CharUnits Align = getContext().getTypeAlignInChars(getContext().CharTy);
2183 FieldTypes[1] = Context.getPointerType(Context.CharTy.withConst());
2223 CharUnits Align = getContext().getTypeAlignInChars(getContext().CharTy);
H A DCGRTTI.cpp1001 Context.CharTy, Context.UnsignedCharTy,
H A DCGExpr.cpp2220 tbaa = CGM.getTBAAInfo(getContext().CharTy);
2259 LV.setTBAAInfo(CGM.getTBAAInfo(getContext().CharTy));
H A DCGDebugInfo.cpp2231 FType = CGM.getContext().getConstantArrayType(CGM.getContext().CharTy,
/external/clang/lib/Analysis/
H A DFormatString.cpp392 Res = C.CharTy;
398 Res = C.getPointerType(C.CharTy);
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp215 newSuperR = MakeElementRegion(baseR, Ctx.CharTy, off.getQuantity());
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2023 QualType StrType = Context->getPointerType(Context->CharTy);
2042 QualType argType = Context->getPointerType(Context->CharTy);
2274 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2485 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2518 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2606 QualType argType = Context->getPointerType(Context->CharTy);
2744 QualType argType = Context->getPointerType(Context->CharTy);
2908 QualType argType = Context->getPointerType(Context->CharTy);
3040 FieldTypes[2] = Context->getPointerType(Context->CharTy);
3234 QualType argType = Context->getPointerType(Context->CharTy);
[all...]
H A DRewriteObjC.cpp2012 QualType StrType = Context->getPointerType(Context->CharTy);
2031 QualType argType = Context->getPointerType(Context->CharTy);
2263 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2488 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2521 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2618 FieldTypes[2] = Context->getPointerType(Context->CharTy);
2732 QualType argType = Context->getPointerType(Context->CharTy);
2806 QualType argType = Context->getPointerType(Context->CharTy);
2841 QualType argType = Context->getPointerType(Context->CharTy);
2926 QualType argType = Context->getPointerType(Context->CharTy);
[all...]
/external/clang/include/clang/AST/
H A DASTContext.h677 CanQualType CharTy; member in class:clang::ASTContext
1450 return getTypeSize(CharTy);
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp72 Context.getPointerType(Context.CharTy),
265 NumberType = Context.CharTy;
437 if (Context.hasSameUnqualifiedType(PointeeType, Context.CharTy)) {
485 QualType ConstCharType = Context.CharTy.withConst();
520 ValueType = Context.CharTy;
940 StrTy = Context.CharTy;
H A DSemaExpr.cpp1313 QualType StrTy = Context.CharTy;
2527 ResTy = Context.CharTy.withConst();
2555 Ty = Context.CharTy; // 'x' -> char in C++
2708 Context.CharTy, llvm::APInt(32, Length + 1),
2723 unsigned CharBits = Context.getIntWidth(Context.CharTy);
2724 bool CharIsUnsigned = Context.CharTy->isUnsignedIntegerType();
2728 TemplateArgument Arg(Context, Value, Context.CharTy);
7268 if (TypeSize == Context.getTypeSize(Context.CharTy))
7269 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements());
H A DSemaDecl.cpp6173 Context.getPointerType(Context.getPointerType(Context.CharTy));
6193 (QualType(qs.strip(PT->getPointeeType()), 0) == Context.CharTy)) {
9884 Context.CharTy,
9885 Context.getTrivialTypeSourceInfo(Context.CharTy,
H A DSemaDeclCXX.cpp9482 Context.hasSameType(PmDecl->getType(), Context.CharTy))
9496 Context.hasSameType(T, Context.CharTy) ||
9519 if (Context.hasSameType(T, Context.CharTy))
9526 if (!(Context.hasSameType(T, Context.CharTy) ||
H A DSemaTemplateInstantiate.cpp1095 ResTy = getSema().Context.CharTy.withConst();
H A DSemaType.cpp601 Result = Context.CharTy;
H A DSemaOverload.cpp6427 &ASTContext::CharTy,
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp976 if (Ctx.hasSameUnqualifiedType(PointeeType, Ctx.CharTy)) {
/external/clang/lib/AST/
H A DASTContext.cpp739 InitBuiltinType(CharTy, BuiltinType::Char_S);
741 InitBuiltinType(CharTy, BuiltinType::Char_U);
3985 return 2 + (getIntWidth(CharTy) << 3);
4166 FieldTypes[2] = getPointerType(CharTy.withConst());
5304 QualType CharPtrType = Context->getPointerType(Context->CharTy);
6963 Type = Context.CharTy;
H A DASTImporter.cpp1339 return Importer.getToContext().CharTy;
1348 return Importer.getToContext().CharTy;
/external/clang/lib/Serialization/
H A DASTReader.cpp4424 // FIXME: Check that the signedness of CharTy is correct!
4425 T = Context.CharTy;

Completed in 401 milliseconds