Home
last modified time | relevance | path

Searched refs:UnsignedShortTy (Results 1 – 25 of 32) sorted by relevance

12

/external/clang/lib/Analysis/
DPrintfFormatString.cpp455 case LengthModifier::AsShort: return Ctx.UnsignedShortTy; in getArgType()
521 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getArgType()
530 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getArgType()
538 return ArgType(Ctx.UnsignedShortTy, "unichar"); in getArgType()
DScanfFormatString.cpp282 return ArgType::PtrTo(Ctx.UnsignedShortTy); in getArgType()
DFormatString.cpp348 return T == C.UnsignedShortTy ? Match : NoMatch; in matchesType()
/external/llvm-project/clang/lib/AST/
DPrintfFormatString.cpp552 case LengthModifier::AsShort: return Ctx.UnsignedShortTy; in getScalarArgType()
631 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getScalarArgType()
640 return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()), in getScalarArgType()
648 return ArgType(Ctx.UnsignedShortTy, "unichar"); in getScalarArgType()
DFormatString.cpp391 if (T == C.UnsignedShortTy || T == C.ShortTy) in matchesType()
396 return T == C.UnsignedShortTy ? Match : NoMatch; in matchesType()
DScanfFormatString.cpp282 return ArgType::PtrTo(Ctx.UnsignedShortTy); in getArgType()
DASTContext.cpp1286 InitBuiltinType(UnsignedShortTy, BuiltinType::UShort); in InitBuiltinTypes()
7954 FieldTypes[2] = Context->UnsignedShortTy; in CreatePowerABIBuiltinVaListDecl()
8445 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()
10005 return UnsignedShortTy; in getCorrespondingUnsignedType()
10202 Type = Context.UnsignedShortTy; in DecodeTypeFromStr()
DRecordLayoutBuilder.cpp1466 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeEncodingParser.cpp296 return ast_ctx.UnsignedShortTy; in BuildType()
/external/clang/include/clang/AST/
DBuiltinTypes.def82 UNSIGNED_TYPE(UShort, UnsignedShortTy)
DASTContext.h902 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def84 UNSIGNED_TYPE(UShort, UnsignedShortTy)
DASTContext.h971 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp816 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForEncodingAndBitSize()
817 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForEncodingAndBitSize()
968 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
969 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1094 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1095 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1109 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1110 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1128 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedShortTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1129 return GetType(ast.UnsignedShortTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
[all …]
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp105 context.UnsignedShortTy)); in TEST_F()
/external/clang/lib/AST/
DASTContext.cpp1014 InitBuiltinType(UnsignedShortTy, BuiltinType::UShort); in InitBuiltinTypes()
6272 FieldTypes[2] = Context->UnsignedShortTy; in CreatePowerABIBuiltinVaListDecl()
6699 case TargetInfo::UnsignedShort: return UnsignedShortTy; in getFromTargetType()
8060 return UnsignedShortTy; in getCorrespondingUnsignedType()
8169 Type = Context.UnsignedShortTy; in DecodeTypeFromStr()
DRecordLayoutBuilder.cpp1381 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
/external/clang/lib/Sema/
DSemaChecking.cpp1155 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
1167 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
5180 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
DSemaType.cpp1379 case DeclSpec::TSW_short: Result = Context.UnsignedShortTy; break; in ConvertDeclSpecToType()
DSemaDecl.cpp14291 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType()
14900 BestType = Context.UnsignedShortTy; in ActOnEnumBody()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3366 getContext().UnsignedShortTy, getContext().IntTy, in EmitFundamentalRTTIDescriptors()
/external/llvm-project/clang/lib/Sema/
DOpenCLBuiltins.td257 def UShort : Type<"ushort", QualType<"UnsignedShortTy">>;
DSemaChecking.cpp2028 return Flags.isUnsigned() ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
2040 return IsPolyUnsigned ? Context.UnsignedShortTy : Context.ShortTy; in getNeonEltType()
8651 IntendedTy = S.Context.UnsignedShortTy; in checkFormatExpr()
DSemaType.cpp1436 Result = Context.UnsignedShortTy; in ConvertDeclSpecToType()
/external/llvm-project/clang/lib/CodeGen/
DItaniumCXXABI.cpp4067 getContext().UnsignedShortTy, getContext().IntTy, in EmitFundamentalRTTIDescriptors()

12