Home
last modified time | relevance | path

Searched refs:TCK_DowncastPointer (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp62 TCK_DowncastPointer, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp664 return TCK == TCK_DowncastPointer || TCK == TCK_Upcast || in isNullPointerAllowed()
672 TCK == TCK_DowncastPointer || TCK == TCK_DowncastReference || in isVptrCheckRequired()
H A DCodeGenFunction.h3235 TCK_DowncastPointer,
H A DCGExprScalar.cpp2422 CGF.EmitTypeCheck(CodeGenFunction::TCK_DowncastPointer, CE->getExprLoc(), in VisitCastExpr()