Home
last modified time | relevance | path

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

/third_party/FreeBSD/lib/msun/src/
H A Dmath_private.h326 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval)) macro
328 #define STRICT_ASSIGN(type, lval, rval) do { \ macro

Completed in 3 milliseconds