Home
last modified time | relevance | path

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

12345678910>>...32

/external/libcxx/test/utilities/ratio/ratio.arithmetic/
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_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_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
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
/external/llvm/include/llvm/Object/
DRelocVisitor.h175 int64_t getAddend32LE(RelocationRef R) { in getAddend32LE()
183 int64_t getAddend64LE(RelocationRef R) { in getAddend64LE()
191 int64_t getAddend32BE(RelocationRef R) { in getAddend32BE()
199 int64_t getAddend64BE(RelocationRef R) { in getAddend64BE()
209 RelocToApply visitELF_386_NONE(RelocationRef R) { in visitELF_386_NONE()
215 RelocToApply visitELF_386_32(RelocationRef R, uint64_t Value) { in visitELF_386_32()
220 RelocToApply visitELF_386_PC32(RelocationRef R, uint64_t Value, in visitELF_386_PC32()
229 RelocToApply visitELF_X86_64_NONE(RelocationRef R) { in visitELF_X86_64_NONE()
232 RelocToApply visitELF_X86_64_64(RelocationRef R, uint64_t Value) { in visitELF_X86_64_64()
236 RelocToApply visitELF_X86_64_PC32(RelocationRef R, uint64_t Value, in visitELF_X86_64_PC32()
[all …]
/external/bison/lib/
Dverify.h165 # define _GL_VERIFY_TRUE(R, DIAGNOSTIC) \ argument
176 # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ argument
179 # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ argument
185 # define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ argument
199 # define _GL_VERIFY(R, DIAGNOSTIC) \ argument
207 # define _Static_assert(R, DIAGNOSTIC) _GL_VERIFY (R, DIAGNOSTIC) argument
230 # define verify_true(R) _GL_VERIFY_TRUE (R, "verify_true (" #R ")") argument
235 # define verify_expr(R, E) \ argument
241 # define verify(R) _GL_VERIFY (R, "verify (" #R ")") argument
/external/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
/external/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
/external/libcxx/test/containers/associative/multimap/multimap.ops/
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
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
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
/external/libcxx/test/containers/associative/set/
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
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
/external/libcxx/test/containers/associative/map/map.ops/
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
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
287 typedef M::iterator R; in main() typedef
Dequal_range.pass.cpp29 typedef std::pair<M::iterator, M::iterator> R; in main() typedef
95 typedef std::pair<M::const_iterator, M::const_iterator> R; in main() typedef
166 typedef std::pair<M::iterator, M::iterator> R; in main() typedef
232 typedef std::pair<M::const_iterator, M::const_iterator> R; in main() typedef
303 typedef std::pair<M::iterator, M::iterator> R; in main() typedef
372 typedef std::pair<M::iterator, 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
/external/libcxx/test/containers/associative/multiset/
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
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
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

12345678910>>...32