Searched refs:__forceinline (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.h194 template <typename T> static __forceinline T test_then_add(volatile T *p, T d);
197 __forceinline kmp_int32 test_then_add<kmp_int32>(volatile kmp_int32 *p,
205 __forceinline kmp_int64 test_then_add<kmp_int64>(volatile kmp_int64 *p,
213 template <typename T> static __forceinline T test_then_inc_acq(volatile T *p);
216 __forceinline kmp_int32 test_then_inc_acq<kmp_int32>(volatile kmp_int32 *p) {
223 __forceinline kmp_int64 test_then_inc_acq<kmp_int64>(volatile kmp_int64 *p) {
230 template <typename T> static __forceinline T test_then_inc(volatile T *p);
233 __forceinline kmp_int32 test_then_inc<kmp_int32>(volatile kmp_int32 *p) {
240 __forceinline kmp_int64 test_then_inc<kmp_int64>(volatile kmp_int64 *p) {
248 static __forceinline kmp_int3
[all...]
H A Dkmp_threadprivate.cpp31 __forceinline
62 __forceinline
H A Dkmp_csupport.cpp943 static __forceinline void
1241 static __forceinline kmp_dyna_lockseq_t __kmp_map_hint_to_lock(uintptr_t hint) {
2134 static __forceinline void __kmp_init_lock_with_hint(ident_t *loc, void **lock,
2151 static __forceinline void
3204 static __forceinline void
3268 static __forceinline void
3309 static __forceinline int
3334 static __forceinline void
H A Dkmp_lock.cpp80 __forceinline static int
317 __forceinline static int
624 __forceinline static int
1086 is a potential compiler problem with __forceinline. */
1087 __forceinline static int
2232 __forceinline static int
3083 static __forceinline kmp_indirect_lock_t *
H A Dkmp_os.h281 #define __forceinline __inline macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_lib.h38 #define ALWAYS_INLINE __forceinline
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPort.h24 #define COMPILER_RT_ALWAYS_INLINE __forceinline
/freebsd-11-stable/sys/dev/ce/
H A Dtau32-ddk.c46 # ifndef __forceinline
48 # define __forceinline __inline__ __attribute__((always_inline)) macro
50 # define __forceinline __inline__ macro
138 unsigned char BC6Zd3[256];}iOPn3;__forceinline static unsigned bdVLJ3
140 NZbNW4);__forceinline static unsigned RtiEy4(volatile unsigned long*
141 RdZoN,unsigned kKiv65);__forceinline static void AUUSL3(volatile
142 unsigned long*RdZoN,unsigned kKiv65,unsigned vgKFx2);__forceinline
144 unsigned kKiv65,unsigned vgKFx2);__forceinline static unsigned _ozJC4
146 __forceinline static unsigned lmuOy2(unsigned Uya4h,volatile unsigned
165 __noinline static void __fastcall B1Wc_1(kWMzp1*kK4Tl);__forceinline
[all...]
/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_ht_hash.h53 #define FORCE_INLINE __forceinline
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCompiler.h238 #define LLVM_ATTRIBUTE_ALWAYS_INLINE __forceinline
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h210 # define ALWAYS_INLINE __forceinline
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h106 /* use __forceinline (VC++ specific) */
107 #define ITT_INLINE __forceinline
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Dxxhash.c79 # define FORCE_INLINE __forceinline
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h116 /* use __forceinline (VC++ specific) */
117 #define ITT_INLINE __forceinline
H A Dittnotify.h182 /* use __forceinline (VC++ specific) */
183 #define ITT_INLINE __forceinline
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h121 /* use __forceinline (VC++ specific) */
122 #define ITT_INLINE __forceinline
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c108 # define FORCE_INLINE static __forceinline
/freebsd-11-stable/contrib/libpcap/
H A Doptimize.c130 static __forceinline int

Completed in 302 milliseconds