/external/clang/lib/Analysis/ |
D | PrintfFormatString.cpp | 455 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()
|
D | ScanfFormatString.cpp | 282 return ArgType::PtrTo(Ctx.UnsignedShortTy); in getArgType()
|
D | FormatString.cpp | 348 return T == C.UnsignedShortTy ? Match : NoMatch; in matchesType()
|
/external/llvm-project/clang/lib/AST/ |
D | PrintfFormatString.cpp | 552 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()
|
D | FormatString.cpp | 391 if (T == C.UnsignedShortTy || T == C.ShortTy) in matchesType() 396 return T == C.UnsignedShortTy ? Match : NoMatch; in matchesType()
|
D | ScanfFormatString.cpp | 282 return ArgType::PtrTo(Ctx.UnsignedShortTy); in getArgType()
|
D | ASTContext.cpp | 1286 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()
|
D | RecordLayoutBuilder.cpp | 1466 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTypeEncodingParser.cpp | 296 return ast_ctx.UnsignedShortTy; in BuildType()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 82 UNSIGNED_TYPE(UShort, UnsignedShortTy)
|
D | ASTContext.h | 902 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/external/llvm-project/clang/include/clang/AST/ |
D | BuiltinTypes.def | 84 UNSIGNED_TYPE(UShort, UnsignedShortTy)
|
D | ASTContext.h | 971 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 816 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/ |
D | TestTypeSystemClang.cpp | 105 context.UnsignedShortTy)); in TEST_F()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1014 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()
|
D | RecordLayoutBuilder.cpp | 1381 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 1155 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()
|
D | SemaType.cpp | 1379 case DeclSpec::TSW_short: Result = Context.UnsignedShortTy; break; in ConvertDeclSpecToType()
|
D | SemaDecl.cpp | 14291 Context.UnsignedShortTy, Context.UnsignedIntTy, Context.UnsignedLongTy, in getNextLargerIntegralType() 14900 BestType = Context.UnsignedShortTy; in ActOnEnumBody()
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 3366 getContext().UnsignedShortTy, getContext().IntTy, in EmitFundamentalRTTIDescriptors()
|
/external/llvm-project/clang/lib/Sema/ |
D | OpenCLBuiltins.td | 257 def UShort : Type<"ushort", QualType<"UnsignedShortTy">>;
|
D | SemaChecking.cpp | 2028 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()
|
D | SemaType.cpp | 1436 Result = Context.UnsignedShortTy; in ConvertDeclSpecToType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 4067 getContext().UnsignedShortTy, getContext().IntTy, in EmitFundamentalRTTIDescriptors()
|