Searched refs:CTOR_RETURN (Results 1 – 3 of 3) sorted by relevance
36 #define CTOR_RETURN(x) return x macro39 #define CTOR_RETURN(x) return macro44 CTOR_RETURN(p); in my_construct()49 CTOR_RETURN(p); in my_destruct()53 CTOR_RETURN_TYPE count_construct ( void *p ) { ++gCounter; CTOR_RETURN(p); } in count_construct()54 CTOR_RETURN_TYPE count_destruct ( void *p ) { --gCounter; CTOR_RETURN(p); } in count_destruct()65 CTOR_RETURN(p); in throw_construct()71 CTOR_RETURN(p); in throw_destruct()
44 #define CTOR_RETURN(x) return x macro47 #define CTOR_RETURN(x) return macro55 CTOR_RETURN(v); in destroy()
34 #define CTOR_RETURN(x) return x macro37 #define CTOR_RETURN(x) return macro42 CTOR_RETURN(p); in my_construct()47 CTOR_RETURN(p); in my_destruct()51 CTOR_RETURN_TYPE count_construct ( void *p ) { ++gCounter; CTOR_RETURN(p); } in count_construct()52 CTOR_RETURN_TYPE count_destruct ( void *p ) { --gCounter; CTOR_RETURN(p); } in count_destruct()63 CTOR_RETURN(p); in throw_construct()69 CTOR_RETURN(p); in throw_destruct()