Searched refs:count_ (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp26 if (count_ >= kMaxLibs) {
31 Lib *lib = &libs_[count_++];
44 for (uptr i = 0; i < count_; i++) {
55 for (uptr i = 0; i < count_; i++) {
H A Dsanitizer_libignore.h81 uptr count_; member in class:__sanitizer::LibIgnore
H A Dsanitizer_allocator_primary32.h80 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
H A Dsanitizer_syscalls_netbsd.inc666 PRE_SYSCALL(readlink)(void *path_, void *buf_, long long count_) {
672 PRE_WRITE(buf_, count_);
676 (long long res, void *path_, void *buf_, long long count_) {
1296 (long long fd_, void *buf_, long long count_, void *basep_) {
1300 (long long res, long long fd_, void *buf_, long long count_, void *basep_) {
1502 (long long fd_, void *buf_, long long count_, void *basep_) {
1506 (long long res, long long fd_, void *buf_, long long count_, void *basep_) {
1981 PRE_SYSCALL(compat_30_getdents)(long long fd_, void *buf_, long long count_) {
1985 (long long res, long long fd_, void *buf_, long long count_) {
2452 PRE_SYSCALL(uuidgen)(void *store_, long long count_) { /* Nothin
[all...]
/freebsd-13-stable/contrib/kyua/utils/
H A Dunits.cpp53 /// \param count_ The amount of bytes in the quantity.
54 units::bytes::bytes(const uint64_t count_) : argument
55 _count(count_)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.h158 ErrorCallocOverflow(u32 tid, BufferedStackTrace *stack_, uptr count_, argument
162 count(count_),
173 ErrorReallocArrayOverflow(u32 tid, BufferedStackTrace *stack_, uptr count_, argument
177 count(count_),
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc806 SeparateInstanceTest() : count_(0) {}
817 int count_; member in class:SeparateInstanceTest
823 EXPECT_EQ(0, count_++);
1067 ParameterizedDerivedTest() : count_(0) { }
1068 int count_; member in class:ParameterizedDerivedTest
1080 EXPECT_EQ(0, count_++);
H A Dgtest_unittest.cc5064 TestLifeCycleTest() { count_++; }
5068 ~TestLifeCycleTest() { count_--; }
5071 int count() const { return count_; }
5074 static int count_; member in class:__anon861::TestLifeCycleTest
5077 int TestLifeCycleTest::count_ = 0; member in class:__anon861::TestLifeCycleTest

Completed in 98 milliseconds