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

  /external/clang/test/Sema/
warn-char-subscripts.c 45 typedef char CharTy;
48 CharTy subscript = 0;
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 288 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
324 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
357 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
435 if (PT->getPointeeType().getUnqualifiedType() != BR.getContext().CharTy)
CStringChecker.cpp 234 assert(ER->getValueType() == C.getASTContext().CharTy &&
306 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy);
439 QualType CharPtrTy = Ctx.getPointerType(Ctx.CharTy);
    [all...]
BasicObjCFoundationChecks.cpp 206 case kCFNumberCharType: T = Ctx.CharTy; break;
MallocChecker.cpp 566 SVal zeroVal = svalBuilder.makeZeroVal(svalBuilder.getContext().CharTy);
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 199 newSuperR = MakeElementRegion(baseR, Ctx.CharTy, off.getQuantity());
  /external/clang/lib/Analysis/
FormatString.cpp 322 return C.getPointerType(C.CharTy);
  /external/clang/include/clang/AST/
ASTContext.h 449 CanQualType CharTy;
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 68 Context.getPointerType(Context.CharTy),
143 StrTy = Context.CharTy;
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaExpr.cpp     [all...]
SemaType.cpp 594 Result = Context.CharTy;
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp     [all...]
CGExpr.cpp     [all...]
CodeGenModule.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 367 InitBuiltinType(CharTy, BuiltinType::Char_S);
369 InitBuiltinType(CharTy, BuiltinType::Char_U);
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 538 milliseconds