Home
last modified time | relevance | path

Searched defs:ALWAYS_INLINE (Results 1 – 5 of 5) sorted by relevance

/external/libunwind/include/
Dcompiler.h41 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
45 # define ALWAYS_INLINE macro
59 # define ALWAYS_INLINE macro
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
Dp_compiler.h122 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
124 # define ALWAYS_INLINE __forceinline macro
126 # define ALWAYS_INLINE INLINE macro
/external/mesa3d/src/gallium/include/pipe/
Dp_compiler.h122 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro
124 # define ALWAYS_INLINE __forceinline macro
126 # define ALWAYS_INLINE INLINE macro
/external/chromium_org/third_party/WebKit/Source/wtf/
DCompiler.h135 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro
137 #define ALWAYS_INLINE __forceinline macro
139 #define ALWAYS_INLINE inline macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h137 # define ALWAYS_INLINE __forceinline macro
150 # define ALWAYS_INLINE inline __attribute__((always_inline)) macro