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

1 2

  /external/clang/test/Sema/
warn-char-subscripts.c 45 typedef char CharTy;
48 CharTy subscript = 0;
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 323 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
363 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
404 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
576 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
CStringChecker.cpp 288 assert(ER->getValueType() == C.getASTContext().CharTy &&
362 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy);
500 QualType CharPtrTy = Ctx.getPointerType(Ctx.CharTy);
    [all...]
BasicObjCFoundationChecks.cpp 386 case kCFNumberCharType: T = Ctx.CharTy; break;
    [all...]
MallocChecker.cpp 731 SVal ZeroVal = C.getSValBuilder().makeZeroVal(Ctx.CharTy);
    [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 423 Res = C.CharTy;
429 Res = C.getPointerType(C.CharTy);
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 89 CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.CharTy));
CodeGenModule.cpp     [all...]
CGExpr.cpp     [all...]
CGAtomic.cpp 106 AtomicTy = C.getConstantArrayType(C.CharTy, Size, ArrayType::Normal,
    [all...]
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 205 newSuperR = MakeElementRegion(baseR, Ctx.CharTy, off.getQuantity());
ExprEngineCXX.cpp 302 SVal ZeroVal = svalBuilder.makeZeroVal(getContext().CharTy);
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 657 Type *CharTy = Type::getInt8PtrTy(Basis.Ins->getContext(), AS);
658 Reduced = Builder.CreateBitCast(Basis.Ins, CharTy);
  /external/clang/lib/Sema/
SemaExprObjC.cpp 325 NumberType = Context.CharTy;
519 if (Context.hasSameUnqualifiedType(PointeeType, Context.CharTy)) {
548 QualType ConstCharType = Context.CharTy.withConst();
583 ValueType = Context.CharTy;
672 QualType ConstCharType = Context.CharTy.withConst();
    [all...]
SemaExpr.cpp     [all...]
SemaInit.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 881 CanQualType CharTy;
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 605 Context->CharTy, llvm::APInt(32, Str.size() + 1), ArrayType::Normal,
    [all...]
RewriteObjC.cpp 499 Context->CharTy, llvm::APInt(32, Str.size() + 1), ArrayType::Normal,
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
ASTImporter.cpp     [all...]

Completed in 346 milliseconds

1 2