Searched defs:Poison (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Lex/
H A DPreprocessor.cpp108 // "Poison" __VA_ARGS__, which can only appear in the expansion of a macro.
257 llvm::errs() << "\n Poison Reasons: "
539 void Preprocessor::PoisonSEHIdentifiers(bool Poison) { argument
542 Ident__exception_code->setIsPoisoned(Poison);
543 Ident___exception_code->setIsPoisoned(Poison);
544 Ident_GetExceptionCode->setIsPoisoned(Poison);
545 Ident__exception_info->setIsPoisoned(Poison);
546 Ident___exception_info->setIsPoisoned(Poison);
547 Ident_GetExceptionInfo->setIsPoisoned(Poison);
548 Ident__abnormal_termination->setIsPoisoned(Poison);
[all...]
/external/chromium_org/sql/
H A Dconnection.cc524 void Connection::Poison() { function in class:sql::Connection
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1519 // We need to (un)poison n bytes of stack shadow. Poison as many as we can
1535 Value *Poison = ConstantInt::get(StoreTy, DoPoison ? Val : 0); local
1536 IRB.CreateStore(Poison, IRB.CreateIntToPtr(Ptr, StoreTy->getPointerTo()));
1681 // Poison the stack redzones at the entry.

Completed in 109 milliseconds