HomeSort by relevance Sort by last modified time
    Searched defs:NEVER_INLINE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/smhasher/src/
Platform.h 14 #define NEVER_INLINE __declspec(noinline)
44 #define NEVER_INLINE __attribute__((noinline))
  /external/chromium_org/third_party/WebKit/Source/wtf/
Compiler.h 142 /* NEVER_INLINE */
144 #ifndef NEVER_INLINE
146 #define NEVER_INLINE __attribute__((__noinline__))
148 #define NEVER_INLINE

Completed in 51 milliseconds