Searched refs:__forceinline__ (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h178 // __forceinline__' (with no __device__) for definitions of device
179 // functions. Temporarily redefine __forceinline__ to include
181 #pragma push_macro("__forceinline__")
182 #define __forceinline__ __device__ __inline__ __attribute__((always_inline)) macro
214 #pragma pop_macro("__forceinline__")
H A D__clang_cuda_device_functions.h21 // functions and __forceinline__ helps inlining these wrappers at -O1.
26 #define __DEVICE__ static __device__ __forceinline__

Completed in 116 milliseconds