| /freebsd-head/contrib/llvm-project/clang/lib/AST/ |
| HD | 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()
|
| HD | ScanfFormatString.cpp | 282 return ArgType::PtrTo(Ctx.UnsignedCharTy); in getArgType()
|
| HD | PrintfFormatString.cpp | 570 case LengthModifier::AsChar: return Ctx.UnsignedCharTy; in getScalarArgType()
|
| HD | 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()
|
| HD | Type.cpp | 2553 return Ctx.UnsignedCharTy; in getSveEltType() 2584 return Ctx.UnsignedCharTy; in getRVVEltType()
|
| HD | RecordLayoutBuilder.cpp | 1486 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|
| HD | ASTImporter.cpp | 1122 return Importer.getToContext().UnsignedCharTy; in VisitBuiltinType()
|
| /freebsd-head/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseInit.cpp | 441 Context.UnsignedCharTy, StartLoc); in createEmbedExpr() 453 Data->BinaryData, Context.UnsignedCharTy); in createEmbedExpr()
|
| /freebsd-head/contrib/llvm-project/clang/lib/Sema/ |
| HD | HLSLExternalSemaSource.cpp | 151 llvm::APInt(AST.getIntWidth(AST.UnsignedCharTy), in emitResourceClassExpr() 153 AST.UnsignedCharTy, SourceLocation()); in emitResourceClassExpr()
|
| HD | SemaPPC.cpp | 284 return Context.getVectorType(Context.UnsignedCharTy, 16, in DecodePPCMMATypeFromStr()
|
| HD | SemaARM.cpp | 358 return Flags.isUnsigned() ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType() 370 return IsPolyUnsigned ? Context.UnsignedCharTy : Context.SignedCharTy; in getNeonEltType()
|
| HD | 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()
|
| HD | SemaType.cpp | 910 Result = Context.UnsignedCharTy; in ConvertDeclSpecToType() 9684 &S.Context.UnsignedCharTy, &S.Context.UnsignedShortTy, in ChangeIntegralSignedness()
|
| HD | OpenCLBuiltins.td | 345 def UChar : Type<"uchar", QualType<"Context.UnsignedCharTy">>;
|
| /freebsd-head/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| HD | AppleObjCTypeEncodingParser.cpp | 297 return ast_ctx.UnsignedCharTy; in BuildType()
|
| /freebsd-head/contrib/llvm-project/clang/include/clang/AST/ |
| HD | BuiltinTypes.def | 69 UNSIGNED_TYPE(UChar, UnsignedCharTy)
|
| HD | ASTContext.h | 1128 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
| /freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| HD | 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-head/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGException.cpp | 1737 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; in Emit() 2046 getContext().UnsignedCharTy, ImplicitParamKind::Other)); in startOutlinedSEHHelper()
|
| HD | ItaniumCXXABI.cpp | 4543 getContext().CharTy, getContext().UnsignedCharTy, in EmitFundamentalRTTIDescriptors()
|
| HD | CGDebugInfo.cpp | 771 Info.ElementType = CGM.getContext().UnsignedCharTy; in CreateType()
|
| /freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | StreamChecker.cpp | 1206 E.SVB.getBasicValueFactory().getValue(0, E.ACtx.UnsignedCharTy), in evalFgetx() 1207 E.SVB.getBasicValueFactory().getMaxValue(E.ACtx.UnsignedCharTy), in evalFgetx()
|
| HD | CStringChecker.cpp | 1381 CharVal = svalBuilder.evalCast(CharVal, Ctx.UnsignedCharTy, Ctx.IntTy); in memsetAux() 1385 assumeZero(C, State, CharVal, Ctx.UnsignedCharTy); in memsetAux()
|
| HD | StdLibraryFunctionsChecker.cpp | 1700 std::min(BVF.getMaxValue(ACtx.UnsignedCharTy).getLimitedValue(), IntMax); in initFunctionSummaries()
|
| /freebsd-head/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 7196 T = Context.UnsignedCharTy; in GetType()
|