HomeSort by: relevance | last modified time | path
    Searched defs:count_ (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
filter_test.cc 22 ++count_;
26 TestReporter() : count_(0) {}
30 size_t GetCount() const { return count_; }
33 mutable size_t count_; member in class:__anon1354::TestReporter
filter_test.cc 22 ++count_;
26 TestReporter() : count_(0) {}
30 size_t GetCount() const { return count_; }
33 mutable size_t count_; member in class:__anon1354::TestReporter
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
filter_test.cc 22 ++count_;
26 TestReporter() : count_(0) {}
30 size_t GetCount() const { return count_; }
33 mutable size_t count_; member in class:__anon3530::TestReporter
filter_test.cc 22 ++count_;
26 TestReporter() : count_(0) {}
30 size_t GetCount() const { return count_; }
33 mutable size_t count_; member in class:__anon3530::TestReporter
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_libignore.h 82 uptr count_; member in class:__sanitizer::LibIgnore
sanitizer_libignore.h 82 uptr count_; member in class:__sanitizer::LibIgnore
sanitizer_allocator_primary32.h 73 count_ = count;
77 uptr Count() const { return count_; }
78 void Clear() { count_ = 0; }
80 batch_[count_++] = ptr;
81 DCHECK_LE(count_, kMaxNumCached);
99 uptr count_; member in struct:SizeClassAllocator32::TransferBatch
sanitizer_allocator_primary32.h 73 count_ = count;
77 uptr Count() const { return count_; }
78 void Clear() { count_ = 0; }
80 batch_[count_++] = ptr;
81 DCHECK_LE(count_, kMaxNumCached);
99 uptr count_; member in struct:SizeClassAllocator32::TransferBatch
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_libignore.h 81 uptr count_; member in class:__sanitizer::LibIgnore
sanitizer_libignore.h 81 uptr count_; member in class:__sanitizer::LibIgnore
sanitizer_allocator_primary32.h 80 count_ = count;
84 uptr Count() const { return count_; }
85 void Clear() { count_ = 0; }
87 batch_[count_++] = ptr;
88 DCHECK_LE(count_, kMaxNumCached);
106 uptr count_; member in struct:SizeClassAllocator32::TransferBatch
sanitizer_allocator_primary32.h 80 count_ = count;
84 uptr Count() const { return count_; }
85 void Clear() { count_ = 0; }
87 batch_[count_++] = ptr;
88 DCHECK_LE(count_, kMaxNumCached);
106 uptr count_; member in struct:SizeClassAllocator32::TransferBatch
  /src/external/gpl3/gcc.old/dist/gcc/
auto-profile.cc 110 edge_info () : count_ (profile_count::zero ().afdo ()), annotated_ (false) {}
113 profile_count get_count () const { return count_; }
114 void set_count (profile_count count) { count_ = count; }
116 profile_count count_; member in class:autofdo::edge_info
genmodes.cc 994 int count_ = printf (" " FMT ",", ARG); \
995 printf ("%*s/* %s */\n", 27 - count_, "", TAG); \
1290 int count_ = printf (" E_%smode,", m->name); local
1291 printf ("%*s/* %s:%d */\n", 27 - count_, "",
auto-profile.cc 110 edge_info () : count_ (profile_count::zero ().afdo ()), annotated_ (false) {}
113 profile_count get_count () const { return count_; }
114 void set_count (profile_count count) { count_ = count; }
116 profile_count count_; member in class:autofdo::edge_info
genmodes.cc 994 int count_ = printf (" " FMT ",", ARG); \
995 printf ("%*s/* %s */\n", 27 - count_, "", TAG); \
1290 int count_ = printf (" E_%smode,", m->name); local
1291 printf ("%*s/* %s:%d */\n", 27 - count_, "",

Completed in 60 milliseconds