HomeSort by relevance Sort by last modified time
    Searched refs:CharTy (Results 1 - 25 of 25) sorted by null

  /external/clang/test/Sema/
warn-char-subscripts.c 45 typedef char CharTy;
48 CharTy subscript = 0;
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 55 CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.CharTy));
CodeGenModule.cpp     [all...]
CGRTTI.cpp     [all...]
CGExpr.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 319 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
361 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
404 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
581 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
CStringChecker.cpp 284 assert(ER->getValueType() == C.getASTContext().CharTy &&
357 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy);
498 QualType CharPtrTy = Ctx.getPointerType(Ctx.CharTy);
    [all...]
BasicObjCFoundationChecks.cpp 208 case kCFNumberCharType: T = Ctx.CharTy; break;
  /external/clang/lib/Analysis/
FormatString.cpp 371 return C.CharTy;
375 return C.getPointerType(C.CharTy);
ScanfFormatString.cpp 484 return C.getPointerType(C.CharTy);
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 203 newSuperR = MakeElementRegion(baseR, Ctx.CharTy, off.getQuantity());
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 558 CanQualType CharTy;
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 72 Context.getPointerType(Context.CharTy),
250 NumberType = Context.CharTy;
414 if (Context.hasSameUnqualifiedType(PointeeType, Context.CharTy)) {
465 Context.getPointerType(Context.CharTy.withConst()),
491 ValueType = Context.CharTy;
    [all...]
SemaExpr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaType.cpp 599 Result = Context.CharTy;
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 405 InitBuiltinType(CharTy, BuiltinType::Char_S);
407 InitBuiltinType(CharTy, BuiltinType::Char_U);
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 318 milliseconds