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

  /frameworks/compile/slang/
slang_rs_special_kernel_param.cpp 181 if (UT != C.UnsignedIntTy && UT != C.IntTy) {
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 446 return Ctx.UnsignedIntTy;
448 return ArgType(Ctx.UnsignedIntTy, "unsigned __int32");
464 : ArgType(Ctx.UnsignedIntTy, "unsigned __int32");
FormatString.cpp 321 return T == C.UnsignedIntTy ? Match : NoMatch;
ScanfFormatString.cpp 273 return ArgType::PtrTo(Ctx.UnsignedIntTy);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 121 QualType T = isUnsigned ? Ctx.UnsignedIntTy : Ctx.IntTy;
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
CodeGenModule.cpp     [all...]
CGBuiltin.cpp     [all...]
  /external/clang/lib/Sema/
Sema.cpp 229 Context.getAtomicType(Context.UnsignedIntTy));
    [all...]
SemaChecking.cpp 657 return Flags.isUnsigned() ? Context.UnsignedIntTy : Context.IntTy;
    [all...]
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 942 milliseconds