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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 103 return getTBAAInfo(Context.ShortTy);
CGRTTI.cpp     [all...]
CGObjCMac.cpp 173 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 275 return T == C.ShortTy;
PrintfFormatString.cpp 267 case LengthModifier::AsShort: return Ctx.ShortTy;
ScanfFormatString.cpp 211 case LengthModifier::AsShort: return ArgTypeResult(Ctx.ShortTy);
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 209 case kCFNumberShortType: T = Ctx.ShortTy; break;
  /external/clang/include/clang/AST/
ASTContext.h 562 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 410 InitBuiltinType(ShortTy, BuiltinType::Short);
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 314 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy;
322 return Context.ShortTy;
    [all...]
SemaType.cpp 694 case DeclSpec::TSW_short: Result = Context.ShortTy; break;
    [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 919 milliseconds