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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h 235 #ifndef DECLSPEC_NOINLINE
237 #define DECLSPEC_NOINLINE __declspec(noinline)
239 #define DECLSPEC_NOINLINE __attribute__((noinline))
241 #define DECLSPEC_NOINLINE
243 #endif /* DECLSPEC_NOINLINE */
winnt.h 219 #ifndef DECLSPEC_NOINLINE
221 #define DECLSPEC_NOINLINE __declspec(noinline)
223 #define DECLSPEC_NOINLINE __attribute__((noinline))
225 #define DECLSPEC_NOINLINE
227 #endif /* DECLSPEC_NOINLINE */
    [all...]

Completed in 68 milliseconds