OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DELETE_STREAM
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
FormattedStream.h
27
///
DELETE_STREAM
- Tell the destructor to delete the held stream.
29
static const bool
DELETE_STREAM
= true;
/external/clang/tools/driver/
cc1as_main.cpp
232
return new formatted_raw_ostream(*Out, formatted_raw_ostream::
DELETE_STREAM
);
Completed in 27 milliseconds