| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | FormatString.cpp | 415 if (T == C.UnsignedShortTy || T == C.ShortTy) in matchesType() 425 if (T == C.ShortTy) in matchesType() 461 T == C.ShortTy || T == C.UnsignedShortTy || T == C.WCharTy || in matchesType()
|
| H A D | ScanfFormatString.cpp | 243 return ArgType::PtrTo(Ctx.ShortTy); in getArgType() 382 return ArgType::PtrTo(Ctx.ShortTy); in getArgType()
|
| H A D | PrintfFormatString.cpp | 520 case LengthModifier::AsShort: return Ctx.ShortTy; in getScalarArgType() 604 return ArgType::PtrTo(Ctx.ShortTy); in getScalarArgType()
|
| H A D | ASTContext.cpp | 1277 InitBuiltinType(ShortTy, BuiltinType::Short); in InitBuiltinTypes() 7057 return 3 + (getIntWidth(ShortTy) << 3); in getIntegerRank() 9320 case TargetInfo::SignedShort: return ShortTy; in getFromTargetType() 11013 return ShortTy; in getCorrespondingSignedType() 11220 Type = Context.ShortTy; in DecodeTypeFromStr()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 285 return ast_ctx.ShortTy; in BuildType()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 134 return getTypeInfo(Context.ShortTy); in getTypeInfoHelper()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 2052 ImplicitParamDecl LaneIDArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.ShortTy, in emitShuffleAndReduceFunction() 2056 C.ShortTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction() 2059 C.ShortTy, ImplicitParamDecl::Other); in emitShuffleAndReduceFunction() 2090 AddrLaneIDArg, /*Volatile=*/false, C.ShortTy, SourceLocation()); in emitShuffleAndReduceFunction() 2094 AddrRemoteLaneOffsetArg, /*Volatile=*/false, C.ShortTy, SourceLocation()); in emitShuffleAndReduceFunction() 2098 AddrAlgoVerArg, /*Volatile=*/false, C.ShortTy, SourceLocation()); in emitShuffleAndReduceFunction()
|
| H A D | CGObjCMac.cpp | 175 llvm::IntegerType *ShortTy, *IntTy, *LongTy; member in __anon288f636e0111::ObjCCommonTypesHelper 5203 values.addInt(ObjCTypes.ShortTy, NumClasses); in EmitModuleSymbols() 5204 values.addInt(ObjCTypes.ShortTy, NumCategories); in EmitModuleSymbols() 5752 ShortTy = cast<llvm::IntegerType>(Types.ConvertType(Ctx.ShortTy)); in ObjCCommonTypesHelper() 5970 SelectorPtrTy, ShortTy, ShortTy, in ObjCTypesHelper()
|
| H A D | ItaniumCXXABI.cpp | 4195 getContext().SignedCharTy, getContext().ShortTy, in EmitFundamentalRTTIDescriptors()
|
| H A D | CodeGenModule.cpp | 5731 CharUnits Align = isUTF16 ? Context.getTypeAlignInChars(Context.ShortTy) in GetAddrOfConstantCFString()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 110 SIGNED_TYPE(Short, ShortTy)
|
| H A D | ASTContext.h | 1086 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 825 if (QualTypeMatchesBitSize(bit_size, ast, ast.ShortTy)) in GetBuiltinTypeForEncodingAndBitSize() 826 return GetType(ast.ShortTy); in GetBuiltinTypeForEncodingAndBitSize() 1037 QualTypeMatchesBitSize(bit_size, ast, ast.ShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1038 return GetType(ast.ShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1055 if (QualTypeMatchesBitSize(bit_size, ast, ast.ShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1056 return GetType(ast.ShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 2065 return ast->ShortTy.getAsOpaquePtr(); in GetOpaqueCompilerType() 2379 if (bit_size == ast.getTypeSize(ast.ShortTy)) in GetIntTypeFromBitSize() 2380 return GetType(ast.ShortTy); in GetIntTypeFromBitSize()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BasicObjCFoundationChecks.cpp | 383 case kCFNumberShortType: T = Ctx.ShortTy; break; in GetCFNumberSize()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 13115 if (TypeSize == Context.getTypeSize(Context.ShortTy)) in GetSignedVectorType() 13116 return Context.getExtVectorType(Context.ShortTy, VTy->getNumElements()); in GetSignedVectorType() 13140 if (TypeSize == Context.getTypeSize(Context.ShortTy)) in GetSignedVectorType() 13141 return Context.getVectorType(Context.ShortTy, VTy->getNumElements(), in GetSignedVectorType() 15030 isVector(ResultTy, Context.ShortTy)) && in convertHalfVecBinOp() 15041 if (isVector(ResultTy, Context.ShortTy)) in convertHalfVecBinOp()
|
| H A D | SemaType.cpp | 1393 Result = Context.ShortTy; in ConvertDeclSpecToType() 9456 &S.Context.SignedCharTy, &S.Context.ShortTy, &S.Context.IntTy, in ChangeIntegralSignedness()
|
| H A D | OpenCLBuiltins.td | 346 def Short : Type<"short", QualType<"Context.ShortTy">>;
|
| H A D | SemaDecl.cpp | 19072 Context.ShortTy, Context.IntTy, Context.LongTy, Context.LongLongTy in getNextLargerIntegralType() 19648 BestType = Context.ShortTy; in ActOnEnumBody()
|
| H A D | SemaChecking.cpp | 2818 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType() 2830 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
|
| H A D | SemaOverload.cpp | 8461 ArithmeticTypes.push_back(S.Context.ShortTy); in InitArithmeticTypes()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6971 T = Context.ShortTy; in GetType()
|