| /src/contrib/arm-optimized-routines/networking/ |
| H A D | chksum_common.h | 33 #define always_inline __attribute__((always_inline)) macro 44 #define always_inline macro 80 always_inline 110 always_inline
|
| H A D | chksum.c | 12 always_inline
|
| /src/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_checks.h | 39 __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 154 __attribute__((always_inline, nodebug)) static void CheckAddress(uptr p) { in CheckAddress() 167 __attribute__((always_inline, nodebug)) static void CheckAddressSized(uptr p, in CheckAddressSized()
|
| H A D | hwasan_registers.h | 27 __attribute__((always_inline, unused)) static Registers GetRegisters() { in GetRegisters()
|
| /src/contrib/arm-optimized-routines/string/bench/ |
| H A D | memcpy.c | 146 static void inline __attribute ((always_inline)) 170 static void inline __attribute ((always_inline)) 186 static void inline __attribute ((always_inline)) 202 static void inline __attribute ((always_inline)) 218 static void inline __attribute ((always_inline)) 235 static void inline __attribute ((always_inline))
|
| H A D | strlen.c | 117 static void inline __attribute ((always_inline)) 146 static void inline __attribute ((always_inline)) 168 static void inline __attribute ((always_inline)) 191 static void inline __attribute ((always_inline))
|
| H A D | memset.c | 121 static void inline __attribute ((always_inline)) 148 static void inline __attribute ((always_inline)) 164 static void inline __attribute ((always_inline))
|
| /src/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
| H A D | time.h | 18 #define __DEVICE__ static constexpr __attribute__((always_inline, nothrow)) 20 #define __DEVICE__ static __attribute__((always_inline, nothrow))
|
| H A D | cmath | 41 #define __DEVICE__ static constexpr __attribute__((always_inline, nothrow)) 91 #define __DEVICE__ static constexpr __attribute__((always_inline, nothrow))
|
| /src/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_hip_stdlib.h | 20 #define __DEVICE__ static inline __attribute__((always_inline, nothrow)) 22 #define __DEVICE__ static __device__ inline __attribute__((always_inline))
|
| H A D | __clang_cuda_builtin_vars.h | 32 static inline __attribute__((always_inline)) \
|
| H A D | __clang_cuda_math.h | 27 #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.h | 36 #define __DEVICE__ static constexpr __attribute__((always_inline, nothrow)) 38 #define __DEVICE__ static __device__ __inline__ __attribute__((always_inline))
|
| /src/contrib/arm-optimized-routines/networking/aarch64/ |
| H A D | chksum_simd.c | 17 always_inline 39 always_inline
|
| /src/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | definitions.h | 16 #define GWP_ASAN_ALWAYS_INLINE inline __attribute__((always_inline))
|
| /src/sys/contrib/ck/include/gcc/ |
| H A D | ck_cc.h | 66 #define CK_CC_FORCE_INLINE CK_CC_UNUSED __attribute__((always_inline)) inline
|
| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 256 #if __has_attribute(always_inline) 257 #define LLVM_ATTRIBUTE_ALWAYS_INLINE inline __attribute__((always_inline))
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_macros.h | 10 # define JEMALLOC_ALWAYS_INLINE JEMALLOC_ATTR(always_inline) static inline
|
| /src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerPlatform.h | 106 #define ALWAYS_INLINE __attribute__((always_inline))
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticFrontendKinds.td | 285 "always_inline function %1 requires target feature '%2', but would " 290 "always_inline function %1 and its caller %0 have mismatching %2 attributes">; 292 "always_inline function %1 and its caller %0 have mismatching %2 attributes, " 295 "always_inline function %0 has new za state">;
|
| /src/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | int_lib.h | 43 #define ALWAYS_INLINE __attribute__((always_inline))
|
| /src/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingPort.h | 39 #define COMPILER_RT_ALWAYS_INLINE inline __attribute((always_inline))
|
| /src/sys/contrib/zstd/lib/common/ |
| H A D | compiler.h | 29 # define FORCE_INLINE_ATTR __attribute__((always_inline))
|
| /src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | internal_defs.h | 34 #define ALWAYS_INLINE inline __attribute__((always_inline))
|
| /src/sys/contrib/ck/src/ |
| H A D | ck_ht_hash.h | 66 #define FORCE_INLINE inline __attribute__((always_inline))
|