Home
last modified time | relevance | path

Searched refs:CTOR_RETURN (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/gabi++/tests/
Dtest_vector2.cpp36 #define CTOR_RETURN(x) return x macro
39 #define CTOR_RETURN(x) return macro
44 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()
Dtest_vector3.cpp44 #define CTOR_RETURN(x) return x macro
47 #define CTOR_RETURN(x) return macro
55 CTOR_RETURN(v); in destroy()
Dtest_vector1.cpp34 #define CTOR_RETURN(x) return x macro
37 #define CTOR_RETURN(x) return macro
42 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()