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

  /external/lldb/source/Symbol/
ClangASTContext.cpp 573 if (QualTypeMatchesBitSize (bit_size, ast, ast->ShortTy))
574 return ClangASTType (ast, ast->ShortTy.getAsOpaquePtr());
734 clang_type = ast->ShortTy.getAsOpaquePtr();
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 354 case LengthModifier::AsShort: return Ctx.ShortTy;
426 return ArgType::PtrTo(Ctx.ShortTy);
ScanfFormatString.cpp 238 return ArgType::PtrTo(Ctx.ShortTy);
371 return ArgType::PtrTo(Ctx.ShortTy);
FormatString.cpp 319 return T == C.ShortTy ? Match : NoMatch;
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 119 return getTBAAInfo(Context.ShortTy);
CGObjCMac.cpp 175 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
    [all...]
CodeGenModule.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 448 return ast_ctx.ShortTy;
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 388 case kCFNumberShortType: T = Ctx.ShortTy; break;
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 797 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 612 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy;
624 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy;
    [all...]
SemaType.cpp 817 case DeclSpec::TSW_short: Result = Context.ShortTy; break;
    [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 168 milliseconds