Home
last modified time | relevance | path

Searched refs:__safe_cmp (Results 1 – 1 of 1) sorted by relevance

/DragonStub/inc/dragonstub/
H A Dminmax.h25 #define __safe_cmp(x, y) (__typecheck(x, y) && __no_side_effects(x, y)) macro
37 __builtin_choose_expr(__safe_cmp(x, y), __cmp(x, y, op), \