Home
last modified time | relevance | path

Searched defs:R (Results 1 – 25 of 97) sorted by relevance

1234

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.arithmetic/
Dratio_subtract.pass.cpp19 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
25 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
31 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
37 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
43 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
49 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
55 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
61 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
67 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
73 typedef std::ratio_subtract<R1, R2>::type R; in main() typedef
Dratio_add.pass.cpp19 typedef std::ratio_add<R1, R2>::type R; in main() typedef
25 typedef std::ratio_add<R1, R2>::type R; in main() typedef
31 typedef std::ratio_add<R1, R2>::type R; in main() typedef
37 typedef std::ratio_add<R1, R2>::type R; in main() typedef
43 typedef std::ratio_add<R1, R2>::type R; in main() typedef
49 typedef std::ratio_add<R1, R2>::type R; in main() typedef
55 typedef std::ratio_add<R1, R2>::type R; in main() typedef
61 typedef std::ratio_add<R1, R2>::type R; in main() typedef
67 typedef std::ratio_add<R1, R2>::type R; in main() typedef
73 typedef std::ratio_add<R1, R2>::type R; in main() typedef
Dratio_divide.pass.cpp19 typedef std::ratio_divide<R1, R2>::type R; in main() typedef
25 typedef std::ratio_divide<R1, R2>::type R; in main() typedef
31 typedef std::ratio_divide<R1, R2>::type R; in main() typedef
37 typedef std::ratio_divide<R1, R2>::type R; in main() typedef
43 typedef std::ratio_divide<R1, R2>::type R; in main() typedef
49 typedef std::ratio_divide<R1, R2>::type R; in main() typedef
55 typedef std::ratio_divide<R1, R2>::type R; in main() typedef
Dratio_multiply.pass.cpp19 typedef std::ratio_multiply<R1, R2>::type R; in main() typedef
25 typedef std::ratio_multiply<R1, R2>::type R; in main() typedef
31 typedef std::ratio_multiply<R1, R2>::type R; in main() typedef
37 typedef std::ratio_multiply<R1, R2>::type R; in main() typedef
43 typedef std::ratio_multiply<R1, R2>::type R; in main() typedef
49 typedef std::ratio_multiply<R1, R2>::type R; in main() typedef
55 typedef std::ratio_multiply<R1, R2>::type R; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/
Demplace_hint.pass.cpp29 typedef M::iterator R; in main() typedef
58 typedef M::iterator R; in main() typedef
84 typedef M::iterator R; in main() typedef
95 typedef M::iterator R; in main() typedef
124 typedef M::iterator R; in main() typedef
150 typedef M::iterator R; in main() typedef
Demplace.pass.cpp29 typedef M::iterator R; in main() typedef
56 typedef M::iterator R; in main() typedef
79 typedef M::iterator R; in main() typedef
90 typedef M::iterator R; in main() typedef
117 typedef M::iterator R; in main() typedef
140 typedef M::iterator R; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/
Demplace.pass.cpp30 typedef std::pair<M::iterator, bool> R; in main() typedef
60 typedef std::pair<M::iterator, bool> R; in main() typedef
86 typedef std::pair<M::iterator, bool> R; in main() typedef
98 typedef std::pair<M::iterator, bool> R; in main() typedef
128 typedef std::pair<M::iterator, bool> R; in main() typedef
154 typedef std::pair<M::iterator, bool> R; in main() typedef
Demplace_hint.pass.cpp29 typedef M::iterator R; in main() typedef
58 typedef M::iterator R; in main() typedef
84 typedef M::iterator R; in main() typedef
95 typedef M::iterator R; in main() typedef
124 typedef M::iterator R; in main() typedef
150 typedef M::iterator R; in main() typedef
/ndk/sources/host-tools/sed-4.2.1/lib/
Dverify.h127 # define verify_true(R) \ argument
130 # define verify_true(R) \ argument
138 # define verify(R) extern int (* verify_function__ (void)) [verify_true (R)] argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/
Demplace_hint.pass.cpp29 typedef M::iterator R; in main() typedef
47 typedef M::iterator R; in main() typedef
64 typedef M::iterator R; in main() typedef
74 typedef M::iterator R; in main() typedef
Demplace.pass.cpp29 typedef M::iterator R; in main() typedef
47 typedef M::iterator R; in main() typedef
64 typedef M::iterator R; in main() typedef
74 typedef M::iterator R; in main() typedef
Dlower_bound.pass.cpp29 typedef M::iterator R; in main() typedef
59 typedef M::const_iterator R; in main() typedef
94 typedef M::iterator R; in main() typedef
124 typedef M::const_iterator R; in main() typedef
160 typedef M::iterator R; in main() typedef
194 typedef M::iterator R; in main() typedef
Dupper_bound.pass.cpp29 typedef M::iterator R; in main() typedef
59 typedef M::const_iterator R; in main() typedef
94 typedef M::iterator R; in main() typedef
124 typedef M::const_iterator R; in main() typedef
160 typedef M::iterator R; in main() typedef
194 typedef M::iterator R; in main() typedef
Dequal_range.pass.cpp29 typedef std::pair<M::iterator, M::iterator> R; in main() typedef
66 typedef std::pair<M::const_iterator, M::const_iterator> R; in main() typedef
108 typedef std::pair<M::iterator, M::iterator> R; in main() typedef
145 typedef std::pair<M::const_iterator, M::const_iterator> R; in main() typedef
187 typedef std::pair<M::iterator, M::iterator> R; in main() typedef
227 typedef std::pair<M::iterator, M::iterator> R; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/
Demplace.pass.cpp29 typedef std::pair<M::iterator, bool> R; in main() typedef
49 typedef std::pair<M::iterator, bool> R; in main() typedef
69 typedef std::pair<M::iterator, bool> R; in main() typedef
80 typedef std::pair<M::iterator, bool> R; in main() typedef
Demplace_hint.pass.cpp29 typedef M::iterator R; in main() typedef
47 typedef M::iterator R; in main() typedef
64 typedef M::iterator R; in main() typedef
74 typedef M::iterator R; in main() typedef
Dupper_bound.pass.cpp29 typedef M::iterator R; in main() typedef
78 typedef M::const_iterator R; in main() typedef
132 typedef M::iterator R; in main() typedef
181 typedef M::const_iterator R; in main() typedef
235 typedef M::iterator R; in main() typedef
288 typedef M::iterator R; in main() typedef
Dlower_bound.pass.cpp29 typedef M::iterator R; in main() typedef
78 typedef M::const_iterator R; in main() typedef
132 typedef M::iterator R; in main() typedef
181 typedef M::const_iterator R; in main() typedef
235 typedef M::iterator R; in main() typedef
288 typedef M::iterator R; in main() typedef
Dfind.pass.cpp29 typedef M::iterator R; in main() typedef
62 typedef M::const_iterator R; in main() typedef
100 typedef M::iterator R; in main() typedef
133 typedef M::const_iterator R; in main() typedef
171 typedef M::iterator R; in main() typedef
208 typedef M::iterator R; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.ops/
Dfind.pass.cpp29 typedef M::iterator R; in main() typedef
57 typedef M::const_iterator R; in main() typedef
89 typedef M::iterator R; in main() typedef
117 typedef M::const_iterator R; in main() typedef
150 typedef M::iterator R; in main() typedef
182 typedef M::iterator R; in main() typedef
Dlower_bound.pass.cpp29 typedef M::iterator R; in main() typedef
59 typedef M::const_iterator R; in main() typedef
93 typedef M::iterator R; in main() typedef
123 typedef M::const_iterator R; in main() typedef
158 typedef M::iterator R; in main() typedef
191 typedef M::iterator R; in main() typedef
Dupper_bound.pass.cpp29 typedef M::iterator R; in main() typedef
59 typedef M::const_iterator R; in main() typedef
93 typedef M::iterator R; in main() typedef
123 typedef M::const_iterator R; in main() typedef
158 typedef M::iterator R; in main() typedef
191 typedef M::iterator R; in main() typedef
Dequal_range.pass.cpp29 typedef std::pair<M::iterator, M::iterator> R; in main() typedef
66 typedef std::pair<M::const_iterator, M::const_iterator> R; in main() typedef
107 typedef std::pair<M::iterator, M::iterator> R; in main() typedef
144 typedef std::pair<M::const_iterator, M::const_iterator> R; in main() typedef
187 typedef std::pair<M::iterator, M::iterator> R; in main() typedef
227 typedef std::pair<M::iterator, M::iterator> R; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.ops/
Dfind.pass.cpp29 typedef M::iterator R; in main() typedef
62 typedef M::const_iterator R; in main() typedef
100 typedef M::iterator R; in main() typedef
133 typedef M::const_iterator R; in main() typedef
171 typedef M::iterator R; in main() typedef
208 typedef M::iterator R; in main() typedef
Dlower_bound.pass.cpp29 typedef M::iterator R; in main() typedef
78 typedef M::const_iterator R; in main() typedef
132 typedef M::iterator R; in main() typedef
181 typedef M::const_iterator R; in main() typedef
235 typedef M::iterator R; in main() typedef
288 typedef M::iterator R; in main() typedef

1234