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

  /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 495 /// If \p KeepEmpty is false, empty strings are not added to \p A. They
498 /// Separator.join(A) == *this if MaxSplit == -1 and KeepEmpty == true
503 /// \param KeepEmpty - True if empty substring should be added.
506 bool KeepEmpty = true) const;
513 /// If \p KeepEmpty is false, empty strings are not added to \p A. They
516 /// Separator.join(A) == *this if MaxSplit == -1 and KeepEmpty == true
521 /// \param KeepEmpty - True if empty substring should be added.
523 bool KeepEmpty = true) const;
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
scan-build 531 my $KeepEmpty = shift;
544 if (! $KeepEmpty) {
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
scan-build 531 my $KeepEmpty = shift;
544 if (! $KeepEmpty) {
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
scan-build 531 my $KeepEmpty = shift;
544 if (! $KeepEmpty) {
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
scan-build 531 my $KeepEmpty = shift;
544 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/clang/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-2629532/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-2658975/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-2690385/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-2629532/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-2658975/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-2690385/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...]

Completed in 56 milliseconds