Home
last modified time | relevance | path

Searched refs:UnsignedCharTy (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAArch64ACLETypes.def129 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 DFormatString.cpp421 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 DScanfFormatString.cpp282 return ArgType::PtrTo(Ctx.UnsignedCharTy); in getArgType()
H A DPrintfFormatString.cpp570 case LengthModifier::AsChar: return Ctx.UnsignedCharTy; in getScalarArgType()
H A DASTContext.cpp1304 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 DType.cpp2653 return Ctx.UnsignedCharTy; in getSveEltType()
2684 return Ctx.UnsignedCharTy; in getRVVEltType()
H A DRecordLayoutBuilder.cpp1473 Context.UnsignedCharTy, Context.UnsignedShortTy, in LayoutWideBitField()
H A DASTImporter.cpp1351 return Importer.getToContext().UnsignedCharTy; in VisitBuiltinType()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp393 Context.UnsignedCharTy, StartLoc); in createEmbedExpr()
405 Data->BinaryData, Context.UnsignedCharTy); in createEmbedExpr()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp307 return ast_ctx.UnsignedCharTy; in BuildType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPPC.cpp290 return Context.getVectorType(Context.UnsignedCharTy, 16, in DecodePPCMMATypeFromStr()
H A DSemaARM.cpp325 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
337 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
H A DSemaExpr.cpp2164 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 DSemaType.cpp921 Result = Context.UnsignedCharTy; in ConvertDeclSpecToType()
9966 &S.Context.UnsignedCharTy, &S.Context.UnsignedShortTy, in ChangeIntegralSignedness()
H A DOpenCLBuiltins.td349 def UChar : Type<"uchar", QualType<"Context.UnsignedCharTy">>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def69 UNSIGNED_TYPE(UChar, UnsignedCharTy)
H A DASTContext.h1222 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp775 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 DStreamChecker.cpp1245 E.SVB.getBasicValueFactory().getValue(0, E.ACtx.UnsignedCharTy), in evalFgetx()
1246 E.SVB.getBasicValueFactory().getMaxValue(E.ACtx.UnsignedCharTy), in evalFgetx()
H A DCStringChecker.cpp1387 CharVal = svalBuilder.evalCast(CharVal, Ctx.UnsignedCharTy, Ctx.IntTy); in memsetAux()
1391 assumeZero(C, State, CharVal, Ctx.UnsignedCharTy); in memsetAux()
H A DStdLibraryFunctionsChecker.cpp1703 std::min(BVF.getMaxValue(ACtx.UnsignedCharTy)->getLimitedValue(), IntMax); in initFunctionSummaries()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1737 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; in Emit()
2046 getContext().UnsignedCharTy, ImplicitParamKind::Other)); in startOutlinedSEHHelper()
H A DItaniumCXXABI.cpp4590 getContext().CharTy, getContext().UnsignedCharTy, in EmitFundamentalRTTIDescriptors()
H A DCGDebugInfo.cpp921 Info.ElementType = CGM.getContext().UnsignedCharTy; in CreateType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7539 T = Context.UnsignedCharTy; in GetType()

12