/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 70 RelocToApply visitELF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitELF() 205 RelocToApply visitCOFF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitCOFF() 228 RelocToApply visitMachO(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitMachO() 242 int64_t getELFAddend(RelocationRef R) { in getELFAddend() 249 uint8_t getLengthMachO64(RelocationRef R) { in getLengthMachO64() 257 RelocToApply visitELF_386_NONE(RelocationRef R) { in visitELF_386_NONE() 263 RelocToApply visitELF_386_32(RelocationRef R, uint64_t Value) { in visitELF_386_32() 267 RelocToApply visitELF_386_PC32(RelocationRef R, uint64_t Value) { in visitELF_386_PC32() 273 RelocToApply visitELF_X86_64_NONE(RelocationRef R) { in visitELF_X86_64_NONE() 276 RelocToApply visitELF_X86_64_64(RelocationRef R, uint64_t Value) { in visitELF_X86_64_64() [all …]
|
/external/libcxx/test/std/utilities/ratio/ratio.arithmetic/ |
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_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_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/clang/lib/Headers/ |
D | avx512erintrin.h | 31 #define _mm512_exp2a23_round_pd(A, R) __extension__ ({ \ argument 36 #define _mm512_mask_exp2a23_round_pd(S, M, A, R) __extension__ ({ \ argument 41 #define _mm512_maskz_exp2a23_round_pd(M, A, R) __extension__ ({ \ argument 55 #define _mm512_exp2a23_round_ps(A, R) __extension__ ({ \ argument 60 #define _mm512_mask_exp2a23_round_ps(S, M, A, R) __extension__ ({ \ argument 65 #define _mm512_maskz_exp2a23_round_ps(M, A, R) __extension__ ({ \ argument 80 #define _mm512_rsqrt28_round_pd(A, R) __extension__ ({ \ argument 85 #define _mm512_mask_rsqrt28_round_pd(S, M, A, R) __extension__ ({ \ argument 90 #define _mm512_maskz_rsqrt28_round_pd(M, A, R) __extension__ ({ \ argument 104 #define _mm512_rsqrt28_round_ps(A, R) __extension__ ({ \ argument [all …]
|
/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/llvm/include/llvm/IR/ |
D | PatternMatch.h | 88 RTy R; member 103 RTy R; member 117 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) { in m_CombineOr() 123 inline match_combine_and<LTy, RTy> m_CombineAnd(const LTy &L, const RTy &R) { in m_CombineAnd() 394 RHS_t R; member 406 inline AnyBinaryOp_match<LHS, RHS> m_BinOp(const LHS &L, const RHS &R) { in m_BinOp() 417 RHS_t R; member 435 const RHS &R) { in m_Add() 441 const RHS &R) { in m_FAdd() 447 const RHS &R) { in m_Sub() [all …]
|
/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/map/map.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 | 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
|
/external/libcxx/test/std/containers/associative/multimap/multimap.ops/ |
D | equal_range.pass.cpp | 30 typedef std::pair<M::iterator, M::iterator> R; in main() typedef 67 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 188 typedef std::pair<M::iterator, M::iterator> R; in main() typedef 250 typedef std::pair<M::iterator, M::iterator> R; in main() typedef
|
D | upper_bound.pass.cpp | 30 typedef M::iterator R; in main() typedef 60 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 159 typedef M::iterator R; in main() typedef 206 typedef M::iterator R; in main() typedef
|
D | find.pass.cpp | 30 typedef M::iterator R; in main() typedef 58 typedef M::const_iterator R; in main() typedef 90 typedef M::iterator R; in main() typedef 118 typedef M::const_iterator R; in main() typedef 151 typedef M::iterator R; in main() typedef 196 typedef M::iterator R; in main() typedef
|
D | lower_bound.pass.cpp | 30 typedef M::iterator R; in main() typedef 60 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 159 typedef M::iterator R; in main() typedef 207 typedef M::iterator R; in main() typedef
|
/external/libcxx/test/std/containers/associative/map/map.ops/ |
D | lower_bound.pass.cpp | 30 typedef M::iterator R; in main() typedef 79 typedef M::const_iterator R; in main() typedef 133 typedef M::iterator R; in main() typedef 182 typedef M::const_iterator R; in main() typedef 236 typedef M::iterator R; in main() typedef 324 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 | 30 typedef M::iterator R; in main() typedef 63 typedef M::const_iterator R; in main() typedef 101 typedef M::iterator R; in main() typedef 134 typedef M::const_iterator R; in main() typedef 172 typedef M::iterator R; in main() typedef 228 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 | 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
|
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
|
/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 | 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 288 typedef M::iterator R; in main() typedef
|