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

  /external/clang/lib/Lex/
Preprocessor.cpp 108 // "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) {
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/
connection.h 249 void Poison();
251 // Raze() the database and Poison() the handle. Returns the return
recovery.cc 112 r->Shutdown(POISON);
134 r->Shutdown(POISON);
298 Shutdown(POISON);
304 Shutdown(POISON);
312 Shutdown(POISON);
319 Shutdown(POISON);
330 } else if (raze == POISON) {
331 db_->Poison();
connection_unittest.cc 733 // 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.
connection.cc 524 void Connection::Poison() {
526 DLOG_IF(FATAL, !poisoned_) << "Cannot poison null db";
545 // might be to lock the main database file and poison the header with
547 // Gears "SQLite poison 3" trick).
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/chromium_org/v8/src/
v8natives.js     [all...]

Completed in 292 milliseconds