Home
last modified time | relevance | path

Searched refs:poison (Results 1 – 25 of 37) sorted by relevance

12

/external/clang/test/Preprocessor/
Dpragma_poison.c3 #pragma GCC poison rindex
15 #pragma GCC poison rindex2
18 #pragma GCC poison rindex2
Dmacro_paste_bad.c27 #pragma GCC poison BLARG
/external/strace/tests-mx32/
Dwaitid.c141 poison(unsigned int v) in poison() function
157 long rc = syscall(__NR_waitid, poison(idtype), poison(id), in do_waitid()
158 infop, poison(options), rusage); in do_waitid()
/external/strace/tests/
Dwaitid.c141 poison(unsigned int v) in poison() function
157 long rc = syscall(__NR_waitid, poison(idtype), poison(id), in do_waitid()
158 infop, poison(options), rusage); in do_waitid()
/external/strace/tests-m32/
Dwaitid.c141 poison(unsigned int v) in poison() function
157 long rc = syscall(__NR_waitid, poison(idtype), poison(id), in do_waitid()
158 infop, poison(options), rusage); in do_waitid()
/external/ltp/testcases/kernel/syscalls/ptrace/
Dptrace04.c50 void compare_registers(unsigned char poison) in compare_registers() argument
58 memset(&_pt_regs, poison, sizeof(_pt_regs)); in compare_registers()
94 "PTRACE PEEKUSER/GETREGS (poison 0x%02x)", poison); in compare_registers()
/external/llvm/test/Bitcode/
DconstantsTest.3.2.ll66 ;poison
67 ; CHECK-NEXT: %poison = sub nuw i32 0, 1
68 %poison = sub nuw i32 0, 1
/external/compiler-rt/lib/asan/
Dasan_poisoning.cc75 void AsanPoisonOrUnpoisonIntraObjectRedzone(uptr ptr, uptr size, bool poison) { in AsanPoisonOrUnpoisonIntraObjectRedzone() argument
79 poison ? "" : "un", ptr, end, size); in AsanPoisonOrUnpoisonIntraObjectRedzone()
88 poison ? static_cast<u8>(ptr % SHADOW_GRANULARITY) : 0; in AsanPoisonOrUnpoisonIntraObjectRedzone()
93 *(u8*)MemToShadow(ptr) = poison ? kAsanIntraObjectRedzone : 0; in AsanPoisonOrUnpoisonIntraObjectRedzone()
Dasan_flags.inc94 "If true, poison partially addressable 8-byte aligned words "
/external/llvm/test/Analysis/ScalarEvolution/
Dflags-from-poison.ll4 ; reasoning about how a poison value from overflow would trigger
84 ; With no load to trigger UB from poison, we cannot infer nsw.
253 ; producer of poison and the load that consumes it.
275 ; Without inbounds, GEP does not propagate poison in the very
297 ; Multiplication by a non-zero constant propagates poison if there is
320 ; Multiplication by a non-constant should not propagate poison in the
343 ; Multiplication by a non-zero constant does not propagate poison
366 ; Division by poison triggers UB.
386 ; Remainder of poison by non-poison divisor does not trigger UB.
406 ; Store to poison address triggers UB.
Dflags-from-poison-dbg.ll3 ; Make sure poison value tracking works in the presence of @llvm.dbg
Dtrip-count9.ll126 ; (a) %i.next is a poison value after the second iteration, which can
129 ; dependent on the poison value.
/external/swiftshader/src/Reactor/
DLLVMRoutineManager.hpp46 virtual void setPoisonMemory(bool poison);
DLLVMRoutineManager.cpp134 void LLVMRoutineManager::setPoisonMemory(bool poison) in setPoisonMemory() argument
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DJITMemoryManager.h48 virtual void setPoisonMemory(bool poison) = 0;
/external/llvm/test/Instrumentation/AddressSanitizer/
Dstack-poisoning.ll22 ; Then Block: poison the entire frame.
/external/pdfium/third_party/libopenjpeg20/
Dopj_malloc.h191 #pragma GCC poison malloc calloc realloc free
D0034-opj_malloc.patch170 #pragma GCC poison malloc calloc realloc free
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp242 virtual void setPoisonMemory(bool poison) { in setPoisonMemory() argument
243 mgr()->setPoisonMemory(poison); in setPoisonMemory()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp511 void setPoisonMemory(bool poison) { in setPoisonMemory() argument
512 PoisonMemory = poison; in setPoisonMemory()
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp70 virtual void setPoisonMemory(bool poison) { Base->setPoisonMemory(poison); } in setPoisonMemory() argument
/external/llvm/docs/
DLangRef.rst2926 There is currently no way of representing a poison value in the IR; they
2963 on a poison value has undefined behavior.
2970 %poison = sub nuw i32 0, 1 ; Results in a poison value.
2971 %still_poison = and i32 %poison, 0 ; 0, but also poison.
2975 store i32 %poison, i32* @g ; Poison value stored to memory.
2978 store volatile i32 %poison, i32* @g ; External observation; undefined behavior.
2982 %poison3 = load i16, i16* %narrowaddr ; Returns a poison value.
2983 %poison4 = load i64, i64* %wideaddr ; Returns a poison value.
2985 %cmp = icmp slt i32 %poison, 0 ; Returns a poison value.
2997 ; always results in a poison value.
[all …]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt2680 毒>'[poison]';
4779 螫>'[poison]';
5510 酖>'[wine with bird poison added]';
/external/clang/include/clang/Basic/
DDiagnosticLexKinds.td424 def err_pp_invalid_poison : Error<"can only poison identifier tokens">;
/external/v8/src/
Dbootstrapper.cc2879 Handle<JSFunction> poison = GetStrictArgumentsPoisonFunction(); in InitializeGlobal() local
2882 callee->set_getter(*poison); in InitializeGlobal()
2883 callee->set_setter(*poison); in InitializeGlobal()

12