Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c13 #define POISON 0xa5 macro
28 memset(src, POISON, BUFLEN); in do_one()
29 memset(dst, POISON, BUFLEN); in do_one()
79 memset(redzone, POISON, BUFLEN); in test_copy_loop()
/external/dtc/tests/
Dget_path.c17 #define POISON ('\xff') macro
29 memset(buf, POISON, sizeof(buf)); /* poison the buffer */ in check_path_buf()
51 if (buf[buflen] != POISON) in check_path_buf()
/external/compiler-rt/test/msan/Linux/
Dsendmsg.cc48 #if defined(POISON) in main()
/external/llvm-project/compiler-rt/test/msan/
Dqsort.cpp69 #ifdef POISON in main()
/external/llvm-project/compiler-rt/test/msan/Linux/
Dsendmsg.cpp44 #if defined(POISON) in main()
/external/llvm-project/llvm/test/Transforms/Attributor/
Dliveness.ll489 ; NOT_CGSCC_NPM-NEXT: [[POISON:%.*]] = sub nuw i32 0, 1
490 ; NOT_CGSCC_NPM-NEXT: [[STILL_POISON:%.*]] = and i32 [[POISON]], 0
498 ; IS__CGSCC____-NEXT: [[POISON:%.*]] = sub nuw i32 0, 1
499 ; IS__CGSCC____-NEXT: [[STILL_POISON:%.*]] = and i32 [[POISON]], 0
/external/llvm-project/llvm/test/Transforms/InstSimplify/
Dicmp-constant.ll780 %poison = shl nsw i16 %sub, 2 ; oops! this shl can't be nsw; that's POISON