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

  /external/clang/lib/Lex/
Preprocessor.cpp 146 // "Poison" __VA_ARGS__, which can only appear in the expansion of a macro.
476 void Preprocessor::PoisonSEHIdentifiers(bool Poison) {
479 Ident__exception_code->setIsPoisoned(Poison);
480 Ident___exception_code->setIsPoisoned(Poison);
481 Ident_GetExceptionCode->setIsPoisoned(Poison);
482 Ident__exception_info->setIsPoisoned(Poison);
483 Ident___exception_info->setIsPoisoned(Poison);
484 Ident_GetExceptionInfo->setIsPoisoned(Poison);
485 Ident__abnormal_termination->setIsPoisoned(Poison);
486 Ident___abnormal_termination->setIsPoisoned(Poison);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 397 // - Need to poison all copies, not just the main thread's one.
750 // poison the first red zone.
753 // poison all other red zones.
766 // Poison the partial redzone at right
771 uint32_t Poison = 0;
773 PoisonShadowPartialRightRedzone((uint8_t*)&Poison, AddressableBytes,
778 Value *PartialPoison = ConstantInt::get(RZTy, Poison);
782 // Poison the full redzone at right.
785 Value *Poison = i == AllocaVec.size() - 1 ? PoisonRight : PoisonMid;
786 IRB.CreateStore(Poison, IRB.CreateIntToPtr(Ptr, RZPtrTy))
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/v8/src/
v8natives.js     [all...]

Completed in 69 milliseconds