| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AArch64ACLETypes.def | 129 NEON_VECTOR_TYPE(__Uint8x8_t, UnsignedCharTy, 8, 8, VectorKind::Neon) 134 NEON_VECTOR_TYPE(__Poly8x8_t, UnsignedCharTy, 8, 8, VectorKind::NeonPoly) 141 NEON_VECTOR_TYPE(__Uint8x16_t, UnsignedCharTy, 8, 16, VectorKind::Neon) 148 NEON_VECTOR_TYPE(__Poly8x16_t, UnsignedCharTy, 8, 16, VectorKind::NeonPoly)
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 421 if (Ptr && (T == C.UnsignedCharTy || T == C.SignedCharTy)) in matchesType() 428 if (T == C.UnsignedCharTy) in matchesType() 437 if (T == C.UnsignedCharTy) in matchesType() 486 if (T == C.SignedCharTy || T == C.UnsignedCharTy || in matchesType() 510 if (T == C.SignedCharTy || T == C.UnsignedCharTy) in matchesType()
|
| H A D | ScanfFormatString.cpp | 282 return ArgType::PtrTo(Ctx.UnsignedCharTy); in getArgType()
|
| H A D | PrintfFormatString.cpp | 570 case LengthModifier::AsChar: return Ctx.UnsignedCharTy; in getScalarArgType()
|
| H A D | ASTContext.cpp | 1304 InitBuiltinType(UnsignedCharTy, BuiltinType::UChar); in InitBuiltinTypes() 5414 BestType = UnsignedCharTy; in computeBestEnumTypes() 8125 return getIntegerRank(UnsignedCharTy.getTypePtr()); in getIntegerRank() 9900 FieldTypes[0] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl() 9904 FieldTypes[1] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl() 10418 case TargetInfo::UnsignedChar: return UnsignedCharTy; in getFromTargetType() 12145 return UnsignedCharTy; in getCorrespondingUnsignedType() 12445 Type = Context.UnsignedCharTy; in DecodeTypeFromStr()
|
| H A D | Type.cpp | 2653 return Ctx.UnsignedCharTy; in getSveEltType() 2684 return Ctx.UnsignedCharTy; in getRVVEltType()
|
| H A D | RecordLayoutBuilder.cpp | 1473 Context.UnsignedCharTy, Context.UnsignedShortTy, in LayoutWideBitField()
|
| H A D | ASTImporter.cpp | 1351 return Importer.getToContext().UnsignedCharTy; in VisitBuiltinType()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseInit.cpp | 393 Context.UnsignedCharTy, StartLoc); in createEmbedExpr() 405 Data->BinaryData, Context.UnsignedCharTy); in createEmbedExpr()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 307 return ast_ctx.UnsignedCharTy; in BuildType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPPC.cpp | 290 return Context.getVectorType(Context.UnsignedCharTy, 16, in DecodePPCMMATypeFromStr()
|
| H A D | SemaARM.cpp | 325 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType() 337 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
|
| H A D | SemaExpr.cpp | 2164 CharTy = Context.UnsignedCharTy; in ActOnStringLiteral() 2173 CharTy = Context.UnsignedCharTy; in ActOnStringLiteral() 3582 Ty = Context.UnsignedCharTy; // u8'x' -> unsigned char in C23 in ActOnCharacterConstant() 9086 ltrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment() 9091 rtrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment()
|
| H A D | SemaType.cpp | 921 Result = Context.UnsignedCharTy; in ConvertDeclSpecToType() 9966 &S.Context.UnsignedCharTy, &S.Context.UnsignedShortTy, in ChangeIntegralSignedness()
|
| H A D | OpenCLBuiltins.td | 349 def UChar : Type<"uchar", QualType<"Context.UnsignedCharTy">>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 69 UNSIGNED_TYPE(UChar, UnsignedCharTy)
|
| H A D | ASTContext.h | 1222 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 775 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedCharTy)) in GetBuiltinTypeForEncodingAndBitSize() 776 return GetType(ast.UnsignedCharTy); in GetBuiltinTypeForEncodingAndBitSize() 818 return GetType(ast.getExtVectorType(ast.UnsignedCharTy, bit_size / 8)); in GetBuiltinTypeForEncodingAndBitSize() 925 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 926 return GetType(ast.UnsignedCharTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1060 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1061 return GetType(ast.UnsignedCharTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1070 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1071 return GetType(ast.UnsignedCharTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1089 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StreamChecker.cpp | 1245 E.SVB.getBasicValueFactory().getValue(0, E.ACtx.UnsignedCharTy), in evalFgetx() 1246 E.SVB.getBasicValueFactory().getMaxValue(E.ACtx.UnsignedCharTy), in evalFgetx()
|
| H A D | CStringChecker.cpp | 1387 CharVal = svalBuilder.evalCast(CharVal, Ctx.UnsignedCharTy, Ctx.IntTy); in memsetAux() 1391 assumeZero(C, State, CharVal, Ctx.UnsignedCharTy); in memsetAux()
|
| H A D | StdLibraryFunctionsChecker.cpp | 1703 std::min(BVF.getMaxValue(ACtx.UnsignedCharTy)->getLimitedValue(), IntMax); in initFunctionSummaries()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGException.cpp | 1737 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; in Emit() 2046 getContext().UnsignedCharTy, ImplicitParamKind::Other)); in startOutlinedSEHHelper()
|
| H A D | ItaniumCXXABI.cpp | 4590 getContext().CharTy, getContext().UnsignedCharTy, in EmitFundamentalRTTIDescriptors()
|
| H A D | CGDebugInfo.cpp | 921 Info.ElementType = CGM.getContext().UnsignedCharTy; in CreateType()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 7539 T = Context.UnsignedCharTy; in GetType()
|