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

  /external/llvm/include/llvm/Support/
raw_ostream.h 319 bool UseAtomicWrites;
388 UseAtomicWrites = Value;
  /external/llvm/lib/Support/
raw_ostream.cpp 428 : Error(false), UseAtomicWrites(false), pos(0)
480 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) {
532 if (LLVM_LIKELY(!UseAtomicWrites)) {

Completed in 182 milliseconds