| /third_party/node/deps/v8/include/cppgc/internal/ |
| H A D | pointer-policies.h | 98 using DefaultMemberCheckingPolicy = 100 using DefaultPersistentCheckingPolicy = 103 using DefaultMemberCheckingPolicy = DisabledCheckingPolicy; 104 using DefaultPersistentCheckingPolicy = DisabledCheckingPolicy; 109 using DefaultCrossThreadPersistentCheckingPolicy = DisabledCheckingPolicy; 142 using DefaultLocationPolicy = KeepLocationPolicy; 144 using DefaultLocationPolicy = IgnoreLocationPolicy; 148 using IsStrongPersistent = std::true_type; 153 using IsStrongPersistent = std::false_type; 158 using IsStrongPersisten [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
| H A D | bits.h | 31 // When using a standard library that implements these functions, we use the 112 using std::countl_one; 113 using std::countl_zero; 114 using std::countr_one; 115 using std::countr_zero; 116 using std::popcount; 117 using std::rotl; 118 using std::rotr; 167 using std::bit_ceil; 168 using st [all...] |
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-flags.h | 22 using FlagsBits = base::BitField8<int, 0, 5>; 23 using FastCloneSupportedBit = FlagsBits::Next<bool, 1>; 33 using FlagsBits = base::BitField8<int, 0, 5>; 34 using FastCloneSupportedBit = FlagsBits::Next<bool, 1>; 44 using PretenuredBit = base::BitField8<bool, 0, 1>; 45 using FastNewClosureBit = PretenuredBit::Next<bool, 1>; 84 using LanguageModeBit = base::BitField8<LanguageMode, 0, 1>; 85 using LookupHoistingModeBit = LanguageModeBit::Next<bool, 1>;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | IteratedDominanceFrontier.h | 23 using NodeRef = BasicBlock *; 24 using ChildrenTy = SmallVector<BasicBlock *, 8>; 41 using IDFCalculatorBase = 43 using ChildrenGetterTy = typename IDFCalculatorBase::ChildrenGetterTy; 55 using ForwardIDFCalculator = IDFCalculator<false>; 56 using ReverseIDFCalculator = IDFCalculator<true>; 68 using OrderedNodeTy = in get() 76 using SnapShotBBPairTy = in get()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
| H A D | mock_distributions.h | 83 using MockUniform = random_internal::MockOverloadSet< 109 using MockBernoulli = 133 using MockBeta = 159 using MockExponential = 184 using MockGaussian = 210 using MockLogUniform = random_internal::MockOverloadSet< 234 using MockPoisson = 258 using MockZipf =
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | Module.h | 71 using GlobalListType = SymbolTableList<GlobalVariable>; 73 using FunctionListType = SymbolTableList<Function>; 75 using AliasListType = SymbolTableList<GlobalAlias>; 77 using IFuncListType = SymbolTableList<GlobalIFunc>; 79 using NamedMDListType = ilist<NamedMDNode>; 81 using ComdatSymTabType = StringMap<Comdat>; 84 using global_iterator = GlobalListType::iterator; 86 using const_global_iterator = GlobalListType::const_iterator; 89 using iterator = FunctionListType::iterator; 91 using const_iterato [all...] |
| H A D | CFGDiff.h | 39 // templated / parametrized on using succ_iterator/pred_iterator and false/true 81 using UpdateMapType = SmallDenseMap<NodePtr, SmallVector<NodePtr, 2>>; 159 using DataRef = const GraphDiff<BasicBlock *, InverseGraph> *; 160 using NodeRef = std::pair<DataRef, BasicBlock *>; 162 using ExistingChildIterator = 171 using FilterExistingChildrenIterator = 174 using vec_iterator = SmallVectorImpl<BasicBlock *>::const_iterator; 175 using AddNewChildrenIterator = 177 using ChildIteratorType = 213 using DataRe [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | inlined_vector.h | 44 using IsAtLeastForwardIterator = std::is_convertible< 51 using IsMemcpyOk = 60 using AllocatorTraits = absl::allocator_traits<AllocatorType>; in DestroyElements() 70 using ValueType = typename AllocatorTraits::value_type; in DestroyElements() 127 using AllocatorTraits = absl::allocator_traits<AllocatorType>; 128 using Pointer = typename AllocatorTraits::pointer; 129 using SizeType = typename AllocatorTraits::size_type; 138 using AllocatorTraits = absl::allocator_traits<AllocatorType>; 139 using Pointer = typename AllocatorTraits::pointer; 160 using AllocatorTrait [all...] |
| H A D | common.h | 38 using type = K; 45 using type = key_type; 54 using slot_type = typename PolicyTraits::slot_type; 57 using allocator_type = Alloc; 120 using Base = node_handle_base<PolicyTraits, Alloc>; 123 using value_type = typename PolicyTraits::value_type; 132 using Base::Base; 140 using Base = node_handle_base<PolicyTraits, Alloc>; 141 using slot_type = typename PolicyTraits::slot_type; 144 using key_typ [all...] |
| /third_party/backends/backend/genesys/ |
| H A D | register.h | 44 using GenesysRegister = Register<std::uint8_t>; 69 using RegisterType = Register<Value>; 70 using ContainerType = std::vector<RegisterType>; 71 using iterator = typename ContainerType::iterator; 72 using const_iterator = typename ContainerType::const_iterator; 201 using ContainerType = RegisterContainer<std::uint8_t>; 202 using iterator = typename ContainerType::iterator; 203 using const_iterator = typename ContainerType::const_iterator; 323 using ValueType = Value; 324 using AddressTyp [all...] |
| /third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
| H A D | checked_math.h | 31 using type = T; 58 // A range checked destination type can be supplied using the Dst template 85 // A range checked destination type can be supplied using the Dst template 101 // A range checked destination type can be supplied using the Dst template 227 using Math = typename MathWrapper<M, L, R>::math; in MathOp() 238 using Math = typename MathWrapper<M, T, R>::math; in MathOp() 316 using Math = typename MathWrapper<M, L, R>::math; in CheckMathOp() 363 using internal::CheckAdd; 364 using internal::CheckAnd; 365 using interna [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | ImmutableMap.h | 28 using value_type = const std::pair<T,S>; 29 using value_type_ref = const value_type&; 30 using key_type = const T; 31 using key_type_ref = const T&; 32 using data_type = const S; 33 using data_type_ref = const S&; 64 using value_type = typename ValInfo::value_type; 65 using value_type_ref = typename ValInfo::value_type_ref; 66 using key_type = typename ValInfo::key_type; 67 using key_type_re [all...] |
| /third_party/skia/src/gpu/tessellate/ |
| H A D | Tessellation.h | 24 template<int N> using vec = skvx::Vec<N, float>; 25 using float2 = vec<2>; 26 using float4 = vec<4>; 28 template<int N> using ivec = skvx::Vec<N, int32_t>; 29 using int2 = ivec<2>; 30 using int4 = ivec<4>; 32 template<int N> using uvec = skvx::Vec<N, uint32_t>; 33 using uint2 = uvec<2>; 34 using uint4 = uvec<4>;
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| H A D | ityp_vector.h | 30 using I = UnderlyingType<Index>; 31 using Base = std::vector<Value>; 35 using Base::Base; 36 using Base::operator=; 37 using Base::operator[]; 38 using Base::at; 39 using Base::reserve; 40 using Base::resize; 41 using Base::size;
|
| H A D | ityp_bitset.h | 28 using I = UnderlyingType<Index>; 29 using Base = std::bitset<N>; 55 using Base::all; 56 using Base::any; 57 using Base::count; 58 using Base::none; 59 using Base::size; 109 using Base::to_string; 110 using Base::to_ullong; 111 using Bas [all...] |
| /third_party/gn/src/gn/ |
| H A D | immutable_vector.h | 15 // type T. The in-memory representation is more efficient, only using one 54 using element_type = T; 55 using value_type = std::remove_cv_t<T>; 56 using size_type = std::size_t; 57 using difference_type = std::ptrdiff_t; 58 using pointer = T*; 59 using const_pointer = const T*; 60 using reference = T&; 61 using const_reference = const T&; 62 using iterato [all...] |
| /third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/linux/ |
| H A D | build-docker.sh | 23 . /bin/using.sh # Declare the bash `using` function for configuring toolchains. 26 using clang-10.0.0 28 using gcc-9 57 using cmake-3.17.2 58 using ninja-1.10.0 122 using cmake-3.17.2 123 using ninja-1.10.0 162 using cmake-3.17.2 163 using nd [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/ |
| H A D | build-docker.sh | 23 . /bin/using.sh # Declare the bash `using` function for configuring toolchains. 26 using clang-10.0.0 28 using gcc-9 57 using cmake-3.17.2 58 using ninja-1.10.0 122 using cmake-3.17.2 123 using ninja-1.10.0 162 using cmake-3.17.2 163 using nd [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | OrcABISupport.h | 42 using JITReentryFn = JITTargetAddress (*)(void *CallbackMgr, 121 using IndirectStubsInfo = GenericIndirectStubsInfo<8>; 123 using JITReentryFn = JITTargetAddress (*)(void *CallbackMgr, 155 using IndirectStubsInfo = GenericIndirectStubsInfo<8>; 180 using JITReentryFn = JITTargetAddress (*)(void *CallbackMgr, 196 using JITReentryFn = JITTargetAddress (*)(void *CallbackMgr, 214 using IndirectStubsInfo = GenericIndirectStubsInfo<8>; 216 using JITReentryFn = JITTargetAddress (*)(void *CallbackMgr, 248 using IndirectStubsInfo = GenericIndirectStubsInfo<16>; 250 using JITReentryF [all...] |
| /third_party/spirv-tools/kokoro/scripts/linux/ |
| H A D | build-docker.sh | 28 . /bin/using.sh # Declare the bash `using` function for configuring toolchains. 31 using clang-10.0.0 33 using gcc-9 52 using cmake-3.17.2 53 using ninja-1.10.0 117 using cmake-3.17.2 118 using ninja-1.10.0 158 using cmake-3.17.2 159 using nd [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | instruction-codes.h | 284 using InstructionCode = uint32_t; 290 using ArchOpcodeField = base::BitField<ArchOpcode, 0, 9>; 293 using AddressingModeField = base::BitField<AddressingMode, 9, 5>; 297 using FlagsModeField = base::BitField<FlagsMode, 14, 3>; 298 using FlagsConditionField = base::BitField<FlagsCondition, 17, 5>; 299 using MiscField = base::BitField<int, 22, 10>; 308 using LaneSizeField = base::BitField<int, 22, 8>; 309 using AccessModeField = base::BitField<MemoryAccessMode, 30, 2>; 333 using DeoptImmedArgsCountField = base::BitField<int, 22, 2>; 334 using DeoptFrameStateOffsetFiel [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | pcg_engine.h | 51 using params_type = Params; 52 using mix_type = Mix; 53 using state_type = typename Mix::state_type; 57 using result_type = typename Mix::result_type; 82 // Advance the LCG state, always using the new value to generate the output. in operator ()() 204 using sequence_result_type = typename SeedSequence::result_type; 225 using state_type = __uint128_t; 230 using state_type = absl::uint128; 248 using state_type = __uint128_t; 250 using state_typ [all...] |
| /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/node/deps/v8/src/heap/cppgc/ |
| H A D | marking-worklists.h | 51 using MarkingItem = cppgc::TraceDescriptor; 72 using MarkingWorklist = 74 using NotFullyConstructedWorklist = ExternalMarkingWorklist; 75 using PreviouslyNotFullyConstructedWorklist = 77 using WeakCallbackWorklist = 79 using WriteBarrierWorklist = 81 using ConcurrentMarkingBailoutWorklist = 84 using EphemeronPairsWorklist = 86 using WeakContainersWorklist = ExternalMarkingWorklist; 87 using RetraceMarkedObjectsWorklis [all...] |
| /third_party/skia/third_party/externals/angle2/util/capture/ |
| H A D | frame_capture_test_utils.h | 54 using DecompressCallback = uint8_t *(*)(const std::vector<uint8_t> &); 55 using ValidateSerializedStateCallback = void (*)(const char *, const char *, uint32_t); 57 using SetBinaryDataDecompressCallbackFunc = void (*)(DecompressCallback); 58 using SetBinaryDataDirFunc = void (*)(const char *); 59 using SetupReplayFunc = void (*)(); 60 using ReplayFrameFunc = void (*)(uint32_t); 61 using ResetReplayFunc = void (*)(); 62 using FinishReplayFunc = void (*)(); 63 using GetSerializedContextStateFunc = const char *(*)(uint32_t); 64 using SetValidateSerializedStateCallbackFun [all...] |