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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 121 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy;
  /external/clang/lib/CodeGen/
CGRTTI.cpp 826 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
920 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
957 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy)
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 238 return T == C.UnsignedIntTy;
PrintfFormatString.cpp 316 case LengthModifier::None: return Ctx.UnsignedIntTy;
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 124 if (QT.getUnqualifiedType() != C.UnsignedIntTy) {
  /external/clang/lib/AST/
ASTContext.cpp 380 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt);
    [all...]
RecordLayoutBuilder.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 454 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy;
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaType.cpp 699 case DeclSpec::TSW_unspecified: Result = Context.UnsignedIntTy; break;
    [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 213 milliseconds