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

  /external/swiftshader/third_party/LLVM/lib/Support/
StringExtras.cpp 63 bool KeepEmpty) const {
73 if (p.first.size() != 0 || KeepEmpty)
78 if (rest.data() != NULL && (rest.size() != 0 || KeepEmpty))
  /external/llvm/lib/Support/
StringRef.cpp 285 bool KeepEmpty) const {
298 if (KeepEmpty || Idx > 0)
306 if (KeepEmpty || !S.empty())
311 int MaxSplit, bool KeepEmpty) const {
324 if (KeepEmpty || Idx > 0)
332 if (KeepEmpty || !S.empty())
  /external/llvm/include/llvm/ADT/
StringRef.h 503 /// If \p KeepEmpty is false, empty strings are not added to \p A. They
506 /// Separator.join(A) == *this if MaxSplit == -1 and KeepEmpty == true
511 /// \param KeepEmpty - True if empty substring should be added.
514 bool KeepEmpty = true) const;
521 /// If \p KeepEmpty is false, empty strings are not added to \p A. They
524 /// Separator.join(A) == *this if MaxSplit == -1 and KeepEmpty == true
529 /// \param KeepEmpty - True if empty substring should be added.
531 bool KeepEmpty = true) const;
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringRef.h 403 /// If \arg KeepEmpty is false, empty strings are not added to \arg A. They
406 /// Separator.join(A) == *this if MaxSplit == -1 and KeepEmpty == true
411 /// \param KeepEmpty - True if empty substring should be added.
414 bool KeepEmpty = true) const;
  /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/clang/tools/scan-build/bin/
scan-build 56 KeepEmpty => 0, # Don't remove output directory even with 0 results.
557 my $KeepEmpty = shift;
570 if (! $KeepEmpty) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-build/bin/
scan-build 56 KeepEmpty => 0, # Don't remove output directory even with 0 results.
556 my $KeepEmpty = shift;
569 if (! $KeepEmpty) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3016494/tools/scan-build/bin/
scan-build 56 KeepEmpty => 0, # Don't remove output directory even with 0 results.
557 my $KeepEmpty = shift;
570 if (! $KeepEmpty) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3217047/tools/scan-build/bin/
scan-build 56 KeepEmpty => 0, # Don't remove output directory even with 0 results.
557 my $KeepEmpty = shift;
570 if (! $KeepEmpty) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-build/bin/
scan-build 56 KeepEmpty => 0, # Don't remove output directory even with 0 results.
557 my $KeepEmpty = shift;
570 if (! $KeepEmpty) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/tools/scan-build/bin/
scan-build 56 KeepEmpty => 0, # Don't remove output directory even with 0 results.
557 my $KeepEmpty = shift;
570 if (! $KeepEmpty) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3688880/tools/scan-build/bin/
scan-build 57 KeepEmpty => 0, # Don't remove output directory even with 0 results.
562 my $KeepEmpty = shift;
575 if (! $KeepEmpty) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-build/bin/
scan-build 57 KeepEmpty => 0, # Don't remove output directory even with 0 results.
562 my $KeepEmpty = shift;
575 if (! $KeepEmpty) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2812033/tools/scan-build/bin/
scan-build 56 KeepEmpty => 0, # Don't remove output directory even with 0 results.
556 my $KeepEmpty = shift;
569 if (! $KeepEmpty) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3016494/tools/scan-build/bin/
scan-build 56 KeepEmpty => 0, # Don't remove output directory even with 0 results.
557 my $KeepEmpty = shift;
570 if (! $KeepEmpty) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3217047/tools/scan-build/bin/
scan-build 56 KeepEmpty => 0, # Don't remove output directory even with 0 results.
557 my $KeepEmpty = shift;
570 if (! $KeepEmpty) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-build/bin/
scan-build 56 KeepEmpty => 0, # Don't remove output directory even with 0 results.
557 my $KeepEmpty = shift;
570 if (! $KeepEmpty) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/tools/scan-build/bin/
scan-build 56 KeepEmpty => 0, # Don't remove output directory even with 0 results.
557 my $KeepEmpty = shift;
570 if (! $KeepEmpty) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3688880/tools/scan-build/bin/
scan-build 57 KeepEmpty => 0, # Don't remove output directory even with 0 results.
562 my $KeepEmpty = shift;
575 if (! $KeepEmpty) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/tools/scan-build/bin/
scan-build 57 KeepEmpty => 0, # Don't remove output directory even with 0 results.
562 my $KeepEmpty = shift;
575 if (! $KeepEmpty) {
    [all...]

Completed in 1955 milliseconds