Searched refs:Filled (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h61 /// Filled - Indicate whether the buffer has been completely
64 bool Filled; member in class:llvm::circular_raw_ostream
74 if (Filled)
80 Filled = false;
112 Filled(false), Banner(Header) {
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A Dcircular_raw_ostream.cpp34 Filled = true;
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp584 bool Filled = false; local
587 Filled = true;
590 Filled = true;
593 Filled = true;
596 if (Filled) {

Completed in 111 milliseconds