Home
last modified time | relevance | path

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

12

/external/clang/test/Sema/
Dwarn-char-subscripts.c59 typedef unsigned char UnsignedCharTy; typedef
62 UnsignedCharTy subscript = 0; in t10()
/external/llvm-project/clang/test/Sema/
Dwarn-char-subscripts.c59 typedef unsigned char UnsignedCharTy; typedef
62 UnsignedCharTy subscript = 0; in t10()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTypeEncodingParser.cpp292 return ast_ctx.UnsignedCharTy; in BuildType()
/external/llvm-project/clang/lib/AST/
DScanfFormatString.cpp280 return ArgType::PtrTo(Ctx.UnsignedCharTy); in getArgType()
DFormatString.cpp393 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match in matchesType()
DPrintfFormatString.cpp551 case LengthModifier::AsChar: return Ctx.UnsignedCharTy; in getScalarArgType()
DASTContext.cpp1285 InitBuiltinType(UnsignedCharTy, BuiltinType::UChar); in InitBuiltinTypes()
7946 FieldTypes[0] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl()
7950 FieldTypes[1] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl()
8443 case TargetInfo::UnsignedChar: return UnsignedCharTy; in getFromTargetType()
10003 return UnsignedCharTy; in getCorrespondingUnsignedType()
10221 Type = Context.UnsignedCharTy; in DecodeTypeFromStr()
DRecordLayoutBuilder.cpp1466 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
DType.cpp2324 return Ctx.UnsignedCharTy; in getSveEltType()
/external/clang/lib/Analysis/
DScanfFormatString.cpp280 return ArgType::PtrTo(Ctx.UnsignedCharTy); in getArgType()
DFormatString.cpp345 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match in matchesType()
DPrintfFormatString.cpp454 case LengthModifier::AsChar: return Ctx.UnsignedCharTy; in getArgType()
/external/clang/include/clang/AST/
DBuiltinTypes.def70 UNSIGNED_TYPE(UChar, UnsignedCharTy)
DASTContext.h902 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp814 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedCharTy)) in GetBuiltinTypeForEncodingAndBitSize()
815 return GetType(ast.UnsignedCharTy); in GetBuiltinTypeForEncodingAndBitSize()
857 return GetType(ast.getExtVectorType(ast.UnsignedCharTy, bit_size / 8)); in GetBuiltinTypeForEncodingAndBitSize()
966 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
967 return GetType(ast.UnsignedCharTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1097 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1098 return GetType(ast.UnsignedCharTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1107 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
1108 return GetType(ast.UnsignedCharTy); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1126 if (QualTypeMatchesBitSize(bit_size, ast, ast.UnsignedCharTy)) in GetBuiltinTypeForDWARFEncodingAndBitSize()
[all …]
/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def69 UNSIGNED_TYPE(UChar, UnsignedCharTy)
DASTContext.h971 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
/external/clang/lib/CodeGen/
DCGException.cpp1420 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; in Emit()
1648 getContext().UnsignedCharTy)); in startOutlinedSEHHelper()
DItaniumCXXABI.cpp3364 getContext().CharTy, getContext().UnsignedCharTy, in EmitFundamentalRTTIDescriptors()
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp95 context.UnsignedCharTy)); in TEST_F()
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp1641 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; in Emit()
1934 getContext().UnsignedCharTy, ImplicitParamDecl::Other)); in startOutlinedSEHHelper()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp1071 CharVal = svalBuilder.evalCast(CharVal, Ctx.UnsignedCharTy, Ctx.IntTy); in memsetAux()
1075 assumeZero(C, State, CharVal, Ctx.UnsignedCharTy); in memsetAux()
DStdLibraryFunctionsChecker.cpp965 std::min(BVF.getMaxValue(ACtx.UnsignedCharTy).getLimitedValue(), IntMax); in initFunctionSummaries()
/external/clang/lib/AST/
DASTContext.cpp1013 InitBuiltinType(UnsignedCharTy, BuiltinType::UChar); in InitBuiltinTypes()
6264 FieldTypes[0] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl()
6268 FieldTypes[1] = Context->UnsignedCharTy; in CreatePowerABIBuiltinVaListDecl()
6697 case TargetInfo::UnsignedChar: return UnsignedCharTy; in getFromTargetType()
8058 return UnsignedCharTy; in getCorrespondingUnsignedType()
8188 Type = Context.UnsignedCharTy; in DecodeTypeFromStr()
DRecordLayoutBuilder.cpp1381 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()

12