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

  /external/clang/lib/Analysis/
PrintfFormatString.cpp 283 case LengthModifier::AsShort: return Ctx.ShortTy;
338 return ArgType::PtrTo(Ctx.ShortTy);
ScanfFormatString.cpp 229 return ArgType::PtrTo(Ctx.ShortTy);
346 return ArgType::PtrTo(Ctx.ShortTy);
FormatString.cpp 294 return T == C.ShortTy;
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 111 return getTBAAInfo(Context.ShortTy);
CGRTTI.cpp     [all...]
CGObjCMac.cpp 174 llvm::Type *ShortTy, *IntTy, *LongTy, *LongLongTy;
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 238 case kCFNumberShortType: T = Ctx.ShortTy; break;
  /external/clang/include/clang/AST/
ASTContext.h 747 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 825 InitBuiltinType(ShortTy, BuiltinType::Short);
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 337 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy;
345 return Context.ShortTy;
    [all...]
SemaDecl.cpp     [all...]
SemaType.cpp 816 case DeclSpec::TSW_short: Result = Context.ShortTy; break;
    [all...]
SemaDeclAttr.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 310 milliseconds