Lines Matching refs:using
175 // Cast the address using a C-style cast. A reinterpret_cast would be
185 using InterceptionCallback = std::function<void(uint64_t)>;
212 // Cast the address using a C-style cast. A reinterpret_cast would be
306 // non-AArch64 functions without using the macroassembler.
358 // Cast the address using a C-style cast. A reinterpret_cast would be
571 // "trivially copyable" by using memcpy. We have to provide alternative
1189 // Advance seed_ using a simple linear congruential generator.
1227 // Advance seed_ using a simple linear congruential generator.
1294 // could do so by using `WriteGenericOperand()` here, but may need to
1315 // could do so by using `WriteGenericOperand()` here, but may need to
2700 // As above, but format as an SVE predicate value, using binary notation with
2921 using local_index_sequence = std::index_sequence<I...>;
2923 using __local_index_sequence_for = std::index_sequence_for<P...>;
2947 using local_index_sequence = emulated_index_sequence<I...>;
2949 using __local_index_sequence_for = emulated_index_sequence_for<P...>;
3135 // non-AArch64 functions without using the macroassembler.
3237 using vixl_uint128_t = std::pair<uint64_t, uint64_t>;
5165 using FormToVisitorFnMap = FormToVisitorFnMapT<Simulator>;