Home
last modified time | relevance | path

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

123

/freebsd/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/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()
/freebsd/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))
/freebsd/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))
/freebsd/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.h31 #define __DEVICE__ static constexpr __attribute__((always_inline, nothrow))
33 #define __DEVICE__ static __attribute__((always_inline, nothrow))
44 #define __DEVICE_VOID__ static __attribute__((always_inline, nothrow))
H A D__clang_spirv_builtins.h27 #define __SPIRV_inline __attribute__((always_inline))
H A D__clang_cuda_cmath.h36 #define __DEVICE__ static constexpr __attribute__((always_inline, nothrow))
38 #define __DEVICE__ static __device__ __inline__ __attribute__((always_inline))
/freebsd/contrib/arm-optimized-routines/networking/aarch64/
H A Dchksum_simd.c17 always_inline
39 always_inline
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DUuidCompatibility.h
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Ddefinitions.h17 #define GWP_ASAN_ALWAYS_INLINE inline __attribute__((always_inline))
/freebsd/contrib/llvm-project/libc/src/__support/threads/linux/
H A Dthread.cpp123 [[gnu::always_inline]] LIBC_INLINE void
147 [[gnu::always_inline]] LIBC_INLINE void
156 [[gnu::always_inline]] LIBC_INLINE uintptr_t get_start_args_addr() { in get_start_args_addr()
/freebsd/sys/contrib/ck/include/gcc/
H A Dck_cc.h66 #define CK_CC_FORCE_INLINE CK_CC_UNUSED __attribute__((always_inline)) inline
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td287 "always_inline function %1 requires target feature '%2', but would "
292 "always_inline function %1 and its caller %0 have mismatching %2 attributes">;
294 "always_inline function %1 and its caller %0 have mismatching %2 attributes, "
297 "always_inline function %0 has new za state">;
299 : Error<"always_inline function %0 has new zt0 state">;
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerPlatform.h106 #define ALWAYS_INLINE __attribute__((always_inline))
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h10 # define JEMALLOC_ALWAYS_INLINE JEMALLOC_ATTR(always_inline) static inline
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h351 #if __has_attribute(always_inline)
352 #define LLVM_ATTRIBUTE_ALWAYS_INLINE inline __attribute__((always_inline))
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_lib.h41 #define ALWAYS_INLINE __attribute__((always_inline))
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h39 #define COMPILER_RT_ALWAYS_INLINE inline __attribute((always_inline))
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h34 #define ALWAYS_INLINE inline __attribute__((always_inline))

123