HomeSort by relevance Sort by last modified time
    Searched refs:SanOpts (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CGExprScalar.cpp 416 if (!CGF.SanOpts->SignedIntegerOverflow)
424 if (Ops.Ty->isUnsignedIntegerType() && CGF.SanOpts->UnsignedIntegerOverflow)
769 if (CGF.SanOpts->FloatCastOverflow &&
    [all...]
CGExpr.cpp 445 return SanOpts->Null | SanOpts->Alignment | SanOpts->ObjectSize |
446 SanOpts->Vptr;
464 if (SanOpts->Null) {
480 if (SanOpts->ObjectSize && !Ty->isIncompleteType()) {
499 if (SanOpts->Alignment) {
534 if (SanOpts->Vptr &&
651 assert(SanOpts->ArrayBounds &&
753 if (SanOpts->ArrayBounds && isa<ArraySubscriptExpr>(E)
    [all...]
CodeGenFunction.cpp 40 SanOpts(&CGM.getLangOpts().Sanitize), AutoreleaseResult(false), BlockInfo(nullptr),
539 SanOpts = &SanitizerOptions::Disabled;
563 if (getLangOpts().CPlusPlus && SanOpts->Function) {
846 if (SanOpts->Return)
    [all...]
CGClass.cpp 758 : CGF(CGF), SO(*CGF.SanOpts), OldSanOpts(CGF.SanOpts) {
761 CGF.SanOpts = &SO;
764 CGF.SanOpts = OldSanOpts;
    [all...]
CodeGenFunction.h 235 const SanitizerOptions *SanOpts;
    [all...]
CGBuiltin.cpp 450 if (SanOpts->Unreachable)
    [all...]

Completed in 190 milliseconds