ATLAS Offline Software
Macros
no_sanitize_undefined.h File Reference

Helper to disable undefined behavior sanitizer for a function. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NO_SANITIZE_UNDEFINED
 

Detailed Description

Helper to disable undefined behavior sanitizer for a function.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Mar, 2017 To disable the undefined behavior sanitizers for a given function, write in the function's declaration:

void f NO_SANITIZE_UNDEFINED (int x)

Definition in file no_sanitize_undefined.h.

Macro Definition Documentation

◆ NO_SANITIZE_UNDEFINED

#define NO_SANITIZE_UNDEFINED

Definition at line 29 of file no_sanitize_undefined.h.