Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dsanitize-dtor-fn-attribute.cpp13 struct No_San { struct
16 No_San() { } in No_San() function
17 __attribute__((no_sanitize_memory)) ~No_San() = default;
21 No_San *ns = new No_San(); in main()
22 ns->~No_San(); in main()