| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan_platform.h | 120 ALWAYS_INLINE 123 ALWAYS_INLINE 126 ALWAYS_INLINE 129 ALWAYS_INLINE 132 ALWAYS_INLINE
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_platform.h | 741 ALWAYS_INLINE auto SelectMapping(Arg arg) { in SelectMapping() 885 ALWAYS_INLINE 887 ALWAYS_INLINE 890 ALWAYS_INLINE 892 ALWAYS_INLINE 895 ALWAYS_INLINE 897 ALWAYS_INLINE 900 ALWAYS_INLINE 902 ALWAYS_INLINE 905 ALWAYS_INLINE [all …]
|
| H A D | tsan_interface.inc | 93 ALWAYS_INLINE USED void __tsan_unaligned_read2(const void *addr) { 97 ALWAYS_INLINE USED void __tsan_unaligned_read4(const void *addr) { 101 ALWAYS_INLINE USED void __tsan_unaligned_read8(const void *addr) { 105 ALWAYS_INLINE USED void __tsan_unaligned_write2(void *addr) { 109 ALWAYS_INLINE USED void __tsan_unaligned_write4(void *addr) { 113 ALWAYS_INLINE USED void __tsan_unaligned_write8(void *addr) {
|
| H A D | tsan_rtl.h | 388 ALWAYS_INLINE Flags *flags() { in flags() 538 ALWAYS_INLINE 609 uptr ALWAYS_INLINE HeapEnd() { in HeapEnd() 633 ALWAYS_INLINE 647 ALWAYS_INLINE 675 ALWAYS_INLINE void ProcessPendingSignals(ThreadState *thr) { in ProcessPendingSignals() 682 ALWAYS_INLINE 702 ALWAYS_INLINE WARN_UNUSED_RESULT bool TraceAcquire(ThreadState *thr, in TraceAcquire() 732 ALWAYS_INLINE void TraceRelease(ThreadState *thr, EventT *evp) { in TraceRelease() 749 ALWAYS_INLINE WARN_UNUSED_RESULT bool TryTraceFunc(ThreadState *thr, [all …]
|
| H A D | tsan_shadow.h | 100 ALWAYS_INLINE 111 ALWAYS_INLINE 181 ALWAYS_INLINE RawShadow LoadShadow(RawShadow *p) { in LoadShadow() 186 ALWAYS_INLINE void StoreShadow(RawShadow *sp, RawShadow s) { in StoreShadow()
|
| H A D | tsan_vector_clock.h | 40 ALWAYS_INLINE Epoch VectorClock::Get(Sid sid) const { in Get() 44 ALWAYS_INLINE void VectorClock::Set(Sid sid, Epoch v) { in Set()
|
| H A D | tsan_rtl_access.cpp | 18 ALWAYS_INLINE USED bool TryTraceMemoryAccess(ThreadState* thr, uptr pc, in TryTraceMemoryAccess() 56 ALWAYS_INLINE 172 ALWAYS_INLINE 194 ALWAYS_INLINE 238 ALWAYS_INLINE 304 ALWAYS_INLINE 420 ALWAYS_INLINE USED void MemoryAccess(ThreadState* thr, uptr pc, uptr addr, in MemoryAccess() 454 ALWAYS_INLINE USED void MemoryAccess16(ThreadState* thr, uptr pc, uptr addr, in MemoryAccess16() 490 ALWAYS_INLINE USED void UnalignedMemoryAccess(ThreadState* thr, uptr pc, in UnalignedMemoryAccess() 653 ALWAYS_INLINE
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/ |
| H A D | DD.h | 22 static __inline ALWAYS_INLINE double local_fabs(double x) { in local_fabs() 28 static __inline ALWAYS_INLINE double high26bits(double x) { in high26bits() 34 static __inline ALWAYS_INLINE int different_sign(double x, double y) { in different_sign()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tysan/ |
| H A D | tysan_platform.h | 82 ALWAYS_INLINE 85 ALWAYS_INLINE 88 ALWAYS_INLINE
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | tsd_shared.h | 32 ALWAYS_INLINE ScopedTSD(ThisT &TSDRegistry) { in ScopedTSD() 87 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, in initThreadMaybe() 136 ALWAYS_INLINE TSD<Allocator> *getTSDAndLock() NO_THREAD_SAFETY_ANALYSIS { in getTSDAndLock() 152 ALWAYS_INLINE uptr *getTlsPtr() const { in getTlsPtr() 163 ALWAYS_INLINE void setCurrentTSD(TSD<Allocator> *CurrentTSD) { in setCurrentTSD() 168 ALWAYS_INLINE TSD<Allocator> *getCurrentTSD() { in getCurrentTSD()
|
| H A D | tsd_exclusive.h | 33 ALWAYS_INLINE ScopedTSD(ThisT &TSDRegistry) { in ScopedTSD() 96 ALWAYS_INLINE void initThreadMaybe(Allocator *Instance, bool MinimalInit) { in initThreadMaybe() 134 ALWAYS_INLINE TSD<Allocator> *
|
| H A D | mutex.h | 50 ALWAYS_INLINE void assertHeld() ASSERT_CAPABILITY(this) { in assertHeld()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_tsc.h | 28 ALWAYS_INLINE uint64_t readTSC(uint8_t &CPU) XRAY_NEVER_INSTRUMENT { in readTSC() 68 ALWAYS_INLINE uint64_t readTSC(uint8_t &CPU) XRAY_NEVER_INSTRUMENT { in readTSC() 98 ALWAYS_INLINE uint64_t readTSC(uint8_t &CPU) XRAY_NEVER_INSTRUMENT { in readTSC()
|
| H A D | xray_x86_64.inc | 20 ALWAYS_INLINE uint64_t readTSC(uint8_t &CPU) XRAY_NEVER_INSTRUMENT {
|
| H A D | xray_powerpc64.inc | 36 ALWAYS_INLINE uint64_t readTSC(uint8_t &CPU) XRAY_NEVER_INSTRUMENT {
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_libc.h | 44 ALWAYS_INLINE void *internal_memcpy(void *dest, const void *src, uptr n) { in internal_memcpy() 47 ALWAYS_INLINE void *internal_memmove(void *dest, const void *src, uptr n) { in internal_memmove() 51 ALWAYS_INLINE void *internal_memset(void *s, int c, uptr n) { in internal_memset()
|
| H A D | sanitizer_mutex.h | 127 ALWAYS_INLINE void Lock() { in Lock() 133 ALWAYS_INLINE void Unlock() { in Unlock() 415 ALWAYS_INLINE explicit GenericScopedRWLock(MutexType *mu, bool write) in GenericScopedRWLock() 424 ALWAYS_INLINE ~GenericScopedRWLock() SANITIZER_RELEASE() { in ~GenericScopedRWLock()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_fake_stack.cpp | 29 ALWAYS_INLINE void SetShadow(uptr ptr, uptr size, uptr class_id, u64 magic) { in SetShadow() 92 ALWAYS_INLINE USED 230 static ALWAYS_INLINE uptr OnMalloc(uptr class_id, uptr size) { in OnMalloc() 243 static ALWAYS_INLINE uptr OnMallocAlways(uptr class_id, uptr size) { in OnMallocAlways() 256 static ALWAYS_INLINE void OnFree(uptr ptr, uptr class_id, uptr size) { in OnFree()
|
| H A D | asan_poisoning.h | 55 ALWAYS_INLINE void FastPoisonShadow(uptr aligned_beg, uptr aligned_size, in FastPoisonShadow() 92 ALWAYS_INLINE void FastPoisonShadowPartialRightRedzone( in FastPoisonShadowPartialRightRedzone()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerPlatform.h | 106 #define ALWAYS_INLINE __attribute__((always_inline)) macro 109 #define ALWAYS_INLINE macro
|
| /freebsd/contrib/ofed/libmlx5/ |
| H A D | cq.c | 347 ALWAYS_INLINE; 363 ALWAYS_INLINE; 401 ALWAYS_INLINE; 423 ALWAYS_INLINE; 466 ALWAYS_INLINE; 515 ALWAYS_INLINE; 700 ALWAYS_INLINE; 712 ALWAYS_INLINE; 731 ALWAYS_INLINE; 794 ALWAYS_INLINE; [all …]
|
| H A D | config.h | 16 #define ALWAYS_INLINE __attribute__ ((__always_inline__)) macro
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | int_lib.h | 36 #define ALWAYS_INLINE __forceinline macro 41 #define ALWAYS_INLINE __attribute__((always_inline)) macro
|
| /freebsd/contrib/ofed/libmlx4/ |
| H A D | cq.c | 202 ALWAYS_INLINE; 234 ALWAYS_INLINE; 372 ALWAYS_INLINE; 382 ALWAYS_INLINE; 421 ALWAYS_INLINE; 435 ALWAYS_INLINE;
|
| H A D | config.h | 11 #define ALWAYS_INLINE __attribute__ ((__always_inline__)) macro
|