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

  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
msan4.go 17 void poison() __attribute__ ((weak));
19 // Poison the stack.
20 void poison() {
41 C.poison()
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
msan4.go 17 void poison() __attribute__ ((weak));
19 // Poison the stack.
20 void poison() {
41 C.poison()
  /external/clang/lib/Lex/
Preprocessor.cpp 115 // "Poison" __VA_ARGS__, which can only appear in the expansion of a macro.
283 llvm::errs() << "\n Poison Reasons: "
579 void Preprocessor::PoisonSEHIdentifiers(bool Poison) {
582 Ident__exception_code->setIsPoisoned(Poison);
583 Ident___exception_code->setIsPoisoned(Poison);
584 Ident_GetExceptionCode->setIsPoisoned(Poison);
585 Ident__exception_info->setIsPoisoned(Poison);
586 Ident___exception_info->setIsPoisoned(Poison);
587 Ident_GetExceptionInfo->setIsPoisoned(Poison);
588 Ident__abnormal_termination->setIsPoisoned(Poison);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 712 // Deploy and poison redzones around dynamic alloca call. To do this, we
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 1593 milliseconds