Home
last modified time | relevance | path

Searched refs:kFreedBit (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h162 static const u64 kFreedBit = 1ull << 63; variable
263 x_ |= kFreedBit; in MarkAsFreed()
267 return x_ & kFreedBit; in IsFreed()
271 bool res = x_ & kFreedBit; in GetFreedAndReset()
272 x_ &= ~kFreedBit; in GetFreedAndReset()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h169 static const u64 kFreedBit = 1ull << 63; variable
270 x_ |= kFreedBit; in MarkAsFreed()
274 return x_ & kFreedBit; in IsFreed()
278 bool res = x_ & kFreedBit; in GetFreedAndReset()
279 x_ &= ~kFreedBit; in GetFreedAndReset()
/external/libabigail/tests/data/test-annotate/
Dtest15-pr18892.so.abi9482 <!-- static const __sanitizer::u64 __tsan::FastState::kFreedBit -->
9483 …<var-decl name='kFreedBit' type-id='type-id-489' visibility='default' filepath='../../.././libsani…
29937 <!-- static const __sanitizer::u64 __tsan::FastState::kFreedBit -->
29938 …<var-decl name='kFreedBit' type-id='type-id-489' visibility='default' filepath='../../.././libsani…
/external/libabigail/tests/data/test-read-dwarf/
Dtest15-pr18892.so.abi5573 …<var-decl name='kFreedBit' type-id='type-id-489' visibility='default' filepath='../../.././libsani…
17556 …<var-decl name='kFreedBit' type-id='type-id-489' visibility='default' filepath='../../.././libsani…