Home
last modified time | relevance | path

Searched refs:ALWAYS_INLINE (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_platform.h120 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 Dtsan_platform.h741 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 Dtsan_interface.inc93 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 Dtsan_rtl.h388 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 Dtsan_shadow.h100 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 Dtsan_vector_clock.h40 ALWAYS_INLINE Epoch VectorClock::Get(Sid sid) const { in Get()
44 ALWAYS_INLINE void VectorClock::Set(Sid sid, Epoch v) { in Set()
H A Dtsan_rtl_access.cpp18 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 DDD.h22 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 Dtysan_platform.h82 ALWAYS_INLINE
85 ALWAYS_INLINE
88 ALWAYS_INLINE
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_shared.h32 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 Dtsd_exclusive.h33 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 Dmutex.h50 ALWAYS_INLINE void assertHeld() ASSERT_CAPABILITY(this) { in assertHeld()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_tsc.h28 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 Dxray_x86_64.inc20 ALWAYS_INLINE uint64_t readTSC(uint8_t &CPU) XRAY_NEVER_INSTRUMENT {
H A Dxray_powerpc64.inc36 ALWAYS_INLINE uint64_t readTSC(uint8_t &CPU) XRAY_NEVER_INSTRUMENT {
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.h44 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 Dsanitizer_mutex.h127 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 Dasan_fake_stack.cpp29 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 Dasan_poisoning.h55 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 DFuzzerPlatform.h106 #define ALWAYS_INLINE __attribute__((always_inline)) macro
109 #define ALWAYS_INLINE macro
/freebsd/contrib/ofed/libmlx5/
H A Dcq.c347 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 Dconfig.h16 #define ALWAYS_INLINE __attribute__ ((__always_inline__)) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_lib.h36 #define ALWAYS_INLINE __forceinline macro
41 #define ALWAYS_INLINE __attribute__((always_inline)) macro
/freebsd/contrib/ofed/libmlx4/
H A Dcq.c202 ALWAYS_INLINE;
234 ALWAYS_INLINE;
372 ALWAYS_INLINE;
382 ALWAYS_INLINE;
421 ALWAYS_INLINE;
435 ALWAYS_INLINE;
H A Dconfig.h11 #define ALWAYS_INLINE __attribute__ ((__always_inline__)) macro

12