/external/clang/test/Sema/ |
D | warn-char-subscripts.c | 59 typedef unsigned char UnsignedCharTy; typedef 62 UnsignedCharTy subscript = 0; in t10()
|
/external/llvm-project/clang/test/Sema/ |
D | warn-char-subscripts.c | 59 typedef unsigned char UnsignedCharTy; typedef 62 UnsignedCharTy subscript = 0; in t10()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCTypeEncodingParser.cpp | 292 return ast_ctx.UnsignedCharTy; in BuildType()
|
/external/llvm-project/clang/lib/AST/ |
D | ScanfFormatString.cpp | 280 return ArgType::PtrTo(Ctx.UnsignedCharTy); in getArgType()
|
D | FormatString.cpp | 393 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match in matchesType()
|
D | PrintfFormatString.cpp | 551 case LengthModifier::AsChar: return Ctx.UnsignedCharTy; in getScalarArgType()
|
D | ASTContext.cpp | 1285 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()
|
D | RecordLayoutBuilder.cpp | 1466 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|
D | Type.cpp | 2324 return Ctx.UnsignedCharTy; in getSveEltType()
|
/external/clang/lib/Analysis/ |
D | ScanfFormatString.cpp | 280 return ArgType::PtrTo(Ctx.UnsignedCharTy); in getArgType()
|
D | FormatString.cpp | 345 return T == C.UnsignedCharTy || T == C.SignedCharTy ? Match in matchesType()
|
D | PrintfFormatString.cpp | 454 case LengthModifier::AsChar: return Ctx.UnsignedCharTy; in getArgType()
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 70 UNSIGNED_TYPE(UChar, UnsignedCharTy)
|
D | ASTContext.h | 902 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 814 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/ |
D | BuiltinTypes.def | 69 UNSIGNED_TYPE(UChar, UnsignedCharTy)
|
D | ASTContext.h | 971 CanQualType UnsignedCharTy, UnsignedShortTy, UnsignedIntTy, UnsignedLongTy; variable
|
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 1420 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; in Emit() 1648 getContext().UnsignedCharTy)); in startOutlinedSEHHelper()
|
D | ItaniumCXXABI.cpp | 3364 getContext().CharTy, getContext().UnsignedCharTy, in EmitFundamentalRTTIDescriptors()
|
/external/llvm-project/lldb/unittests/Symbol/ |
D | TestTypeSystemClang.cpp | 95 context.UnsignedCharTy)); in TEST_F()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGException.cpp | 1641 QualType ArgTys[2] = {Context.UnsignedCharTy, Context.VoidPtrTy}; in Emit() 1934 getContext().UnsignedCharTy, ImplicitParamDecl::Other)); in startOutlinedSEHHelper()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | CStringChecker.cpp | 1071 CharVal = svalBuilder.evalCast(CharVal, Ctx.UnsignedCharTy, Ctx.IntTy); in memsetAux() 1075 assumeZero(C, State, CharVal, Ctx.UnsignedCharTy); in memsetAux()
|
D | StdLibraryFunctionsChecker.cpp | 965 std::min(BVF.getMaxValue(ACtx.UnsignedCharTy).getLimitedValue(), IntMax); in initFunctionSummaries()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1013 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()
|
D | RecordLayoutBuilder.cpp | 1381 Context.UnsignedCharTy, Context.UnsignedShortTy, Context.UnsignedIntTy, in LayoutWideBitField()
|