OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IgnoreObjectResult
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/lsan/
lsan_common.h
110
enum
IgnoreObjectResult
{
161
IgnoreObjectResult
IgnoreObjectLocked(const void *p);
lsan_allocator.cc
201
IgnoreObjectResult
IgnoreObjectLocked(const void *p) {
lsan_common.cc
604
IgnoreObjectResult
res = IgnoreObjectLocked(p);
/external/compiler-rt/lib/asan/
asan_allocator.cc
855
IgnoreObjectResult
IgnoreObjectLocked(const void *p) {
Completed in 816 milliseconds