HomeSort by relevance Sort by last modified time
    Searched full:poisoned (Results 1 - 25 of 46) sorted by null

1 2

  /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/lib/asan/output_tests/
clone_test.cc 10 char x[32] = {0}; // Stack gets poisoned.
  /external/linux-tools-perf/util/include/linux/added/
poison.h 53 * Private mappings of hugetlb pages use this poisoned value for
  /external/compiler-rt/lib/asan/
asan_interface.h 77 // addresses in this region is allowed until this region is poisoned again.
105 // Returns true iff addr is poisoned (i.e. 1-byte read/write access to this
asan_poisoning.cc 91 // No need to re-poison memory if it is poisoned already.
asan_thread.cc 62 // and we don't want it to have any poisoned stack.
asan_allocator.cc 17 // The left redzone is always poisoned.
18 // The right redzone is poisoned on malloc, the body is poisoned on free.
549 // This memory is already poisoned, no need to poison it again.
    [all...]
  /external/webkit/Source/WebCore/loader/
CrossOriginPreflightResultCache.cpp 42 static const unsigned maxPreflightCacheTimeoutSeconds = 600; // Should be short enough to minimize the risk of using a poisoned cache after switching to a secure network.
  /external/clang/include/clang/Basic/
IdentifierTable.h 58 bool IsPoisoned : 1; // True if identifier is poisoned.
219 /// setIsPoisoned - Mark this identifier as poisoned. After poisoning, the
229 /// isPoisoned - Return true if this token has been poisoned.
DiagnosticLexKinds.td 321 def err_pp_used_poisoned_id : Error<"attempt to use a poisoned identifier">;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 557 like __LINE__ are flagged NODE_BUILTIN. Poisoned identifiers are
562 applies to __VA_ARGS__ and poisoned identifiers. */
566 #define NODE_POISONED (1 << 1) /* Poisoned identifier. */
    [all...]
system.h 619 preprocessor won't trip on poisoned identifiers that arrive from
621 if rindex is poisoned after this directive is issued and later on
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 564 like __LINE__ are flagged NODE_BUILTIN. Poisoned identifiers are
569 applies to __VA_ARGS__, poisoned identifiers, and -Wc++-compat
574 #define NODE_POISONED (1 << 1) /* Poisoned identifier. */
    [all...]
system.h 691 preprocessor won't trip on poisoned identifiers that arrive from
693 if rindex is poisoned after this directive is issued and later on
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 564 like __LINE__ are flagged NODE_BUILTIN. Poisoned identifiers are
569 applies to __VA_ARGS__, poisoned identifiers, and -Wc++-compat
574 #define NODE_POISONED (1 << 1) /* Poisoned identifier. */
    [all...]
system.h 691 preprocessor won't trip on poisoned identifiers that arrive from
693 if rindex is poisoned after this directive is issued and later on
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 564 like __LINE__ are flagged NODE_BUILTIN. Poisoned identifiers are
569 applies to __VA_ARGS__, poisoned identifiers, and -Wc++-compat
574 #define NODE_POISONED (1 << 1) /* Poisoned identifier. */
    [all...]
system.h 691 preprocessor won't trip on poisoned identifiers that arrive from
693 if rindex is poisoned after this directive is issued and later on
  /external/v8/test/mjsunit/
function-bind.js 267 // Test that .arguments and .caller are poisoned according to the ES5 spec.
  /external/compiler-rt/lib/asan/tests/
asan_interface_test.cc 231 // access previously poisoned memory.
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 522 // If this identifier was poisoned, and if it was not produced from a macro
  /external/kernel-headers/original/linux/
pci_regs.h 396 #define PCI_ERR_UNC_POISON_TLP 0x00001000 /* Poisoned TLP */
  /external/webkit/Source/JavaScriptCore/yarr/
YarrParser.h 112 // a poisoned state. Any following calls to add another character or

Completed in 3417 milliseconds

1 2