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

  /external/llvm/include/llvm/Support/
circular_raw_ostream.h 62 /// Filled - Indicate whether the buffer has been completely
63 /// filled. This helps avoid garbage output.
65 bool Filled;
75 if (Filled)
81 Filled = false;
116 Filled(false),
128 Filled(false),
  /external/llvm/lib/Support/
circular_raw_ostream.cpp 34 Filled = true;

Completed in 2924 milliseconds