HomeSort by relevance Sort by last modified time
    Searched defs:NO_SANITIZE_ADDRESS (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
attr-no-sanitize-address.cpp 3 #define NO_SANITIZE_ADDRESS __attribute__((no_sanitize_address))
5 #if !__has_attribute(no_sanitize_address)
6 #error "Should support no_sanitize_address"
9 void noanal_fun() NO_SANITIZE_ADDRESS;
11 void noanal_fun_args() __attribute__((no_sanitize_address(1))); // \
12 // expected-error {{'no_sanitize_address' attribute takes no arguments}}
14 int noanal_testfn(int y) NO_SANITIZE_ADDRESS;
17 int x NO_SANITIZE_ADDRESS = y; // \
18 // expected-error {{'no_sanitize_address' attribute only applies to functions}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
AddressSanitizer.h 56 #define NO_SANITIZE_ADDRESS __attribute__((no_sanitize_address))
58 #define NO_SANITIZE_ADDRESS

Completed in 46 milliseconds