HomeSort by relevance Sort by last modified time
    Searched refs:LinkerInitialized (Results 1 - 14 of 14) sorted by null

  /external/compiler-rt/lib/asan/
asan_stats.h 45 explicit AsanStats(LinkerInitialized) { }
asan_allocator.h 97 explicit AsanChunkFifoList(LinkerInitialized) { }
asan_allocator.cc 242 explicit Allocator(LinkerInitialized)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libignore.h 29 explicit LibIgnore(LinkerInitialized);
sanitizer_mutex.h 77 // Windows does not currently support LinkerInitialized
78 explicit BlockingMutex(LinkerInitialized);
80 explicit constexpr BlockingMutex(LinkerInitialized)
sanitizer_quarantine.h 47 explicit Quarantine(LinkerInitialized)
121 explicit QuarantineCache(LinkerInitialized) {
sanitizer_libignore.cc 21 LibIgnore::LibIgnore(LinkerInitialized) {
sanitizer_internal_defs.h 289 enum LinkerInitialized { LINKER_INITIALIZED = 0 };
sanitizer_win.cc 651 BlockingMutex::BlockingMutex(LinkerInitialized li) {
670 new(this) BlockingMutex((LinkerInitialized)(LINKER_INITIALIZED + 1));
  /external/libchrome/base/
macros.h 89 // explicit MyClass(base::LinkerInitialized x) {}
93 enum LinkerInitialized { LINKER_INITIALIZED };
  /system/extras/perfprofd/quipper/base/
macros.h 243 // explicit MyClass(base::LinkerInitialized x) {}
247 enum LinkerInitialized { LINKER_INITIALIZED };
  /external/regex-re2/re2/
re2.h 207 // explicit MyClass(LinkerInitialized x) {}
210 enum LinkerInitialized { LINKER_INITIALIZED };
    [all...]
compile.cc 109 explicit Frag(LinkerInitialized) {}
    [all...]
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 283 explicit Allocator(LinkerInitialized)

Completed in 407 milliseconds