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.h94 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_quarantine.h47 explicit Quarantine(LinkerInitialized)
119 explicit QuarantineCache(LinkerInitialized) {
H A Dsanitizer_libignore.cc21 LibIgnore::LibIgnore(LinkerInitialized) {
H A Dsanitizer_internal_defs.h285 enum LinkerInitialized { LINKER_INITIALIZED = 0 }; enum
H A Dsanitizer_win.cc570 BlockingMutex::BlockingMutex(LinkerInitialized li) {
589 new(this) BlockingMutex((LinkerInitialized)(LINKER_INITIALIZED + 1));
/external/libchrome/base/
H A Dmacros.h76 // explicit MyClass(base::LinkerInitialized x) {}
80 enum LinkerInitialized { LINKER_INITIALIZED }; enum in namespace:base
/external/libweave/third_party/chromium/base/
H A Dmacros.h73 // explicit MyClass(base::LinkerInitialized x) {}
77 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) {}

Completed in 221 milliseconds