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

  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 147 if (QT.getUnqualifiedType() != C.UnsignedIntTy) {
289 } else if (QT.getUnqualifiedType() == C.UnsignedIntTy) {
323 if (QT.getUnqualifiedType() != C.UnsignedIntTy) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 121 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy;
  /external/clang/lib/CodeGen/
CGRTTI.cpp 839 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
933 CGM.getTypes().ConvertType(CGM.getContext().UnsignedIntTy);
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 305 case LengthModifier::None: return Ctx.UnsignedIntTy;
ScanfFormatString.cpp 260 return ArgType::PtrTo(Ctx.UnsignedIntTy);
FormatString.cpp 296 return T == C.UnsignedIntTy;
  /external/clang/lib/AST/
ASTContext.cpp 833 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt);
    [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 748 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy;
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 339 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy;
    [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
SemaType.cpp 834 case DeclSpec::TSW_unspecified: Result = Context.UnsignedIntTy; break;
    [all...]
SemaDeclAttr.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 1206 milliseconds