/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 66 RelocToApply visitELF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitELF() 201 RelocToApply visitCOFF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitCOFF() 224 int64_t getELFAddend32LE(RelocationRef R) { in getELFAddend32LE() 232 int64_t getELFAddend64LE(RelocationRef R) { in getELFAddend64LE() 240 int64_t getELFAddend32BE(RelocationRef R) { in getELFAddend32BE() 248 int64_t getELFAddend64BE(RelocationRef R) { in getELFAddend64BE() 258 RelocToApply visitELF_386_NONE(RelocationRef R) { in visitELF_386_NONE() 264 RelocToApply visitELF_386_32(RelocationRef R, uint64_t Value) { in visitELF_386_32() 269 RelocToApply visitELF_386_PC32(RelocationRef R, uint64_t Value) { in visitELF_386_PC32() 277 RelocToApply visitELF_X86_64_NONE(RelocationRef R) { in visitELF_X86_64_NONE() [all …]
|
/external/libcxx/test/std/utilities/ratio/ratio.arithmetic/ |
D | ratio_subtract.pass.cpp | 19 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
|
D | ratio_add.pass.cpp | 19 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
|
D | ratio_divide.pass.cpp | 19 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
|
D | ratio_multiply.pass.cpp | 19 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
|
/external/bison/lib/ |
D | verify.h | 165 # 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/clang/lib/Headers/ |
D | avx512erintrin.h | 32 #define _mm512_exp2a23_round_pd(A, R) __extension__ ({ \ argument 37 #define _mm512_mask_exp2a23_round_pd(S, M, A, R) __extension__ ({ \ argument 42 #define _mm512_maskz_exp2a23_round_pd(M, A, R) __extension__ ({ \ argument 56 #define _mm512_exp2a23_round_ps(A, R) __extension__ ({ \ argument 61 #define _mm512_mask_exp2a23_round_ps(S, M, A, R) __extension__ ({ \ argument 66 #define _mm512_maskz_exp2a23_round_ps(M, A, R) __extension__ ({ \ argument 81 #define _mm512_rsqrt28_round_pd(A, R) __extension__ ({ \ argument 86 #define _mm512_mask_rsqrt28_round_pd(S, M, A, R) __extension__ ({ \ argument 91 #define _mm512_maskz_rsqrt28_round_pd(M, A, R) __extension__ ({ \ argument 105 #define _mm512_rsqrt28_round_ps(A, R) __extension__ ({ \ argument [all …]
|
/external/libcxx/test/std/containers/associative/map/map.modifiers/ |
D | emplace.pass.cpp | 30 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
|
D | emplace_hint.pass.cpp | 29 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/std/containers/associative/multimap/multimap.modifiers/ |
D | emplace_hint.pass.cpp | 29 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
|
D | emplace.pass.cpp | 29 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/std/containers/associative/multimap/multimap.ops/ |
D | upper_bound.pass.cpp | 29 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
|
D | lower_bound.pass.cpp | 29 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
|
D | find.pass.cpp | 29 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
|
D | equal_range.pass.cpp | 29 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
|
/external/libcxx/test/std/containers/associative/map/map.ops/ |
D | lower_bound.pass.cpp | 29 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
|
D | upper_bound.pass.cpp | 29 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
|
D | find.pass.cpp | 29 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
|
D | equal_range.pass.cpp | 29 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
|
/external/libcxx/test/std/containers/associative/set/ |
D | find.pass.cpp | 29 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
|
D | lower_bound.pass.cpp | 29 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/std/containers/associative/multiset/ |
D | equal_range.pass.cpp | 29 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
|
D | find.pass.cpp | 29 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
|
D | upper_bound.pass.cpp | 29 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
|
D | lower_bound.pass.cpp | 29 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
|