Home
last modified time | relevance | path

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

123

/src/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
/src/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
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 Dhwasan_registers.h27 __attribute__((always_inline, unused)) static Registers GetRegisters() { in GetRegisters()
/src/contrib/arm-optimized-routines/string/bench/
H A Dmemcpy.c146 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 Dstrlen.c117 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 Dmemset.c121 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 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))
/src/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))
/src/contrib/arm-optimized-routines/networking/aarch64/
H A Dchksum_simd.c17 always_inline
39 always_inline
/src/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Ddefinitions.h16 #define GWP_ASAN_ALWAYS_INLINE inline __attribute__((always_inline))
/src/sys/contrib/ck/include/gcc/
H A Dck_cc.h66 #define CK_CC_FORCE_INLINE CK_CC_UNUSED __attribute__((always_inline)) inline
/src/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))
/src/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h10 # define JEMALLOC_ALWAYS_INLINE JEMALLOC_ATTR(always_inline) static inline
/src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerPlatform.h106 #define ALWAYS_INLINE __attribute__((always_inline))
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td285 "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 Dint_lib.h43 #define ALWAYS_INLINE __attribute__((always_inline))
/src/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h39 #define COMPILER_RT_ALWAYS_INLINE inline __attribute((always_inline))
/src/sys/contrib/zstd/lib/common/
H A Dcompiler.h29 # define FORCE_INLINE_ATTR __attribute__((always_inline))
/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h34 #define ALWAYS_INLINE inline __attribute__((always_inline))
/src/sys/contrib/ck/src/
H A Dck_ht_hash.h66 #define FORCE_INLINE inline __attribute__((always_inline))

123