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

  /external/clang/lib/Lex/
Preprocessor.cpp 112 // "Poison" __VA_ARGS__, which can only appear in the expansion of a macro.
280 llvm::errs() << "\n Poison Reasons: "
576 void Preprocessor::PoisonSEHIdentifiers(bool Poison) {
579 Ident__exception_code->setIsPoisoned(Poison);
580 Ident___exception_code->setIsPoisoned(Poison);
581 Ident_GetExceptionCode->setIsPoisoned(Poison);
582 Ident__exception_info->setIsPoisoned(Poison);
583 Ident___exception_info->setIsPoisoned(Poison);
584 Ident_GetExceptionInfo->setIsPoisoned(Poison);
585 Ident__abnormal_termination->setIsPoisoned(Poison);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 663 // Deploy and poison redzones around dynamic alloca call. To do this, we
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
syntax.go 397 // Poison pointer to catch errant uses.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
syntax.go 394 // Poison pointer to catch errant uses.
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
syntax.go 397 // Poison pointer to catch errant uses.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
syntax.go 394 // Poison pointer to catch errant uses.
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]

Completed in 1082 milliseconds