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

  /external/chromium_org/sql/
connection.cc 498 void Connection::Poison() {
500 DLOG_IF(FATAL, !poisoned_) << "Cannot poison null db";
519 // might be to lock the main database file and poison the header with
521 // Gears "SQLite poison 3" trick).
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 783 // Set up the arguments to our poison/unpoison functions.
786 // Add a call to poison all external globals before the given function starts.
    [all...]

Completed in 139 milliseconds