HomeSort by: relevance | last modified time | path
    Searched defs:asan (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_test.cc 63 bool asan = 1; local in function:TEST
65 bool asan = 1;
67 bool asan = 0;
69 EXPECT_EQ(true, asan);
301 // ASan should allow to set sigaction()...
1173 // Struct copy should not cause asan warning even if lhs == rhs.
1348 // Check that snprintf_l() works fine with Asan.
1351 // Check that vsnprintf_l() works fine with Asan.
asan_test.cc 63 bool asan = 1; local in function:TEST
65 bool asan = 1;
67 bool asan = 0;
69 EXPECT_EQ(true, asan);
301 // ASan should allow to set sigaction()...
1173 // Struct copy should not cause asan warning even if lhs == rhs.
1348 // Check that snprintf_l() works fine with Asan.
1351 // Check that vsnprintf_l() works fine with Asan.

Completed in 25 milliseconds