Searched defs:__builtin_expect (Results 1 - 1 of 1) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dsystem.h670 /* __builtin_expect(A, B) evaluates to A, but notifies the compiler that
674 #define __builtin_expect(a, b) (a) macro
688 ((void)(__builtin_expect(!(EXPR), 0) ? __builtin_unreachable(), 0 : 0))

Completed in 40 milliseconds