Home
last modified time | relevance | path

Searched defs:NO_UB_SANITIZE (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/
H A Dmacros.h304 #define NO_UB_SANITIZE __attribute__((no_sanitize("undefined"))) // NOLINT(cppcoreguidelines-macro-usage) macro
306 #define NO_UB_SANITIZE macro
310 #define NO_UB_SANITIZE __attribute__((no_sanitize("undefined"))) // NOLINT(cppcoreguidelines-macro-usage) macro
312 #define NO_UB_SANITIZE macro
/arkcompiler/runtime_core/static_core/libpandabase/
H A Dmacros.h284 #define NO_UB_SANITIZE __attribute__((no_sanitize_undefined)) // NOLINT(cppcoreguidelines-macro-usage) macro
286 #define NO_UB_SANITIZE __attribute__((no_sanitize("undefined"))) // NOLINT(cppcoreguidelines-macro-usage) macro
289 #define NO_UB_SANITIZE macro

Completed in 2 milliseconds