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

12

/external/clang/test/Sema/
H A Dwarn-char-subscripts.c45 typedef char CharTy; typedef
48 CharTy subscript = 0;
/external/clang/lib/CodeGen/
H A DCGCUDANV.cpp54 CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.CharTy));
H A DCGRTTI.cpp1013 Context.CharTy, Context.UnsignedCharTy,
H A DCodeGenModule.cpp2276 CharUnits Align = getContext().getTypeAlignInChars(getContext().CharTy);
2363 FieldTypes[1] = Context.getPointerType(Context.CharTy.withConst());
2403 CharUnits Align = getContext().getTypeAlignInChars(getContext().CharTy);
H A DCGExpr.cpp2505 tbaa = CGM.getTBAAInfo(getContext().CharTy);
2544 LV.setTBAAInfo(CGM.getTBAAInfo(getContext().CharTy));
H A DCGDebugInfo.cpp2424 FType = CGM.getContext().getConstantArrayType(CGM.getContext().CharTy,
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp314 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
356 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
399 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
576 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
H A DCStringChecker.cpp273 assert(ER->getValueType() == C.getASTContext().CharTy &&
346 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy);
484 QualType CharPtrTy = Ctx.getPointerType(Ctx.CharTy);
H A DBasicObjCFoundationChecks.cpp237 case kCFNumberCharType: T = Ctx.CharTy; break;
/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.cpp216 newSuperR = MakeElementRegion(baseR, Ctx.CharTy, off.getQuantity());
/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.cpp1361 QualType StrTy = Context.CharTy;
2630 ResTy = Context.CharTy.withConst();
2658 Ty = Context.CharTy; // 'x' -> char in C++
2812 Context.CharTy.withConst(), llvm::APInt(32, Length + 1),
2827 unsigned CharBits = Context.getIntWidth(Context.CharTy);
2828 bool CharIsUnsigned = Context.CharTy->isUnsignedIntegerType();
2832 TemplateArgument Arg(Context, Value, Context.CharTy);
7410 if (TypeSize == Context.getTypeSize(Context.CharTy))
7411 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements());
H A DSemaDecl.cpp6941 Context.getPointerType(Context.getPointerType(Context.CharTy));
6962 Context.CharTy)) {
10710 Context.CharTy,
10711 Context.getTrivialTypeSourceInfo(Context.CharTy,
H A DSemaDeclCXX.cpp10065 Context.hasSameType(PmDecl->getType(), Context.CharTy))
10079 Context.hasSameType(T, Context.CharTy) ||
10102 if (Context.hasSameType(T, Context.CharTy))
10109 if (!(Context.hasSameType(T, Context.CharTy) ||
H A DSemaTemplateInstantiate.cpp1110 ResTy = getSema().Context.CharTy.withConst();
H A DSemaChecking.cpp2776 ExprTy = S.Context.CharTy;
H A DSemaType.cpp721 Result = Context.CharTy;
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2106 QualType StrType = Context->getPointerType(Context->CharTy);
2125 QualType argType = Context->getPointerType(Context->CharTy);
2357 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2557 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2587 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2674 QualType argType = Context->getPointerType(Context->CharTy);
2811 QualType argType = Context->getPointerType(Context->CharTy);
2974 QualType argType = Context->getPointerType(Context->CharTy);
3105 FieldTypes[2] = Context->getPointerType(Context->CharTy);
3328 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()));
2477 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2507 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
2603 FieldTypes[2] = Context->getPointerType(Context->CharTy);
2718 QualType argType = Context->getPointerType(Context->CharTy);
2792 QualType argType = Context->getPointerType(Context->CharTy);
2827 QualType argType = Context->getPointerType(Context->CharTy);
2912 QualType argType = Context->getPointerType(Context->CharTy);
[all...]
/external/clang/include/clang/AST/
H A DASTContext.h742 CanQualType CharTy; member in class:clang::ASTContext
1539 return getTypeSize(CharTy);
/external/clang/lib/AST/
H A DASTContext.cpp820 InitBuiltinType(CharTy, BuiltinType::Char_S);
822 InitBuiltinType(CharTy, BuiltinType::Char_U);
4166 return 2 + (getIntWidth(CharTy) << 3);
4347 FieldTypes[2] = getPointerType(CharTy.withConst());
5559 QualType CharPtrType = Context->getPointerType(Context->CharTy);
7364 Type = Context.CharTy;
H A DASTImporter.cpp1431 return Importer.getToContext().CharTy;
1440 return Importer.getToContext().CharTy;
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp1130 if (Ctx.hasSameUnqualifiedType(PointeeType, Ctx.CharTy)) {
/external/clang/lib/Serialization/
H A DASTReader.cpp4917 // FIXME: Check that the signedness of CharTy is correct!
4918 T = Context.CharTy;

Completed in 1125 milliseconds

12