Searched defs:DEBUG_RETURN (Results 1 – 5 of 5) sorted by relevance
68 #define DEBUG_RETURN(x) do { debug_fatal(__FILE__, __LINE__); return(x); } while(0) macro91 #define DEBUG_RETURN(x) return(x) macro
59 #define DEBUG_RETURN(x) do { debug_fatal(__FILE__, __LINE__); return(x); } while(0) macro82 #define DEBUG_RETURN(x) return(x) macro