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

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 125 return getTBAAInfo(Context.ShortTy);
CGRTTI.cpp     [all...]
CGObjCMac.cpp 161 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 235 return T == C.ShortTy;
PrintfFormatString.cpp 301 case LengthModifier::AsShort: return Ctx.ShortTy;
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 208 case kCFNumberShortType: T = Ctx.ShortTy; break;
  /external/clang/include/clang/AST/
ASTContext.h 491 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 412 InitBuiltinType(ShortTy, BuiltinType::Short);
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 688 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 341 milliseconds