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

  /external/lldb/source/Symbol/
ClangASTContext.cpp 560 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedIntTy))
561 return ClangASTType (ast, ast->UnsignedIntTy.getAsOpaquePtr());
743 clang_type = ast->UnsignedIntTy.getAsOpaquePtr();
834 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedIntTy))
835 return ClangASTType (ast, ast->UnsignedIntTy.getAsOpaquePtr());
    [all...]
ClangASTType.cpp     [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 315 return Ctx.UnsignedIntTy;
317 return ArgType(Ctx.UnsignedIntTy, "unsigned __int32");
333 : ArgType(Ctx.UnsignedIntTy, "unsigned __int32");
ScanfFormatString.cpp 272 return ArgType::PtrTo(Ctx.UnsignedIntTy);
FormatString.cpp 317 return T == C.UnsignedIntTy;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 121 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy;
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 459 return ast_ctx.UnsignedIntTy;
464 return ast_ctx.UnsignedIntTy;
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 268 if (UT != C.UnsignedIntTy && UT != C.IntTy) {
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 395 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy;
    [all...]
SemaOverload.cpp     [all...]
SemaType.cpp 834 case DeclSpec::TSW_unspecified: Result = Context.UnsignedIntTy; break;
    [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 780 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 398 milliseconds