Searched refs:TypeCheckKind (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers_cxx.h | 24 unsigned char TypeCheckKind; member
|
| H A D | ubsan_handlers.cpp | 43 enum TypeCheckKind { enum 93 ET = (Data->TypeCheckKind == TCK_NonnullAssign) in handleTypeMismatchImpl() 118 << TypeCheckKinds[Data->TypeCheckKind] << Data->Type; in handleTypeMismatchImpl() 123 << TypeCheckKinds[Data->TypeCheckKind] << (void *)Pointer << Alignment in handleTypeMismatchImpl() 129 << TypeCheckKinds[Data->TypeCheckKind] << (void *)Pointer << Data->Type; in handleTypeMismatchImpl()
|
| H A D | ubsan_handlers.h | 23 unsigned char TypeCheckKind; member
|
| H A D | ubsan_handlers_cxx.cpp | 54 << TypeCheckKinds[Data->TypeCheckKind] << (void*)Pointer << Data->Type; in HandleDynamicTypeCacheMiss()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 2950 enum TypeCheckKind { 2987 static bool isNullPointerAllowed(TypeCheckKind TCK); 2990 static bool isVptrCheckRequired(TypeCheckKind TCK, QualType Ty); 2999 void EmitTypeCheck(TypeCheckKind TCK, SourceLocation Loc, llvm::Value *V, 3776 LValue EmitCheckedLValue(const Expr *E, TypeCheckKind TCK);
|
| H A D | CGExpr.cpp | 655 bool CodeGenFunction::isNullPointerAllowed(TypeCheckKind TCK) { in isNullPointerAllowed() 660 bool CodeGenFunction::isVptrCheckRequired(TypeCheckKind TCK, QualType Ty) { in isVptrCheckRequired() 675 void CodeGenFunction::EmitTypeCheck(TypeCheckKind TCK, SourceLocation Loc, in EmitTypeCheck() 1279 LValue CodeGenFunction::EmitCheckedLValue(const Expr *E, TypeCheckKind TCK) { in EmitCheckedLValue()
|
| H A D | CGExprScalar.cpp | 240 LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) { in EmitCheckedLValue()
|