HomeSort by relevance Sort by last modified time
    Searched refs:CTOR_RETURN (Results 1 - 3 of 3) sorted by null

  /ndk/sources/cxx-stl/gabi++/tests/
test_vector2.cpp 36 #define CTOR_RETURN(x) return x
39 #define CTOR_RETURN(x) return
44 CTOR_RETURN(p);
49 CTOR_RETURN(p);
53 CTOR_RETURN_TYPE count_construct ( void *p ) { ++gCounter; CTOR_RETURN(p); }
54 CTOR_RETURN_TYPE count_destruct ( void *p ) { --gCounter; CTOR_RETURN(p); }
65 CTOR_RETURN(p);
71 CTOR_RETURN(p);
test_vector3.cpp 44 #define CTOR_RETURN(x) return x
47 #define CTOR_RETURN(x) return
55 CTOR_RETURN(v);
test_vector1.cpp 34 #define CTOR_RETURN(x) return x
37 #define CTOR_RETURN(x) return
42 CTOR_RETURN(p);
47 CTOR_RETURN(p);
51 CTOR_RETURN_TYPE count_construct ( void *p ) { ++gCounter; CTOR_RETURN(p); }
52 CTOR_RETURN_TYPE count_destruct ( void *p ) { --gCounter; CTOR_RETURN(p); }
63 CTOR_RETURN(p);
69 CTOR_RETURN(p);

Completed in 46 milliseconds