Searched refs:ALWAYS_INLINE (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_platform.h | 91 ALWAYS_INLINE 98 ALWAYS_INLINE 103 ALWAYS_INLINE 108 ALWAYS_INLINE 115 ALWAYS_INLINE 122 ALWAYS_INLINE 161 ALWAYS_INLINE 166 ALWAYS_INLINE 171 ALWAYS_INLINE 176 ALWAYS_INLINE [all …]
|
| HD | tsan_rtl.h | 140 ALWAYS_INLINE 149 ALWAYS_INLINE 223 static ALWAYS_INLINE 229 static ALWAYS_INLINE bool TwoRangesIntersect(Shadow s1, Shadow s2, in TwoRangesIntersect() 247 u64 ALWAYS_INLINE addr0() const { return (x_ >> kClkBits) & 7; } in addr0() 248 u64 ALWAYS_INLINE size() const { return 1ull << size_log(); } in size() 249 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); } in IsWrite() 250 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() 275 bool ALWAYS_INLINE IsBothReadsOrAtomic(bool kIsWrite, bool kIsAtomic) const { in IsBothReadsOrAtomic() 282 bool ALWAYS_INLINE IsRWNotWeaker(bool kIsWrite, bool kIsAtomic) const { in IsRWNotWeaker() [all …]
|
| HD | tsan_rtl.cc | 531 ALWAYS_INLINE 537 ALWAYS_INLINE 542 ALWAYS_INLINE 548 ALWAYS_INLINE 565 ALWAYS_INLINE 643 ALWAYS_INLINE 662 ALWAYS_INLINE 716 ALWAYS_INLINE 730 ALWAYS_INLINE USED 796 ALWAYS_INLINE USED [all …]
|
| HD | tsan_interceptors.cc | 1938 void ALWAYS_INLINE rtl_generic_sighandler(bool sigact, int sig, in rtl_generic_sighandler()
|
| /NextBSD/contrib/compiler-rt/lib/asan/ |
| HD | asan_fake_stack.cc | 29 ALWAYS_INLINE void SetShadow(uptr ptr, uptr size, uptr class_id, u64 magic) { in SetShadow() 83 ALWAYS_INLINE USED 198 ALWAYS_INLINE uptr OnMalloc(uptr class_id, uptr size) { in OnMalloc() 210 ALWAYS_INLINE void OnFree(uptr ptr, uptr class_id, uptr size) { in OnFree()
|
| HD | asan_poisoning.h | 39 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size, in FastPoisonShadow() 72 ALWAYS_INLINE void FastPoisonShadowPartialRightRedzone( in FastPoisonShadowPartialRightRedzone()
|
| HD | asan_globals.cc | 58 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { in PoisonShadowForGlobal() 62 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones()
|
| HD | asan_stack.h | 32 ALWAYS_INLINE
|
| HD | asan_malloc_mac.cc | 207 void ALWAYS_INLINE free_common(void *context, void *ptr) { in free_common()
|
| HD | asan_mac.cc | 297 ALWAYS_INLINE
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_internal_defs.h | 124 # define ALWAYS_INLINE __forceinline macro 137 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
|
| HD | sanitizer_stacktrace.h | 75 ALWAYS_INLINE
|
| HD | sanitizer_coverage_libcdep.cc | 92 ALWAYS_INLINE
|