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

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 319 case LengthModifier::AsShort: return Ctx.UnsignedShortTy;
383 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
390 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
395 return ArgType(Ctx.UnsignedShortTy, "unichar");
ScanfFormatString.cpp 276 return ArgType::PtrTo(Ctx.UnsignedShortTy);
FormatString.cpp 313 return T == C.UnsignedShortTy;
  /external/lldb/source/Symbol/
ClangASTContext.cpp 558 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedShortTy))
559 return ClangASTType (ast, ast->UnsignedShortTy.getAsOpaquePtr());
737 clang_type = ast->UnsignedShortTy.getAsOpaquePtr();
832 if (QualTypeMatchesBitSize (bit_size, ast, ast->UnsignedShortTy))
833 return ClangASTType (ast, ast->UnsignedShortTy.getAsOpaquePtr());
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 461 return ast_ctx.UnsignedShortTy;
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 393 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy;
405 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy;
    [all...]
SemaType.cpp 835 case DeclSpec::TSW_short: Result = Context.UnsignedShortTy; break;
    [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 780 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy;
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 130 milliseconds