Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DAlwaysInline.h25 #define ALWAYS_INLINE inline __attribute__((__always_inline__)) macro
27 #define ALWAYS_INLINE __forceinline macro
29 #define ALWAYS_INLINE inline macro
/external/valgrind/tsan/
Dts_util.h269 #define ALWAYS_INLINE inline __attribute__ ((always_inline)) macro
271 #define ALWAYS_INLINE __forceinline macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h29 # define ALWAYS_INLINE __declspec(forceinline) macro
39 # define ALWAYS_INLINE __attribute__((always_inline)) macro