OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrintStats
(Results
1 - 25
of
36
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
AllocatorBase.h
98
void
PrintStats
() const {}
RecyclingAllocator.h
53
void
PrintStats
() {
54
Allocator.
PrintStats
();
55
Base.
PrintStats
();
Recycler.h
102
void
PrintStats
();
106
void Recycler<T, Size, Align>::
PrintStats
() {
Allocator.h
291
void
PrintStats
() const {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTConsumer.h
136
///
PrintStats
- If desired, print any statistics.
137
virtual void
PrintStats
() {}
/src/external/apache2/llvm/dist/clang/lib/AST/
ExternalASTSource.cpp
61
void ExternalASTSource::
PrintStats
() {}
Stmt.cpp
99
void Stmt::
PrintStats
() {
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_combined.h
177
void
PrintStats
() {
178
primary_.
PrintStats
();
179
secondary_.
PrintStats
();
sanitizer_allocator_secondary.h
251
void
PrintStats
() {
sanitizer_quarantine.h
134
void
PrintStats
() const {
135
// It assumes that the world is stopped, just as the allocator's
PrintStats
.
138
cache_.
PrintStats
();
277
void
PrintStats
() const {
sanitizer_allocator_primary32.h
258
void
PrintStats
() {}
sanitizer_allocator_primary64.h
233
void
PrintStats
(uptr class_id, uptr rss) {
250
void
PrintStats
() {
274
PrintStats
(class_id, rss_stats[class_id]);
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_combined.h
171
void
PrintStats
() {
172
primary_.
PrintStats
();
173
secondary_.
PrintStats
();
sanitizer_allocator_secondary.h
255
void
PrintStats
() {
sanitizer_allocator_primary32.h
270
void
PrintStats
() {}
sanitizer_quarantine.h
128
void
PrintStats
() const {
129
// It assumes that the world is stopped, just as the allocator's
PrintStats
.
132
cache_.
PrintStats
();
272
void
PrintStats
() const {
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_combined.h
171
void
PrintStats
() {
172
primary_.
PrintStats
();
173
secondary_.
PrintStats
();
sanitizer_allocator_secondary.h
255
void
PrintStats
() {
sanitizer_quarantine.h
133
void
PrintStats
() const {
134
// It assumes that the world is stopped, just as the allocator's
PrintStats
.
137
cache_.
PrintStats
();
277
void
PrintStats
() const {
sanitizer_allocator_primary32.h
270
void
PrintStats
() {}
/src/external/apache2/llvm/dist/clang/lib/Basic/
FileManager.cpp
636
void FileManager::
PrintStats
() const {
IdentifierTable.cpp
364
///
PrintStats
- Print statistics about how well the identifier table is doing
366
void IdentifierTable::
PrintStats
() const {
392
HashTable.getAllocator().
PrintStats
();
/src/external/apache2/llvm/dist/clang/lib/Frontend/
MultiplexConsumer.cpp
348
void MultiplexConsumer::
PrintStats
() {
350
Consumer->
PrintStats
();
/src/external/apache2/llvm/dist/clang/lib/Sema/
MultiplexExternalSemaSource.cpp
162
void MultiplexExternalSemaSource::
PrintStats
() {
164
Sources[i]->
PrintStats
();
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerLoop.cpp
323
void Fuzzer::
PrintStats
(const char *Where, const char *End, size_t Units) {
363
Corpus.
PrintStats
();
435
PrintStats
("RELOAD");
443
PrintStats
("pulse ");
611
PrintStats
(Text, "");
790
PrintStats
("INITED");
844
PrintStats
("DONE ", "\n");
Completed in 29 milliseconds
1
2
Indexes created Mon Jun 08 00:24:58 UTC 2026