Home
last modified time | relevance | path

Searched refs:NO_SANITIZE (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/base/
Dcompiler_specific.h106 #define NO_SANITIZE(what) __attribute__((no_sanitize(what))) macro
109 #if !defined(NO_SANITIZE)
110 #define NO_SANITIZE(what) macro
/external/libchrome/base/
Dcompiler_specific.h159 #define NO_SANITIZE(what) __attribute__((no_sanitize(what))) macro
162 #if !defined(NO_SANITIZE)
163 #define NO_SANITIZE(what) macro
/external/libchrome/base/memory/
Dprotected_memory_cfi.h41 NO_SANITIZE("cfi-icall")