Home
last modified time | relevance | path

Searched refs:always_inline (Results 1 – 25 of 60) sorted by relevance

123

/freebsd-14.2/contrib/arm-optimized-routines/networking/
H A Dchksum_common.h33 #define always_inline __attribute__((always_inline)) macro
44 #define always_inline macro
80 always_inline
110 always_inline
H A Dchksum.c12 always_inline
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_checks.h39 __attribute__((always_inline)) static void SigTrap(uptr p) { in SigTrap()
89 __attribute__((always_inline)) static void SigTrap(uptr p, uptr size) { in SigTrap()
128 __attribute__((always_inline, nodebug)) static inline uptr ShortTagSize( in ShortTagSize()
141 __attribute__((always_inline, nodebug)) static inline bool
155 __attribute__((always_inline, nodebug)) static void CheckAddress(uptr p) { in CheckAddress()
168 __attribute__((always_inline, nodebug)) static void CheckAddressSized(uptr p, in CheckAddressSized()
H A Dhwasan_registers.h27 __attribute__((always_inline, unused)) static Registers GetRegisters() { in GetRegisters()
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dtime.h18 #define __DEVICE__ static constexpr __attribute__((always_inline, nothrow))
20 #define __DEVICE__ static __attribute__((always_inline, nothrow))
H A Dcmath41 #define __DEVICE__ static constexpr __attribute__((always_inline, nothrow))
91 #define __DEVICE__ static constexpr __attribute__((always_inline, nothrow))
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_stdlib.h20 #define __DEVICE__ static inline __attribute__((always_inline, nothrow))
22 #define __DEVICE__ static __device__ inline __attribute__((always_inline))
H A D__clang_cuda_builtin_vars.h32 static inline __attribute__((always_inline)) \
H A D__clang_cuda_math.h27 #define __DEVICE__ static constexpr __attribute__((always_inline, nothrow))
29 #define __DEVICE__ static __attribute__((always_inline, nothrow))
40 #define __DEVICE_VOID__ static __attribute__((always_inline, nothrow))
H A D__clang_cuda_cmath.h36 #define __DEVICE__ static constexpr __attribute__((always_inline, nothrow))
38 #define __DEVICE__ static __device__ __inline__ __attribute__((always_inline))
H A D__clang_cuda_runtime_wrapper.h192 #define __forceinline__ __device__ __inline__ __attribute__((always_inline))
H A D__clang_cuda_math_forward_declares.h24 static __inline__ __attribute__((always_inline)) __attribute__((device))
/freebsd-14.2/contrib/arm-optimized-routines/networking/aarch64/
H A Dchksum_simd.c17 always_inline
39 always_inline
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Ddefinitions.h16 #define GWP_ASAN_ALWAYS_INLINE inline __attribute__((always_inline))
/freebsd-14.2/sys/contrib/ck/include/gcc/
H A Dck_cc.h66 #define CK_CC_FORCE_INLINE CK_CC_UNUSED __attribute__((always_inline)) inline
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerPlatform.h106 #define ALWAYS_INLINE __attribute__((always_inline))
/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h7 # define JEMALLOC_ALWAYS_INLINE JEMALLOC_ATTR(always_inline) static inline
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h256 #if __has_attribute(always_inline)
257 #define LLVM_ATTRIBUTE_ALWAYS_INLINE inline __attribute__((always_inline))
/freebsd-14.2/sys/contrib/openzfs/module/zstd/lib/common/
H A Dcompiler.h27 # define FORCE_INLINE_ATTR __attribute__((always_inline))
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_lib.h43 #define ALWAYS_INLINE __attribute__((always_inline))
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h39 #define COMPILER_RT_ALWAYS_INLINE inline __attribute((always_inline))
/freebsd-14.2/sys/contrib/zstd/lib/common/
H A Dcompiler.h29 # define FORCE_INLINE_ATTR __attribute__((always_inline))
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h34 #define ALWAYS_INLINE inline __attribute__((always_inline))
/freebsd-14.2/sys/contrib/ck/src/
H A Dck_ht_hash.h66 #define FORCE_INLINE inline __attribute__((always_inline))
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Drange_tree.c154 __attribute__((always_inline)) inline
167 __attribute__((always_inline)) inline
180 __attribute__((always_inline)) inline

123