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

  /external/llvm/lib/Support/
StringRef.cpp 260 bool KeepEmpty) const {
270 if (KeepEmpty || p.first.size() != 0)
275 if (rest.data() != NULL && (rest.size() != 0 || KeepEmpty))
  /external/clang/tools/scan-build/
scan-build 502 my $KeepEmpty = shift;
515 if (! $KeepEmpty) {
    [all...]
  /external/llvm/include/llvm/ADT/
StringRef.h 460 /// If \p KeepEmpty is false, empty strings are not added to \p A. They
463 /// Separator.join(A) == *this if MaxSplit == -1 and KeepEmpty == true
468 /// \param KeepEmpty - True if empty substring should be added.
471 bool KeepEmpty = true) const;

Completed in 125 milliseconds