HomeSort by: relevance | last modified time | path
    Searched defs:__static_cast (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/iscsi/dist/include/
compat.h 66 # ifndef __static_cast
67 # define __static_cast(x,y) (x)y macro
69 #define _DIAGASSERT(e) (__static_cast(void,0))
  /src/sys/sys/
cdefs.h 401 #define __static_cast(x,y) static_cast<x>(y) macro
405 #define __static_cast(x,y) (x)y macro

Completed in 25 milliseconds