/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 69 RelocToApply visitELF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitELF() 212 RelocToApply visitCOFF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitCOFF() 235 RelocToApply visitMachO(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitMachO() 249 int64_t getELFAddend(RelocationRef R) { in getELFAddend() 256 uint8_t getLengthMachO64(RelocationRef R) { in getLengthMachO64() 264 RelocToApply visitELF_386_NONE(RelocationRef R) { in visitELF_386_NONE() 270 RelocToApply visitELF_386_32(RelocationRef R, uint64_t Value) { in visitELF_386_32() 274 RelocToApply visitELF_386_PC32(RelocationRef R, uint64_t Value) { in visitELF_386_PC32() 280 RelocToApply visitELF_X86_64_NONE(RelocationRef R) { in visitELF_X86_64_NONE() 283 RelocToApply visitELF_X86_64_64(RelocationRef R, uint64_t Value) { in visitELF_X86_64_64() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 63 uint64_t visitELF(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitELF() 119 int64_t getELFAddend(RelocationRef R) { in getELFAddend() 127 uint64_t visitX86_64(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitX86_64() 143 uint64_t visitAarch64(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitAarch64() 158 uint64_t visitBpf(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitBpf() 169 uint64_t visitMips64(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitMips64() 182 uint64_t visitPPC64(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitPPC64() 193 uint64_t visitSystemz(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitSystemz() 208 uint64_t visitSparc64(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitSparc64() 220 uint64_t visitAmdgpu(uint32_t Rel, RelocationRef R, uint64_t Value) { in visitAmdgpu() [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/include/clang/StaticAnalyzer/Checkers/ |
D | SValExplainer.h | 37 bool isThisObject(const SymbolicRegion *R) { in isThisObject() 56 const MemRegion *R = V.getRegion(); in VisitLocMemRegionVal() local 92 const MemRegion *R = S->getRegion(); in VisitSymbolRegionValue() local 140 std::string VisitSymbolicRegion(const SymbolicRegion *R) { in VisitSymbolicRegion() 148 std::string VisitAllocaRegion(const AllocaRegion *R) { in VisitAllocaRegion() 152 std::string VisitCompoundLiteralRegion(const CompoundLiteralRegion *R) { in VisitCompoundLiteralRegion() 156 std::string VisitStringRegion(const StringRegion *R) { in VisitStringRegion() 160 std::string VisitElementRegion(const ElementRegion *R) { in VisitElementRegion() 174 std::string VisitVarRegion(const VarRegion *R) { in VisitVarRegion() 189 std::string VisitFieldRegion(const FieldRegion *R) { in VisitFieldRegion() [all …]
|
/external/libcxx/test/std/containers/associative/map/map.modifiers/ |
D | emplace.pass.cpp | 31 typedef std::pair<M::iterator, bool> R; in main() typedef 61 typedef std::pair<M::iterator, bool> R; in main() typedef 87 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 | 30 typedef M::iterator R; in main() typedef 59 typedef M::iterator R; in main() typedef 85 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 | 30 typedef M::iterator R; in main() typedef 59 typedef M::iterator R; in main() typedef 85 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 M::iterator R; in main() typedef 57 typedef M::iterator R; in main() typedef 80 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/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/libcxx/test/std/containers/associative/multimap/multimap.ops/ |
D | find.pass.cpp | 31 typedef M::iterator R; in main() typedef 59 typedef M::const_iterator R; in main() typedef 91 typedef M::iterator R; in main() typedef 119 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 | 31 typedef M::iterator R; in main() typedef 61 typedef M::const_iterator R; in main() typedef 95 typedef M::iterator R; in main() typedef 125 typedef M::const_iterator R; in main() typedef 159 typedef M::iterator R; in main() typedef 207 typedef M::iterator R; in main() typedef
|
D | upper_bound.pass.cpp | 31 typedef M::iterator R; in main() typedef 61 typedef M::const_iterator R; in main() typedef 95 typedef M::iterator R; in main() typedef 125 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 | equal_range.pass.cpp | 31 typedef std::pair<M::iterator, M::iterator> R; in main() typedef 68 typedef std::pair<M::const_iterator, M::const_iterator> R; in main() typedef 109 typedef std::pair<M::iterator, M::iterator> R; in main() typedef 146 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
|
/external/libcxx/test/std/containers/associative/multiset/ |
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 209 typedef M::iterator R; in main() typedef
|
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 109 typedef std::pair<M::iterator, M::iterator> R; in main() typedef 146 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 228 typedef std::pair<M::iterator, 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 95 typedef M::iterator R; in main() typedef 125 typedef M::const_iterator R; in main() typedef 161 typedef M::iterator R; in main() typedef 195 typedef 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 95 typedef M::iterator R; in main() typedef 125 typedef M::const_iterator R; in main() typedef 161 typedef M::iterator R; in main() typedef 195 typedef M::iterator R; in main() typedef
|
/external/libcxx/test/std/containers/associative/set/ |
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 289 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 209 typedef M::iterator R; in main() typedef
|
D | upper_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 289 typedef M::iterator R; in main() typedef
|
/external/libcxx/test/std/containers/associative/map/map.ops/ |
D | equal_range.pass.cpp | 31 typedef std::pair<M::iterator, M::iterator> R; in main() typedef 97 typedef std::pair<M::const_iterator, M::const_iterator> R; in main() typedef 168 typedef std::pair<M::iterator, M::iterator> R; in main() typedef 234 typedef std::pair<M::const_iterator, M::const_iterator> R; in main() typedef 305 typedef std::pair<M::iterator, M::iterator> R; in main() typedef 426 typedef std::pair<M::iterator, M::iterator> R; in main() typedef
|
D | upper_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 288 typedef M::iterator R; in main() typedef
|