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

  /external/qemu/include/exec/
poison.h 0 /* Poison identifiers that should not be used when building
8 #pragma GCC poison TARGET_I386
9 #pragma GCC poison TARGET_X86_64
10 #pragma GCC poison TARGET_ALPHA
11 #pragma GCC poison TARGET_ARM
12 #pragma GCC poison TARGET_CRIS
13 #pragma GCC poison TARGET_LM32
14 #pragma GCC poison TARGET_M68K
15 #pragma GCC poison TARGET_MIPS
16 #pragma GCC poison TARGET_MIPS6
    [all...]
  /external/clang/test/Preprocessor/
pragma_poison.c 3 #pragma GCC poison rindex
6 #define BAR _Pragma ("GCC poison XYZW") XYZW /*NO ERROR*/
11 // Pragma poison shouldn't warn from macro expansions defined before the token
15 #pragma GCC poison rindex2
17 // Can poison multiple times.
18 #pragma GCC poison rindex2
macro_paste_bad.c 27 #pragma GCC poison BLARG
  /external/chromium_org/v8/test/mjsunit/regress/
regress-builtinbust-5.js 7 function poison() { was_called = true; } function
8 a.hasOwnProperty = poison;
  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 49 virtual void setPoisonMemory(bool poison) = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 738 /* As the last action in this file, we poison the identifiers that
763 system.h while doing so. Only poison these tokens if actually
769 #pragma GCC poison calloc strdup
774 #pragma GCC poison malloc realloc
781 #pragma GCC poison strerror
786 #pragma GCC poison loc_t
789 #pragma GCC poison ASM_OPEN_PAREN ASM_CLOSE_PAREN \
831 #pragma GCC poison DECLARE_LIBRARY_RENAMES LIBGCC2_GNU_PREFIX \
838 #pragma GCC poison INT_ASM_OP ASM_OUTPUT_EH_REGION_BEG CPP_PREDEFINES \
912 #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE
    [all...]
defaults.h 996 #pragma GCC poison REG_CLASS_FROM_LETTER CONST_OK_FOR_LETTER_P \
    [all...]
vec.h     [all...]
  /external/lldb/include/lldb/Expression/
IRExecutionUnit.h 196 virtual void setPoisonMemory (bool poison)
198 m_default_mm_ap->setPoisonMemory (poison);
  /external/llvm/tools/lli/
RemoteMemoryManager.h 101 void setPoisonMemory(bool poison) override;
RemoteMemoryManager.cpp 178 void RemoteMemoryManager::setPoisonMemory(bool poison) { llvm_unreachable("Unexpected!"); }
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
opj_malloc.h 186 #pragma GCC poison malloc calloc realloc free
  /hardware/ti/omap4-aah/
heaptracker.c 210 static inline void poison(struct hdr *hdr) function
337 poison(hdr);
  /hardware/ti/omap4xxx/
heaptracker.c 210 static inline void poison(struct hdr *hdr) function
337 poison(hdr);
  /bionic/libc/bionic/
malloc_debug_check.cpp 218 static inline void poison(hdr_t* hdr) { function
329 poison(hdr);
  /external/chromium_org/v8/test/mjsunit/es6/
generators-runtime.js 57 // properties, sloppy generators have a poison pill implemented via
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 303 // Whether to poison freed memory.
566 void setPoisonMemory(bool poison) override {
567 PoisonMemory = poison;
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 93 virtual void setPoisonMemory(bool poison) { Base->setPoisonMemory(poison); }
219 // Tell the memory manager to poison freed memory so that accessing freed
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
gcov-io.h 382 /* Poison these, so they don't accidentally slip in. */
383 #pragma GCC poison gcov_write_tag gcov_write_length
384 #pragma GCC poison gcov_sync gcov_time gcov_magic
    [all...]
  /external/linux-tools-perf/perf-3.12.0/include/linux/
list.h 6 #include <linux/poison.h>
  /external/chromium_org/v8/src/
bootstrapper.cc 176 // Poison for sloppy generator function arguments/callee.
1249 Handle<JSFunction> poison = GetStrictPoisonFunction(); local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Makefile 217 LIB_H += util/include/linux/poison.h
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 

Completed in 1737 milliseconds