Searched refs:Poison (Results 1 - 7 of 7) 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.h249 void Poison();
251 // Raze() the database and Poison() the handle. Returns the return
H A Drecovery.cc331 db_->Poison();
H A Dconnection_unittest.cc733 // Test that errors start happening once Poison() is called.
734 TEST_F(SQLConnectionTest, Poison) {
737 // Before the Poison() call, things generally work.
746 // Get a statement which is valid before and will exist across Poison().
753 db().Poison();
755 // After the Poison() call, things fail.
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.
/external/clang/include/clang/Lex/
H A DPreprocessor.h1233 void PoisonSEHIdentifiers(bool Poison = true); // Borland

Completed in 1245 milliseconds