/external/clang/test/Preprocessor/ |
pragma_poison.c | 4 rindex(some_string, 'h'); // expected-error {{attempt to use a poisoned identifier}} 9 XYZW // expected-error {{attempt to use a poisoned identifier}} 12 // is poisoned.
|
macro_paste_bad.c | 26 // When pasting creates poisoned identifiers, we error. 28 BLARG // expected-error {{attempt to use a poisoned identifier}} 30 XX // expected-error {{attempt to use a poisoned identifier}}
|
/external/compiler-rt/test/asan/TestCases/ |
throw_catch.cc | 26 fprintf(stderr, "Before: %p poisoned: %d\n", &x, 30 fprintf(stderr, "After: %p poisoned: %d\n", &x, 41 fprintf(stderr, "Before: %p poisoned: %d\n", &x, 49 fprintf(stderr, "After: %p poisoned: %d\n", &x,
|
longjmp.cc | 13 fprintf(stderr, "Before: %p poisoned: %d\n", &x, 18 fprintf(stderr, "After: %p poisoned: %d\n", &x,
|
alloca_vla_interact.cc | 25 // This should be first poisoned address after loop.
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
longjmp.cc | 16 fprintf(stderr, "Before: %p poisoned: %d\n", &x, 21 fprintf(stderr, "After: %p poisoned: %d\n", &x,
|
dll_seh.cc | 40 fprintf(stderr, "Before: %p poisoned: %d\n", &x, 44 fprintf(stderr, "After: %p poisoned: %d\n", &x,
|
seh.cc | 48 fprintf(stderr, "Before: %p poisoned: %d\n", &x, 52 fprintf(stderr, "After: %p poisoned: %d\n", &x,
|
/external/compiler-rt/test/msan/ |
dtor-member.cc | 41 printf("s is poisoned\n"); 43 printf("s is not poisoned\n"); 44 // CHECK: s is poisoned 45 // CHECK-NO-FLAG: s is not poisoned
|
param_tls_limit.cc | 17 // This test passes poisoned values through function argument list. 20 // In case of no overflow, it is still poisoned. 29 // they are considered poisoned till tls limit. Checking last byte of such arg:
|
getaddrinfo.cc | 20 // stack-allocated buffer, which is very likely to be poisoned. Test that we
|
signal_stress_test.cc | 14 void f(bool poisoned, int n, ...) { 19 if (!poisoned)
|
dtor-multiple-inheritance.cc | 28 // Memory owned by subclasses is poisoned. 43 // Memory in sibling and subclass is poisoned. 59 // Memory in subclasses is poisoned.
|
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | 203 T Poisoned(T v = 0, T s = (T)(-1)) { 341 x[2] = 1; // Init this here. Check that after realloc it is poisoned again. 353 EXPECT_NOT_POISONED(*x); // Should not be poisoned. [all...] |
/art/runtime/ |
heap_poisoning.h | 30 // If true, references within the heap are poisoned (negated).
|
/external/compiler-rt/test/lsan/TestCases/ |
use_poisoned_asan.cc | 1 // ASan-poisoned memory should be ignored if use_poisoned is false.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
ValueHandle.h | 410 /// A flag tracking whether this value has been poisoned. 416 bool Poisoned = false; 423 assert(!Poisoned && "Tried to delete an already poisoned handle!"); 424 Poisoned = true; 430 assert(!Poisoned && "Tried to RAUW an already poisoned handle!"); 431 Poisoned = true; 442 assert(!Poisoned && "Accessed a poisoned value handle!") [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
ValueHandle.h | 410 /// A flag tracking whether this value has been poisoned. 416 bool Poisoned = false; 423 assert(!Poisoned && "Tried to delete an already poisoned handle!"); 424 Poisoned = true; 430 assert(!Poisoned && "Tried to RAUW an already poisoned handle!"); 431 Poisoned = true; 442 assert(!Poisoned && "Accessed a poisoned value handle!") [all...] |
/external/clang/test/CodeGenCXX/ |
sanitize-dtor-callback.cpp | 12 // Simple internal member is poisoned by compiler-generated dtor 22 // Simple internal member is poisoned by compiler-generated dtor
|
sanitize-dtor-tail-call.cpp | 16 // Simple internal member is poisoned by compiler-generated dtor
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
swapcontext_test.cc | 35 char x[32] = {0}; // Stack gets poisoned. 39 // (b) Jump into the original function. Stack remains poisoned unless we do
|
/art/tools/ |
asan.sh | 19 # This script contains the property and the options required to log poisoned
|
/external/conscrypt/openjdk/src/test/resources/ |
README | 8 - cert-ct-poisoned.pem: Same certificate as cert.pem, but with an extra CT Poison extension
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/ |
ValueHandle.h | 462 /// A flag tracking whether this value has been poisoned. 468 bool Poisoned = false; 475 assert(!Poisoned && "Tried to delete an already poisoned handle!"); 476 Poisoned = true; 482 assert(!Poisoned && "Tried to RAUW an already poisoned handle!"); 483 Poisoned = true; 494 assert(!Poisoned && "Accessed a poisoned value handle!") [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/ |
ValueHandle.h | 462 /// A flag tracking whether this value has been poisoned. 468 bool Poisoned = false; 475 assert(!Poisoned && "Tried to delete an already poisoned handle!"); 476 Poisoned = true; 482 assert(!Poisoned && "Tried to RAUW an already poisoned handle!"); 483 Poisoned = true; 494 assert(!Poisoned && "Accessed a poisoned value handle!") [all...] |