/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 98 using LegalizeActions::LegalizeAction; 120 /// to free it before using the query. 165 using LegalityPredicate = std::function<bool (const LegalityQuery &)>; 166 using LegalizeMutation = 291 /// for the action (e.g. for WidenScalar) the new type is selected using the 392 using namespace LegalityPredicates; in actionFor() 400 using namespace LegalityPredicates; in actionFor() 408 using namespace LegalityPredicates; in actionFor() 417 using namespace LegalityPredicates; in actionFor() 426 using namespac in actionForTypeWithAnyImm() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
H A D | Graph.h | 28 using NodeId = unsigned; 29 using EdgeId = unsigned; 48 using CostAllocator = typename SolverT::CostAllocator; 51 using RawVector = typename SolverT::RawVector; 52 using RawMatrix = typename SolverT::RawMatrix; 53 using Vector = typename SolverT::Vector; 54 using Matrix = typename SolverT::Matrix; 55 using VectorPtr = typename CostAllocator::VectorPtr; 56 using MatrixPtr = typename CostAllocator::MatrixPtr; 57 using NodeMetadat [all...] |
H A D | CostAllocator.h | 30 using PoolRef = std::shared_ptr<const ValueT>; 88 using EntrySetT = DenseSet<PoolEntry *, PoolEntryDSInfo>; 109 using VectorCostPool = ValuePool<VectorT>; 110 using MatrixCostPool = ValuePool<MatrixT>; 113 using Vector = VectorT; 114 using Matrix = MatrixT; 115 using VectorPtr = typename VectorCostPool::PoolRef; 116 using MatrixPtr = typename MatrixCostPool::PoolRef;
|
/third_party/skia/src/sksl/transform/ |
H A D | SkSLProgramWriter.h | 16 using Program = SkSL::Program; 17 using Expression = SkSL::Expression; 18 using Statement = SkSL::Statement; 19 using ProgramElement = SkSL::ProgramElement; 20 using UniquePtrExpression = std::unique_ptr<SkSL::Expression>; 21 using UniquePtrStatement = std::unique_ptr<SkSL::Statement>;
|
/third_party/node/deps/v8/src/objects/ |
H A D | struct.h | 36 using BodyDescriptor = StructBodyDescriptor; 57 using TorqueGeneratedAccessorPair::getter; 58 using TorqueGeneratedAccessorPair::set_getter; 61 using TorqueGeneratedAccessorPair::set_setter; 62 using TorqueGeneratedAccessorPair::setter; 76 using BodyDescriptor = StructBodyDescriptor; 87 using BodyDescriptor = StructBodyDescriptor;
|
H A D | promise.h | 36 using BodyDescriptor = StructBodyDescriptor; 48 using BodyDescriptor = StructBodyDescriptor; 60 using BodyDescriptor = StructBodyDescriptor; 70 using BodyDescriptor = StructBodyDescriptor; 79 using BodyDescriptor = StructBodyDescriptor; 106 using BodyDescriptor = StructBodyDescriptor;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELF.h | 75 using uintX_t = typename ELFT::uint; 76 using Elf_Ehdr = typename ELFT::Ehdr; 77 using Elf_Shdr = typename ELFT::Shdr; 78 using Elf_Sym = typename ELFT::Sym; 79 using Elf_Dyn = typename ELFT::Dyn; 80 using Elf_Phdr = typename ELFT::Phdr; 81 using Elf_Rel = typename ELFT::Rel; 82 using Elf_Rela = typename ELFT::Rela; 83 using Elf_Relr = typename ELFT::Relr; 84 using Elf_Verde [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInstX8632.h | 28 using Assembler = AssemblerX8632; 29 using AssemblerImmediate = Assembler::Immediate; 30 using TargetLowering = TargetX8632; 32 using RegisterSet = ::Ice::RegX8632; 33 using GPRRegister = RegisterSet::GPRRegister; 34 using ByteRegister = RegisterSet::ByteRegister; 35 using XmmRegister = RegisterSet::XmmRegister; 37 using Cond = CondX86; 38 using BrCond = Cond::BrCond; 39 using CmppsCon [all...] |
H A D | IceInstX8664.h | 28 using Assembler = AssemblerX8664; 29 using AssemblerImmediate = Assembler::Immediate; 30 using TargetLowering = TargetX8664; 32 using RegisterSet = ::Ice::RegX8664; 33 using GPRRegister = RegisterSet::GPRRegister; 34 using ByteRegister = RegisterSet::ByteRegister; 35 using XmmRegister = RegisterSet::XmmRegister; 37 using Cond = CondX86; 38 using BrCond = Cond::BrCond; 39 using CmppsCon [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | PointerUnion.h | 27 using Return = T; 35 /// using Ret = typename PointerUnionTypeSelector<T1, T2, EQ, NE>::Return; 41 using Return = typename PointerUnionTypeSelectorReturn<RET_NE>::Return; 46 using Return = typename PointerUnionTypeSelectorReturn<RET_EQ>::Return; 52 using Return = 84 using type = T; 120 using Base = PointerUnionMembers<Derived, ValTy, I + 1, Types...>; 122 using Base::Base; 129 using Base::operator=; 168 using Firs [all...] |
H A D | SetVector.h | 42 using value_type = T; 43 using key_type = T; 44 using reference = T&; 45 using const_reference = const T&; 46 using set_type = Set; 47 using vector_type = Vector; 48 using iterator = typename vector_type::const_iterator; 49 using const_iterator = typename vector_type::const_iterator; 50 using reverse_iterator = typename vector_type::const_reverse_iterator; 51 using const_reverse_iterato [all...] |
H A D | ilist_node.h | 40 using value_type = typename OptionsT::value_type; 41 using node_base_type = typename OptionsT::node_base_type; 42 using list_base_type = typename OptionsT::list_base_type; 53 using self_iterator = ilist_iterator<OptionsT, false, false>; 54 using const_self_iterator = ilist_iterator<OptionsT, false, true>; 55 using reverse_self_iterator = ilist_iterator<OptionsT, true, false>; 56 using const_reverse_self_iterator = ilist_iterator<OptionsT, true, true>; 93 using node_base_type::isKnownSentinel; 212 using pointer = typename OptionsT::pointer; 213 using const_pointe [all...] |
H A D | ImmutableSet.h | 43 using key_type_ref = typename ImutInfo::key_type_ref; 44 using value_type = typename ImutInfo::value_type; 45 using value_type_ref = typename ImutInfo::value_type_ref; 46 using Factory = ImutAVLFactory<ImutInfo>; 47 using iterator = ImutAVLTreeInOrderIterator<ImutInfo>; 173 /// Nodes are visited using an inorder traversal. 368 using TreeTy = ImutAVLTree<ImutInfo>; 369 using value_type_ref = typename TreeTy::value_type_ref; 370 using key_type_ref = typename TreeTy::key_type_ref; 371 using CacheT [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | conformance_testing_helpers.h | 56 // TODO(calabrese) Investigate using debugging:internal_demangle as a fallback. in NameOfImpl() 96 using result_type = decltype(std::declval<const Fun&>()()); 99 using for_type = std::is_same<ValueType, result_type>; 101 using void_if_true = void; 131 using self = IsEquivalenceClass; 136 using for_type = std::true_type; 142 using self = IsEquivalenceClass; 146 using result_type = typename IsNullaryCallable<Head>::result_type; 151 using for_type = std::is_same<ValueType, result_type>; 174 using typ [all...] |
H A D | span.h | 56 using HasSize = 66 using HasData = 73 using type = typename absl::remove_reference_t<C>::value_type; 78 using type = T; 82 using ElementT = typename ElementType<C>::type; 85 using EnableIfMutable = 113 using type = decltype(testval(std::declval<From>())); 122 using EnableIfConvertibleTo =
|
/third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
H A D | pointer-policies.h | 154 using DefaultMemberCheckingPolicy = 156 using DefaultPersistentCheckingPolicy = 159 using DefaultMemberCheckingPolicy = DisabledCheckingPolicy; 160 using DefaultPersistentCheckingPolicy = DisabledCheckingPolicy; 165 using DefaultCrossThreadPersistentCheckingPolicy = DisabledCheckingPolicy; 198 using DefaultLocationPolicy = KeepLocationPolicy; 200 using DefaultLocationPolicy = IgnoreLocationPolicy; 204 using IsStrongPersistent = std::true_type; 209 using IsStrongPersistent = std::false_type; 214 using IsStrongPersisten [all...] |
/third_party/skia/src/ports/skia_ohos/ |
H A D | FontConfig_ohos.h | 46 using TypefaceSet = std::vector<sk_sp<SkTypeface_OHOS>>; 47 using GenericFamilySet = std::vector<std::unique_ptr<GenericFamily>>; 48 using FallbackSet = std::vector<std::unique_ptr<FallbackInfo>>; 49 using FallbackForMap = SkTHashMap<SkString, FallbackSetPos>; 50 using NamesMap = SkTHashMap<SkString, int>; 51 using Coordinate = SkFontArguments::VariationPosition::Coordinate; 52 using AxisDefinitions = SkTypeface_FreeType::Scanner::AxisDefinitions; 144 using AliasMap = SkTHashMap<SkString, std::vector<AliasInfo>>; 145 using AjdustMap = SkTHashMap<SkString, std::vector<AdjustInfo>>; 146 using VariationMa [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | FaultMaps.h | 62 using FunctionFaultInfos = std::vector<FaultInfo>; 84 using FaultMapVersionType = uint8_t; 85 using Reserved0Type = uint8_t; 86 using Reserved1Type = uint16_t; 87 using NumFunctionsType = uint32_t; 108 using FaultKindType = uint32_t; 109 using FaultingPCOffsetType = uint32_t; 110 using HandlerPCOffsetType = uint32_t; 142 using FunctionAddrType = uint64_t; 143 using NumFaultingPCsTyp [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_split.h | 120 // using absl::ByString; 143 // using absl::ByChar; 153 // using absl::ByChar; 175 // using absl::ByAnyChar; 201 // using absl::ByLength; 209 // using absl::ByLength; 233 using type = Delimiter; 238 using type = ByChar; 242 using type = ByString; 246 using typ [all...] |
/third_party/gn/src/base/numerics/ |
H A D | safe_conversions.h | 84 using SrcType = typename internal::UnderlyingType<Src>::type; in IsValueInRangeForNumericType() 102 using SrcType = typename internal::UnderlyingType<Src>::type; in checked_cast() 118 using std::numeric_limits<T>::max; 124 using std::numeric_limits<T>::lowest; 188 using SrcType = typename UnderlyingType<Src>::type; in saturated_cast() 205 using SrcType = typename UnderlyingType<Src>::type; in strict_cast() 252 using type = T; 322 using internal::as_signed; 323 using internal::as_unsigned; 324 using interna [all...] |
/third_party/node/deps/v8/src/base/ |
H A D | safe_conversions.h | 100 using SrcType = typename internal::UnderlyingType<Src>::type; in IsValueInRangeForNumericType() 117 using SrcType = typename internal::UnderlyingType<Src>::type; in checked_cast() 133 using std::numeric_limits<T>::max; 139 using std::numeric_limits<T>::lowest; 212 using SrcType = typename UnderlyingType<Src>::type; in saturated_cast() 229 using SrcType = typename UnderlyingType<Src>::type; in strict_cast() 276 using type = T; 347 using internal::as_signed; 348 using internal::as_unsigned; 349 using interna [all...] |
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
H A D | safe_conversions.h | 104 using SrcType = typename internal::UnderlyingType<Src>::type; in IsValueInRangeForNumericType() 118 using SrcType = typename internal::UnderlyingType<Src>::type; in checked_cast() 134 using std::numeric_limits<T>::max; 140 using std::numeric_limits<T>::lowest; 217 using SrcType = typename UnderlyingType<Src>::type; in saturated_cast() 233 using SrcType = typename UnderlyingType<Src>::type; in strict_cast() 282 using type = T; 356 using internal::as_signed; 357 using internal::as_unsigned; 358 using interna [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | DDG.h | 26 using DDGNodeBase = DGNode<DDGNode, DDGEdge>; 27 using DDGEdgeBase = DGEdge<DDGNode, DDGEdge>; 28 using DDGBase = DirectedGraph<DDGNode, DDGEdge>; 44 using InstructionListType = SmallVectorImpl<Instruction *>; 172 using PiNodeList = SmallVector<DDGNode *, 4>; 265 using DependenceList = SmallVector<std::unique_ptr<Dependence>, 1>; 291 // queried it is recomputed using @DI. 299 using DDGInfo = DependenceGraphInfo<DDGNode>; 307 using NodeType = DDGNode; 308 using EdgeTyp [all...] |
H A D | DependenceGraphBuilder.h | 30 using BasicBlockListType = SmallVectorImpl<BasicBlock *>; 33 using NodeType = typename GraphType::NodeType; 34 using EdgeType = typename GraphType::EdgeType; 37 using ClassesType = EquivalenceClasses<BasicBlock *>; 38 using NodeListType = SmallVector<NodeType *, 4>; 147 using InstToNodeMap = DenseMap<Instruction *, NodeType *>; 150 using InstToOrdinalMap = DenseMap<Instruction *, size_t>; 151 using NodeToOrdinalMap = DenseMap<NodeType *, size_t>;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | counting_allocator.h | 28 // allocator (in whatever test is using the allocator). This is odd 35 using Allocator = std::allocator<T>; 36 using AllocatorTraits = std::allocator_traits<Allocator>; 37 using value_type = typename AllocatorTraits::value_type; 38 using pointer = typename AllocatorTraits::pointer; 39 using const_pointer = typename AllocatorTraits::const_pointer; 40 using size_type = typename AllocatorTraits::size_type; 41 using difference_type = typename AllocatorTraits::difference_type; 92 using other = CountingAllocator<U>;
|