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

1 2

  /external/qemu/
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/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 49 virtual void setPoisonMemory(bool poison) = 0;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 689 /* As the last action in this file, we poison the identifiers that
714 system.h while doing so. Only poison these tokens if actually
720 #pragma GCC poison calloc strdup
725 #pragma GCC poison malloc realloc
732 #pragma GCC poison strerror
735 #pragma GCC poison ASM_OPEN_PAREN ASM_CLOSE_PAREN \
776 #pragma GCC poison INT_ASM_OP ASM_OUTPUT_EH_REGION_BEG CPP_PREDEFINES \
834 #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \
845 #pragma GCC poison LIBGCC2_DOUBLE_TYPE_SIZE LIBGCC2_WORDS_BIG_ENDIAN \
849 #pragma GCC poison USE_MAPPED_LOCATION GET_ENVIRONMEN
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 689 /* As the last action in this file, we poison the identifiers that
714 system.h while doing so. Only poison these tokens if actually
720 #pragma GCC poison calloc strdup
725 #pragma GCC poison malloc realloc
732 #pragma GCC poison strerror
735 #pragma GCC poison ASM_OPEN_PAREN ASM_CLOSE_PAREN \
776 #pragma GCC poison INT_ASM_OP ASM_OUTPUT_EH_REGION_BEG CPP_PREDEFINES \
834 #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \
845 #pragma GCC poison LIBGCC2_DOUBLE_TYPE_SIZE LIBGCC2_WORDS_BIG_ENDIAN \
849 #pragma GCC poison USE_MAPPED_LOCATION GET_ENVIRONMEN
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 689 /* As the last action in this file, we poison the identifiers that
714 system.h while doing so. Only poison these tokens if actually
720 #pragma GCC poison calloc strdup
725 #pragma GCC poison malloc realloc
732 #pragma GCC poison strerror
735 #pragma GCC poison ASM_OPEN_PAREN ASM_CLOSE_PAREN \
776 #pragma GCC poison INT_ASM_OP ASM_OUTPUT_EH_REGION_BEG CPP_PREDEFINES \
834 #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \
845 #pragma GCC poison LIBGCC2_DOUBLE_TYPE_SIZE LIBGCC2_WORDS_BIG_ENDIAN \
849 #pragma GCC poison USE_MAPPED_LOCATION GET_ENVIRONMEN
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 689 /* As the last action in this file, we poison the identifiers that
714 system.h while doing so. Only poison these tokens if actually
720 #pragma GCC poison calloc strdup
725 #pragma GCC poison malloc realloc
732 #pragma GCC poison strerror
735 #pragma GCC poison ASM_OPEN_PAREN ASM_CLOSE_PAREN \
776 #pragma GCC poison INT_ASM_OP ASM_OUTPUT_EH_REGION_BEG CPP_PREDEFINES \
834 #pragma GCC poison LANG_HOOKS_FUNCTION_MARK LANG_HOOKS_FUNCTION_FREE \
845 #pragma GCC poison LIBGCC2_DOUBLE_TYPE_SIZE LIBGCC2_WORDS_BIG_ENDIAN \
849 #pragma GCC poison USE_MAPPED_LOCATION GET_ENVIRONMEN
    [all...]
  /external/llvm/tools/lli/
RecordingMemoryManager.h 67 void setPoisonMemory(bool poison);
RecordingMemoryManager.cpp 71 void RecordingMemoryManager::setPoisonMemory(bool poison) { llvm_unreachable("Unexpected!"); }
  /bionic/libc/bionic/
malloc_debug_check.cpp 206 static inline void poison(hdr_t* hdr) { function
316 poison(hdr);
  /hardware/ti/omap4xxx/
heaptracker.c 210 static inline void poison(struct hdr *hdr) function
337 poison(hdr);
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 289 // Whether to poison freed memory.
562 void setPoisonMemory(bool poison) {
563 PoisonMemory = poison;
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 92 virtual void setPoisonMemory(bool poison) { Base->setPoisonMemory(poison); }
214 // Tell the memory manager to poison freed memory so that accessing freed
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/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...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/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...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/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...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/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...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/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/kernel-headers/original/linux/
list.h 7 #include <linux/poison.h>
171 * In particular, it means that we can not poison the forward
643 * In particular, it means that we can not poison the forward

Completed in 529 milliseconds

1 2