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

1 2

  /external/clang/test/Sema/
warn-char-subscripts.c 45 typedef char CharTy;
48 CharTy subscript = 0;
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 54 CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.CharTy));
CodeGenModule.cpp     [all...]
CGExpr.cpp     [all...]
CGDebugInfo.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
  /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 279 assert(ER->getValueType() == C.getASTContext().CharTy &&
353 QualType PtrTy = Ctx.getPointerType(Ctx.CharTy);
491 QualType CharPtrTy = Ctx.getPointerType(Ctx.CharTy);
    [all...]
BasicObjCFoundationChecks.cpp 387 case kCFNumberCharType: T = Ctx.CharTy; break;
    [all...]
MallocChecker.cpp 658 SVal ZeroVal = C.getSValBuilder().makeZeroVal(Ctx.CharTy);
    [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp 571 if (QualTypeMatchesBitSize (bit_size, ast, ast->CharTy))
572 return ClangASTType (ast, ast->CharTy.getAsOpaquePtr());
710 clang_type = ast->CharTy.getAsOpaquePtr();
    [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 413 Res = C.CharTy;
419 Res = C.getPointerType(C.CharTy);
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 444 return ast_ctx.CharTy;
478 return ast_ctx.getPointerType(ast_ctx.CharTy);
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 216 newSuperR = MakeElementRegion(baseR, Ctx.CharTy, off.getQuantity());
ExprEngineCXX.cpp 246 SVal ZeroVal = svalBuilder.makeZeroVal(getContext().CharTy);
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaExprObjC.cpp 268 NumberType = Context.CharTy;
461 if (Context.hasSameUnqualifiedType(PointeeType, Context.CharTy)) {
507 QualType ConstCharType = Context.CharTy.withConst();
542 ValueType = Context.CharTy;
    [all...]
SemaInit.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 773 CanQualType CharTy;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 614 Context->CharTy, llvm::APInt(32, Str.size() + 1), ArrayType::Normal,
    [all...]
RewriteObjC.cpp 508 Context->CharTy, llvm::APInt(32, Str.size() + 1), ArrayType::Normal,
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]

Completed in 582 milliseconds

1 2