Searched refs:TypeCheckKind (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.h24 unsigned char TypeCheckKind; member in struct:__ubsan::DynamicTypeCacheMissData
H A Dubsan_handlers.h23 unsigned char TypeCheckKind; member in struct:__ubsan::TypeMismatchData
H A Dubsan_handlers_cxx.cpp54 << TypeCheckKinds[Data->TypeCheckKind] << (void*)Pointer << Data->Type;
H A Dubsan_handlers.cpp75 << TypeCheckKinds[Data->TypeCheckKind] << Data->Type;
80 << TypeCheckKinds[Data->TypeCheckKind] << (void *)Pointer << Alignment
86 << TypeCheckKinds[Data->TypeCheckKind] << (void *)Pointer << Data->Type;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h2598 enum TypeCheckKind { enum in class:clang::CodeGen::CodeGenFunction
2635 static bool isNullPointerAllowed(TypeCheckKind TCK);
2638 static bool isVptrCheckRequired(TypeCheckKind TCK, QualType Ty);
2647 void EmitTypeCheck(TypeCheckKind TCK, SourceLocation Loc, llvm::Value *V,
3383 LValue EmitCheckedLValue(const Expr *E, TypeCheckKind TCK);
H A DCGExpr.cpp633 bool CodeGenFunction::isNullPointerAllowed(TypeCheckKind TCK) {
638 bool CodeGenFunction::isVptrCheckRequired(TypeCheckKind TCK, QualType Ty) {
653 void CodeGenFunction::EmitTypeCheck(TypeCheckKind TCK, SourceLocation Loc,
1210 LValue CodeGenFunction::EmitCheckedLValue(const Expr *E, TypeCheckKind TCK) {
H A DCGExprScalar.cpp257 LValue EmitCheckedLValue(const Expr *E, CodeGenFunction::TypeCheckKind TCK) {

Completed in 197 milliseconds