/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | GCMetadata.h | 79 using iterator = std::vector<GCPoint>::iterator; 80 using roots_iterator = std::vector<GCRoot>::iterator; 81 using live_iterator = std::vector<GCRoot>::const_iterator; 112 // using MachineFrameInfo). 123 /// label just prior to the safe point (if the code generator is using 166 using FuncInfoVec = std::vector<std::unique_ptr<GCFunctionInfo>>; 177 using finfo_map_type = DenseMap<const Function *, GCFunctionInfo *>; 181 using iterator = SmallVector<std::unique_ptr<GCStrategy>, 1>::const_iterator;
|
H A D | LiveIntervalUnion.h | 35 using LiveVirtRegBitSet = SparseBitVector<128>; 46 using LiveSegments = IntervalMap<SlotIndex, LiveInterval*>; 52 using SegmentIter = LiveSegments::iterator; 55 using ConstSegmentIter = LiveSegments::const_iterator; 58 using Allocator = LiveSegments::Allocator; 81 using Map = LiveSegments; 99 // Print union, using TRI to translate register names
|
H A D | MachineDominanceFrontier.h | 25 using DomTreeT = DomTreeBase<MachineBasicBlock>; 26 using DomTreeNodeT = DomTreeNodeBase<MachineBasicBlock>; 27 using DomSetType = DominanceFrontierBase<MachineBasicBlock, false>::DomSetType; 28 using iterator = DominanceFrontierBase<MachineBasicBlock, false>::iterator; 29 using const_iterator =
|
H A D | ReachingDefAnalysis.h | 45 using LiveRegsDefInfo = std::vector<int>; 51 using OutRegsInfoMap = SmallVector<LiveRegsDefInfo, 4>; 63 using MBBRegUnitDefs = SmallVector<int, 1>; 65 using MBBDefsInfo = std::vector<MBBRegUnitDefs>; 67 using MBBReachingDefsInfo = SmallVector<MBBDefsInfo, 4>;
|
H A D | ScheduleDAGInstrs.h | 89 using Reg2SUnitsMap = 96 using VReg2SUnitMap = SparseSet<VReg2SUnit, VirtReg2IndexFunctor>; 101 using VReg2SUnitMultiMap = SparseMultiSet<VReg2SUnit, VirtReg2IndexFunctor>; 103 using VReg2SUnitOperIdxMultiMap = 106 using ValueType = PointerUnion<const Value *, const PseudoSourceValue *>; 116 using UnderlyingObjectsVector = SmallVector<UnderlyingObject, 4>; 174 /// Tracks the last instructions in this region using each virtual register. 190 using SUList = std::list<SUnit *>; 243 using DbgValueVector =
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | mutex.h | 113 using Mutex = WrappedMutex; 172 using internal::Mutex; 173 using internal::MutexLock; 174 using internal::ReaderMutexLock; 175 using internal::WriterMutexLock; 176 using internal::MutexLockMaybe;
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGText.h | 34 using INHERITED = SkSVGTransformableNode; 61 using INHERITED = SkSVGTextFragment; 76 using INHERITED = SkSVGTextContainer; 86 using INHERITED = SkSVGTextContainer; 104 using INHERITED = SkSVGTextFragment; 120 using INHERITED = SkSVGTextContainer;
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | iterator.h | 30 // std::unique_ptr managed elements in the vector, behaving like we are using 35 using iterator_category = std::random_access_iterator_tag; 36 using value_type = ValueType; 38 using pointer = value_type*; 39 using reference = value_type&; 40 using difference_type = std::ptrdiff_t; 43 using Uptr = std::unique_ptr<ValueType>; 44 using UptrVector = typename std::conditional<IsConst, const std::vector<Uptr>, 46 using UnderlyingIterator = 176 using iterator_categor [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | iterator.h | 30 // std::unique_ptr managed elements in the vector, behaving like we are using 35 using iterator_category = std::random_access_iterator_tag; 36 using value_type = ValueType; 38 using pointer = value_type*; 39 using reference = value_type&; 40 using difference_type = std::ptrdiff_t; 43 using Uptr = std::unique_ptr<ValueType>; 44 using UptrVector = typename std::conditional<IsConst, const std::vector<Uptr>, 46 using UnderlyingIterator = 176 using iterator_categor [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
H A D | BitstreamReader.h | 90 using word_t = size_t; 370 using SimpleBitstreamCursor::AtEndOfStream; 371 using SimpleBitstreamCursor::canSkipToPos; 372 using SimpleBitstreamCursor::fillCurWord; 373 using SimpleBitstreamCursor::getBitcodeBytes; 374 using SimpleBitstreamCursor::GetCurrentBitNo; 375 using SimpleBitstreamCursor::getCurrentByteNo; 376 using SimpleBitstreamCursor::getPointerToByte; 377 using SimpleBitstreamCursor::JumpToBit; 378 using SimpleBitstreamCurso [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | iterator.h | 30 // std::unique_ptr managed elements in the vector, behaving like we are using 35 using iterator_category = std::random_access_iterator_tag; 36 using value_type = ValueType; 38 using pointer = value_type*; 39 using reference = value_type&; 40 using difference_type = std::ptrdiff_t; 43 using Uptr = std::unique_ptr<ValueType>; 44 using UptrVector = typename std::conditional<IsConst, const std::vector<Uptr>, 46 using UnderlyingIterator = 176 using iterator_categor [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_dsa.h | 23 using DsaKeyPairGenConfig = KeyPairGenConfig<DsaKeyPairParams>; 26 using AdditionalParameters = DsaKeyPairGenConfig; 38 using DsaKeyPairGenJob = KeyGenJob<KeyPairGenTraits<DsaKeyGenTraits>>; 48 using AdditionalParameters = DSAKeyExportConfig; 62 using DSAKeyExportJob = KeyExportJob<DSAKeyExportTraits>;
|
/third_party/node/deps/v8/src/objects/ |
H A D | slots-atomic-inl.h | 74 using difference_type = int; 75 using value_type = Tagged_t; 76 using reference = Reference; 77 using pointer = void*; // Must be present, but should not be used. 78 using iterator_category = std::random_access_iterator_tag;
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | Color.h | 94 using Color = angle::Color<T>; 95 using ColorF = angle::ColorF; 96 using ColorI = angle::ColorI; 97 using ColorUI = angle::ColorUI; 98 using ColorGeneric = angle::ColorGeneric;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldCheckerImpl.h | 20 using IsSymbolValidFunction = 22 using GetSymbolInfoFunction = RuntimeDyldChecker::GetSymbolInfoFunction; 23 using GetSectionInfoFunction = RuntimeDyldChecker::GetSectionInfoFunction; 24 using GetStubInfoFunction = RuntimeDyldChecker::GetStubInfoFunction; 25 using GetGOTInfoFunction = RuntimeDyldChecker::GetGOTInfoFunction;
|
/third_party/skia/src/gpu/ |
H A D | BaseDevice.h | 70 using RescaleGamma = SkImage::RescaleGamma; 71 using RescaleMode = SkImage::RescaleMode; 72 using ReadPixelsCallback = SkImage::ReadPixelsCallback; 73 using ReadPixelsContext = SkImage::ReadPixelsContext; 106 using INHERITED = SkBaseDevice;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
H A D | Symbol.h | 56 using TargetList = SmallVector<Target, 5>; 91 using const_target_iterator = TargetList::const_iterator; 92 using const_target_range = llvm::iterator_range<const_target_iterator>; 95 using const_filtered_target_iterator = 98 using const_filtered_target_range =
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.h | 26 using CellMapType = BitTracker::CellMapType; 27 using RegisterRef = BitTracker::RegisterRef; 28 using RegisterCell = BitTracker::RegisterCell; 29 using BranchTargetList = BitTracker::BranchTargetList; 71 using RegExtMap = DenseMap<unsigned, ExtType>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | Trace.h | 31 using BasicBlockListType = std::vector<BasicBlock *>; 80 using iterator = BasicBlockListType::iterator; 81 using const_iterator = BasicBlockListType::const_iterator; 82 using reverse_iterator = std::reverse_iterator<iterator>; 83 using const_reverse_iterator = std::reverse_iterator<const_iterator>;
|
/test/xts/hats/hdf/external_device_manager/bus_extension_usb/include/ |
H A D | usb_impl_mock.h | 25 using OHOS::HDI::Usb::V1_0::IUsbdBulkCallback; 26 using OHOS::HDI::Usb::V1_0::IUsbdSubscriber; 27 using OHOS::HDI::Usb::V1_0::IUsbInterface; 28 using OHOS::HDI::Usb::V1_0::PortInfo; 29 using OHOS::HDI::Usb::V1_0::UsbCtrlTransfer; 30 using OHOS::HDI::Usb::V1_0::UsbDev; 31 using OHOS::HDI::Usb::V1_0::USBDeviceInfo; 32 using OHOS::HDI::Usb::V1_0::UsbPipe;
|
/third_party/node/deps/v8/src/compiler/ |
H A D | processed-feedback.h | 130 using TransitionGroup = ZoneVector<Handle<Map>>; 218 using SingleValueFeedback::SingleValueFeedback; 224 using SingleValueFeedback::SingleValueFeedback; 230 using SingleValueFeedback::SingleValueFeedback; 236 using SingleValueFeedback::SingleValueFeedback; 242 using SingleValueFeedback::SingleValueFeedback; 248 using SingleValueFeedback::SingleValueFeedback; 253 using SingleValueFeedback::SingleValueFeedback;
|
/third_party/node/deps/v8/include/ |
H A D | v8-value.h | 465 using A = internal::Address; in QuickIsUndefined() 466 using I = internal::Internals; in QuickIsUndefined() 482 using A = internal::Address; in QuickIsNull() 483 using I = internal::Internals; in QuickIsNull() 499 using A = internal::Address; in QuickIsNullOrUndefined() 500 using I = internal::Internals; in QuickIsNullOrUndefined() 517 using A = internal::Address; in QuickIsString() 518 using I = internal::Internals; in QuickIsString()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-value.h | 475 using A = internal::Address; in QuickIsUndefined() 476 using I = internal::Internals; in QuickIsUndefined() 496 using A = internal::Address; in QuickIsNull() 497 using I = internal::Internals; in QuickIsNull() 520 using A = internal::Address; in QuickIsNullOrUndefined() 521 using I = internal::Internals; in QuickIsNullOrUndefined() 539 using A = internal::Address; in QuickIsString() 540 using I = internal::Internals; in QuickIsString()
|
/third_party/skia/src/core/ |
H A D | SkCoreBlitters.h | 26 using INHERITED = SkBlitter; 50 using INHERITED = SkRasterBlitter; 66 using INHERITED = SkRasterBlitter; 93 using INHERITED = SkRasterBlitter; 105 using INHERITED = SkARGB32_Blitter; 117 using INHERITED = SkARGB32_Opaque_Blitter; 141 using INHERITED = SkShaderBlitter; 162 using INHERITED = SkShaderBlitter;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | uniform_int_distribution.h | 60 using unsigned_type = 64 using result_type = IntType; 68 using distribution_type = uniform_int_distribution; 102 "parameterized using an integral type."); 164 using stream_type = in operator <<() 176 using param_type = typename uniform_int_distribution<IntType>::param_type; in operator >>() 177 using result_type = typename uniform_int_distribution<IntType>::result_type; in operator >>() 178 using stream_type = in operator >>() 207 // Generates a uniform variate on [0, Lim) using fixed-point multiplication. in Generate() 247 using helpe in Generate() [all...] |