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

  /external/clang/lib/CodeGen/
CGExprScalar.cpp 409 if (!CGF.SanOpts->SignedIntegerOverflow)
417 if (Ops.Ty->isUnsignedIntegerType() && CGF.SanOpts->UnsignedIntegerOverflow)
731 if (CGF.SanOpts->FloatCastOverflow &&
    [all...]
CodeGenFunction.cpp 40 SanOpts(&CGM.getSanOpts()),
386 SanOpts = &SanitizerOptions::Disabled;
606 if (SanOpts->Return)
    [all...]
CGExpr.cpp 516 if (SanOpts->Null) {
532 if (SanOpts->ObjectSize && !Ty->isIncompleteType()) {
549 if (SanOpts->Alignment) {
584 if (SanOpts->Vptr &&
701 assert(SanOpts->Bounds && "should not be called unless adding bounds checks");
802 if (SanOpts->Bounds && isa<ArraySubscriptExpr>(E))
    [all...]
CodeGenModule.h 385 const SanitizerOptions &SanOpts;
    [all...]
CodeGenModule.cpp 90 SanOpts(SanitizerBlacklist.isIn(M) ?
120 if (SanOpts.Thread ||
626 if (SanOpts.Address && !D->hasAttr<NoSanitizeAddressAttr>())
629 if (SanOpts.Thread && !D->hasAttr<NoSanitizeThreadAttr>()) {
633 if (SanOpts.Memory && !D->hasAttr<NoSanitizeMemoryAttr>())
    [all...]
CodeGenFunction.h 613 const SanitizerOptions *SanOpts;
    [all...]
CGBuiltin.cpp 439 if (SanOpts->Unreachable)
    [all...]

Completed in 179 milliseconds