Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp426 if (sanitizePerformTypeCheck() && !E->getType()->isFunctionType()) { in EmitReferenceBindingToExpr()
460 bool CodeGenFunction::sanitizePerformTypeCheck() const { in sanitizePerformTypeCheck() function in CodeGenFunction
470 if (!sanitizePerformTypeCheck()) in EmitTypeCheck()
3006 if (sanitizePerformTypeCheck()) in EmitCastLValue()
H A DCGClass.cpp184 if (sanitizePerformTypeCheck()) { in GetAddressOfBaseClass()
206 if (sanitizePerformTypeCheck()) { in GetAddressOfBaseClass()
H A DCodeGenFunction.h1780 bool sanitizePerformTypeCheck() const;
H A DCGExprScalar.cpp1383 if (CGF.sanitizePerformTypeCheck()) in VisitCastExpr()