/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 | 1247 InitBuiltinType(UnsignedCharTy, BuiltinType::UChar); in InitBuiltinTypes() 7529 return getIntegerRank(UnsignedCharTy.getTypePtr()); in getIntegerRank() 9286 FieldTypes[0] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl() 9290 FieldTypes[1] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl() 9789 case TargetInfo::UnsignedChar: return UnsignedCharTy; in getFromTargetType() 11523 return UnsignedCharTy; in getCorrespondingUnsignedType() 11823 Type = Context.UnsignedCharTy; in DecodeTypeFromStr()
|
H A D | Type.cpp | 2553 return Ctx.UnsignedCharTy; in getSveEltType() 2584 return Ctx.UnsignedCharTy; in getRVVEltType()
|
H A D | RecordLayoutBuilder.cpp | 1486 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|
H A D | ASTImporter.cpp | 1122 return Importer.getToContext().UnsignedCharTy; in VisitBuiltinType()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseInit.cpp | 441 Context.UnsignedCharTy, StartLoc); in createEmbedExpr() 453 Data->BinaryData, Context.UnsignedCharTy); in createEmbedExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 151 llvm::APInt(AST.getIntWidth(AST.UnsignedCharTy), in emitResourceClassExpr() 153 AST.UnsignedCharTy, SourceLocation()); in emitResourceClassExpr()
|
H A D | SemaPPC.cpp | 284 return Context.getVectorType(Context.UnsignedCharTy, 16, in DecodePPCMMATypeFromStr()
|
H A D | SemaARM.cpp | 358 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType() 370 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
|
H A D | SemaExpr.cpp | 2055 CharTy = Context.UnsignedCharTy; in ActOnStringLiteral() 2064 CharTy = Context.UnsignedCharTy; in ActOnStringLiteral() 3534 Ty = Context.UnsignedCharTy; // u8'x' -> unsigned char in C23 in ActOnCharacterConstant() 8929 ltrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment() 8934 rtrans = S.Context.UnsignedCharTy; in checkPointerTypesForAssignment()
|
H A D | SemaType.cpp | 910 Result = Context.UnsignedCharTy; in ConvertDeclSpecToType() 9684 &S.Context.UnsignedCharTy, &S.Context.UnsignedShortTy, in ChangeIntegralSignedness()
|
H A D | OpenCLBuiltins.td | 345 def UChar : Type<"uchar", QualType<"Context.UnsignedCharTy">>;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 297 return ast_ctx.UnsignedCharTy; in BuildType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | BuiltinTypes.def | 69 UNSIGNED_TYPE(UChar, UnsignedCharTy)
|
H A D | ASTContext.h | 1128 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 755 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedCharTy)) in GetBuiltinTypeForEncodingAndBitSize() 756 return GetType(ast.UnsignedCharTy); in GetBuiltinTypeForEncodingAndBitSize() 798 return GetType(ast.getExtVectorType(ast.UnsignedCharTy, bit_size / 8)); in GetBuiltinTypeForEncodingAndBitSize() 902 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 903 return GetType(ast.UnsignedCharTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1037 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1038 return GetType(ast.UnsignedCharTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1047 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() 1048 return GetType(ast.UnsignedCharTy); in GetBuiltinTypeForDWARFEncodingAndBitSize() 1066 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize() [all …]
|
/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 | 4543 getContext().CharTy, getContext().UnsignedCharTy, in EmitFundamentalRTTIDescriptors()
|
H A D | CGDebugInfo.cpp | 771 Info.ElementType = CGM.getContext().UnsignedCharTy; in CreateType()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StreamChecker.cpp | 1206 E.SVB.getBasicValueFactory().getValue(0, E.ACtx.UnsignedCharTy), in evalFgetx() 1207 E.SVB.getBasicValueFactory().getMaxValue(E.ACtx.UnsignedCharTy), in evalFgetx()
|
H A D | CStringChecker.cpp | 1381 CharVal = svalBuilder.evalCast(CharVal, Ctx.UnsignedCharTy, Ctx.IntTy); in memsetAux() 1385 assumeZero(C, State, CharVal, Ctx.UnsignedCharTy); in memsetAux()
|
H A D | StdLibraryFunctionsChecker.cpp | 1700 std::min(BVF.getMaxValue(ACtx.UnsignedCharTy).getLimitedValue(), IntMax); in initFunctionSummaries()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 7196 T = Context.UnsignedCharTy; in GetType()
|