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

  /external/clang/test/SemaCXX/
attr-no-sanitize-memory.cpp 3 #define NO_SANITIZE_MEMORY __attribute__((no_sanitize_memory))
5 #if !__has_attribute(no_sanitize_memory)
6 #error "Should support no_sanitize_memory"
9 void noanal_fun() NO_SANITIZE_MEMORY;
13 void noanal_fun_args() __attribute__((no_sanitize_memory(1))); // \
14 // expected-error {{'no_sanitize_memory' attribute takes no arguments}}
16 int noanal_testfn(int y) NO_SANITIZE_MEMORY;
19 int x NO_SANITIZE_MEMORY = y; // \
20 // expected-error {{'no_sanitize_memory' attribute only applies to functions}
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 26 #define NO_SANITIZE_MEMORY
29 #undef NO_SANITIZE_MEMORY
30 #define NO_SANITIZE_MEMORY __attribute__((no_sanitize_memory))
184 NO_SANITIZE_MEMORY
224 NO_SANITIZE_MEMORY

Completed in 74 milliseconds