Searched refs:LinkerInitialized (Results 1 - 13 of 13) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_stats.h45 explicit AsanStats(LinkerInitialized) { }
H A Dasan_allocator.h97 explicit AsanChunkFifoList(LinkerInitialized) { }
H A Dasan_allocator.cc242 explicit Allocator(LinkerInitialized)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h29 explicit LibIgnore(LinkerInitialized);
H A Dsanitizer_mutex.h77 // Windows does not currently support LinkerInitialized
78 explicit BlockingMutex(LinkerInitialized);
80 explicit constexpr BlockingMutex(LinkerInitialized)
H A Dsanitizer_libignore.cc21 LibIgnore::LibIgnore(LinkerInitialized) {
H A Dsanitizer_quarantine.h47 explicit Quarantine(LinkerInitialized)
121 explicit QuarantineCache(LinkerInitialized) {
H A Dsanitizer_internal_defs.h289 enum LinkerInitialized { LINKER_INITIALIZED = 0 }; enum in namespace:__sanitizer
H A Dsanitizer_win.cc651 BlockingMutex::BlockingMutex(LinkerInitialized li) {
670 new(this) BlockingMutex((LinkerInitialized)(LINKER_INITIALIZED + 1));
/external/libchrome/base/
H A Dmacros.h89 // explicit MyClass(base::LinkerInitialized x) {}
93 enum LinkerInitialized { LINKER_INITIALIZED }; enum in namespace:base
/external/regex-re2/re2/
H A Dre2.h207 // explicit MyClass(LinkerInitialized x) {}
210 enum LinkerInitialized { LINKER_INITIALIZED }; enum in namespace:re2
H A Dcompile.cc109 explicit Frag(LinkerInitialized) {}
/external/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp283 explicit Allocator(LinkerInitialized)

Completed in 200 milliseconds