| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_libignore.cpp | 26 if (count_ >= kMaxLibs) { in AddIgnoredLibrary() 31 Lib *lib = &libs_[count_++]; in AddIgnoredLibrary() 44 for (uptr i = 0; i < count_; i++) { in OnLibraryLoaded() 55 for (uptr i = 0; i < count_; i++) { in OnLibraryLoaded()
|
| H A D | sanitizer_allocator_primary32.h | 80 count_ = count; in SetFromArray() 84 uptr Count() const { return count_; } in Count() 85 void Clear() { count_ = 0; } in Clear() 87 batch_[count_++] = ptr; in Add() 88 DCHECK_LE(count_, kMaxNumCached); in Add() 106 uptr count_;
|
| H A D | sanitizer_libignore.h | 81 uptr count_; variable
|
| H A D | sanitizer_syscalls_netbsd.inc | 666 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_) { 1302 (long long fd_, void *buf_, long long count_, void *basep_) { 1306 (long long res, long long fd_, void *buf_, long long count_, void *basep_) { 1528 (long long fd_, void *buf_, long long count_, void *basep_) { 1532 (long long res, long long fd_, void *buf_, long long count_, void *basep_) { 2011 (long long res, long long fd_, void *buf_, long long count_) { 2479 POST_SYSCALL(uuidgen)(long long res, void *store_, long long count_) { 2856 PRE_SYSCALL(__getdents30)(long long fd_, void *buf_, long long count_) { [all …]
|
| /freebsd-14.2/contrib/kyua/utils/ |
| H A D | units.cpp | 54 units::bytes::bytes(const uint64_t count_) : in bytes() argument 55 _count(count_) in bytes()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_errors.h | 158 ErrorCallocOverflow(u32 tid, BufferedStackTrace *stack_, uptr count_, in ErrorCallocOverflow() 162 count(count_), in ErrorCallocOverflow() 173 ErrorReallocArrayOverflow(u32 tid, BufferedStackTrace *stack_, uptr count_, in ErrorReallocArrayOverflow() 177 count(count_), in ErrorReallocArrayOverflow()
|
| /freebsd-14.2/contrib/googletest/googletest/test/ |
| H A D | googletest-param-test-test.cc | 809 SeparateInstanceTest() : count_(0) {} in SeparateInstanceTest() 820 int count_; member in SeparateInstanceTest 826 EXPECT_EQ(0, count_++); in TEST_P() 1089 ParameterizedDerivedTest() : count_(0) {} in ParameterizedDerivedTest() 1090 int count_; member in ParameterizedDerivedTest 1100 EXPECT_EQ(0, count_++); in TEST_P()
|
| H A D | gtest_unittest.cc | 5001 TestLifeCycleTest() { count_++; } in TestLifeCycleTest() 5005 ~TestLifeCycleTest() override { count_--; } in ~TestLifeCycleTest() 5008 int count() const { return count_; } in count() 5011 static int count_; member in __anon0e99de180511::TestLifeCycleTest 5014 int TestLifeCycleTest::count_ = 0; member in __anon0e99de180511::TestLifeCycleTest
|