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

  /external/llvm/lib/Support/
StringRef.cpp 278 bool KeepEmpty) const {
288 if (KeepEmpty || p.first.size() != 0)
293 if (rest.data() != nullptr && (rest.size() != 0 || KeepEmpty))
  /external/clang/tools/scan-build/
scan-build 527 my $KeepEmpty = shift;
540 if (! $KeepEmpty) {
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 504 my $KeepEmpty = shift;
517 if (! $KeepEmpty) {
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 504 my $KeepEmpty = shift;
517 if (! $KeepEmpty) {
    [all...]
  /external/llvm/include/llvm/ADT/
StringRef.h 472 /// If \p KeepEmpty is false, empty strings are not added to \p A. They
475 /// Separator.join(A) == *this if MaxSplit == -1 and KeepEmpty == true
480 /// \param KeepEmpty - True if empty substring should be added.
483 bool KeepEmpty = true) const;

Completed in 264 milliseconds