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 306 bool UseAtomicWrites;
375 UseAtomicWrites = Value;
  /external/llvm/lib/Support/
raw_ostream.cpp 421 : Error(false), UseAtomicWrites(false), pos(0)
473 ShouldClose(shouldClose), Error(false), UseAtomicWrites(false) {
525 if (BUILTIN_EXPECT(!UseAtomicWrites, true)) {

Completed in 271 milliseconds