Symbol: CTypeDescriptor
common/lib/libc/misc/ubsan.c
1373
zDeserializeTypeWidth(struct CTypeDescriptor *pType)
common/lib/libc/misc/ubsan.c
1410
DeserializeUINT128(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, __uint128_t U128)
common/lib/libc/misc/ubsan.c
1432
DeserializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest L)
common/lib/libc/misc/ubsan.c
1463
DeserializeNumberUnsigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, ulongest L)
common/lib/libc/misc/ubsan.c
1495
DeserializeFloatOverPointer(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long *pNumber)
common/lib/libc/misc/ubsan.c
1534
DeserializeFloatInlined(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber)
common/lib/libc/misc/ubsan.c
155
struct CTypeDescriptor *mType;
common/lib/libc/misc/ubsan.c
1570
llliGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber)
common/lib/libc/misc/ubsan.c
1615
llluGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber)
common/lib/libc/misc/ubsan.c
165
struct CTypeDescriptor *mType;
common/lib/libc/misc/ubsan.c
1657
DeserializeNumberFloat(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber)
common/lib/libc/misc/ubsan.c
1698
DeserializeNumber(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber)
common/lib/libc/misc/ubsan.c
170
struct CTypeDescriptor *mType;
common/lib/libc/misc/ubsan.c
177
struct CTypeDescriptor *mType;
common/lib/libc/misc/ubsan.c
1803
isNegativeNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber)
common/lib/libc/misc/ubsan.c
1817
isShiftExponentTooLarge(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber, size_t zWidth)
common/lib/libc/misc/ubsan.c
187
struct CTypeDescriptor *mType;
common/lib/libc/misc/ubsan.c
202
struct CTypeDescriptor *mArrayType;
common/lib/libc/misc/ubsan.c
203
struct CTypeDescriptor *mIndexType;
common/lib/libc/misc/ubsan.c
212
struct CTypeDescriptor *mLHSType;
common/lib/libc/misc/ubsan.c
213
struct CTypeDescriptor *mRHSType;
common/lib/libc/misc/ubsan.c
218
struct CTypeDescriptor *mType;
common/lib/libc/misc/ubsan.c
225
struct CTypeDescriptor *mType;
common/lib/libc/misc/ubsan.c
232
struct CTypeDescriptor *mType;
common/lib/libc/misc/ubsan.c
237
struct CTypeDescriptor *mFromType;
common/lib/libc/misc/ubsan.c
238
struct CTypeDescriptor *mToType;
common/lib/libc/misc/ubsan.c
243
struct CTypeDescriptor *mFromType;
common/lib/libc/misc/ubsan.c
244
struct CTypeDescriptor *mToType;
common/lib/libc/misc/ubsan.c
251
struct CTypeDescriptor *mType;
common/lib/libc/misc/ubsan.c
257
static size_t zDeserializeTypeWidth(struct CTypeDescriptor *pType);
common/lib/libc/misc/ubsan.c
260
static void DeserializeUINT128(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, __uint128_t U128);
common/lib/libc/misc/ubsan.c
262
static void DeserializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest L);
common/lib/libc/misc/ubsan.c
263
static void DeserializeNumberUnsigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, ulongest L);
common/lib/libc/misc/ubsan.c
265
static void DeserializeFloatOverPointer(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long *pNumber);
common/lib/libc/misc/ubsan.c
266
static void DeserializeFloatInlined(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber);
common/lib/libc/misc/ubsan.c
268
static longest llliGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber);
common/lib/libc/misc/ubsan.c
269
static ulongest llluGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber);
common/lib/libc/misc/ubsan.c
271
static void DeserializeNumberFloat(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber);
common/lib/libc/misc/ubsan.c
273
static void DeserializeNumber(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber);
common/lib/libc/misc/ubsan.c
278
static bool isNegativeNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber);
common/lib/libc/misc/ubsan.c
279
static bool isShiftExponentTooLarge(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber, size_t zWidth);
common/lib/libc/misc/ubsan.c
341
static void HandleTypeMismatch(bool isFatal, struct CSourceLocation *mLocation, struct CTypeDescriptor *mType, unsigned long mLogAlignment, uint8_t mTypeCheckKind, unsigned long ulPointer);
common/lib/libc/misc/ubsan.c
412
HandleTypeMismatch(bool isFatal, struct CSourceLocation *mLocation, struct CTypeDescriptor *mType, unsigned long mLogAlignment, uint8_t mTypeCheckKind, unsigned long ulPointer)