HomeSort by: relevance | last modified time | path
    Searched defs:__forceinline__ (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_runtime_wrapper.h 187 // __forceinline__' (with no __device__) for definitions of device
188 // functions. Temporarily redefine __forceinline__ to include
190 #pragma push_macro("__forceinline__")
191 #define __forceinline__ __device__ __inline__ __attribute__((always_inline)) macro
223 #pragma pop_macro("__forceinline__")

Completed in 25 milliseconds