Home
last modified time | relevance | path

Searched defs:DEBUG_RETURN (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Ddebug.h68 #define DEBUG_RETURN(x) do { debug_fatal(__FILE__, __LINE__); return(x); } while(0) macro
91 #define DEBUG_RETURN(x) return(x) macro
/titanic_41/usr/src/lib/libast/common/include/
H A Ddebug.h59 #define DEBUG_RETURN(x) do { debug_fatal(__FILE__, __LINE__); return(x); } while(0) macro
82 #define DEBUG_RETURN(x) return(x) macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Ddebug.h68 #define DEBUG_RETURN(x) do { debug_fatal(__FILE__, __LINE__); return(x); } while(0) macro
91 #define DEBUG_RETURN(x) return(x) macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Ddebug.h68 #define DEBUG_RETURN(x) do { debug_fatal(__FILE__, __LINE__); return(x); } while(0) macro
91 #define DEBUG_RETURN(x) return(x) macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Ddebug.h68 #define DEBUG_RETURN(x) do { debug_fatal(__FILE__, __LINE__); return(x); } while(0) macro
91 #define DEBUG_RETURN(x) return(x) macro