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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 114 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy;
  /external/clang/lib/CodeGen/
CGRTTI.cpp 832 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
926 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 277 return T == C.UnsignedIntTy;
PrintfFormatString.cpp 289 case LengthModifier::None: return Ctx.UnsignedIntTy;
ScanfFormatString.cpp 236 case LengthModifier::None: return ArgTypeResult(Ctx.UnsignedIntTy);
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 136 if (QT.getUnqualifiedType() != C.UnsignedIntTy) {
  /external/clang/lib/AST/
ASTContext.cpp 418 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt);
    [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 563 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy;
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaType.cpp 708 case DeclSpec::TSW_unspecified: Result = Context.UnsignedIntTy; break;
    [all...]
SemaOverload.cpp     [all...]
SemaChecking.cpp 316 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy;
    [all...]
SemaDeclAttr.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 446 milliseconds