/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
H A D | RuntimeDyldChecker.h | 135 using IsSymbolValidFunction = std::function<bool(StringRef Symbol)>; 136 using GetSymbolInfoFunction = 138 using GetSectionInfoFunction = std::function<Expected<MemoryRegionInfo>( 140 using GetStubInfoFunction = std::function<Expected<MemoryRegionInfo>( 142 using GetGOTInfoFunction = std::function<Expected<MemoryRegionInfo>(
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 95 using compile_unit_iterator = 97 using subprogram_iterator = SmallVectorImpl<DISubprogram *>::const_iterator; 98 using global_variable_expression_iterator = 100 using type_iterator = SmallVectorImpl<DIType *>::const_iterator; 101 using scope_iterator = SmallVectorImpl<DIScope *>::const_iterator;
|
H A D | PassInstrumentation.h | 78 using BeforePassFunc = bool(StringRef, Any); 79 using AfterPassFunc = void(StringRef, Any); 80 using AfterPassInvalidatedFunc = void(StringRef); 81 using BeforeAnalysisFunc = void(StringRef, Any); 82 using AfterAnalysisFunc = void(StringRef, Any);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionImport.h | 37 using FunctionsToImportTy = std::unordered_set<GlobalValue::GUID>; 90 using ImportThresholdsTy = 98 using ImportMapTy = StringMap<FunctionsToImportTy>; 101 using ExportSetTy = DenseSet<ValueInfo>; 104 using ModuleLoaderTy = 146 /// Compute all the imports for the given module using the Index. 155 /// Used for distributed builds using a distributed index.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | AssumptionCache.h | 58 using DMI = DenseMapInfo<Value *>; 68 using AffectedValuesMap = 160 using Result = AssumptionCache; 194 using DMI = DenseMapInfo<Value *>; 202 using FunctionCallsMap =
|
H A D | PhiValues.h | 44 using ValueSet = SmallPtrSet<Value *, 4>; 55 /// Notify PhiValues that the cached information using V is no longer valid 74 using PhiSet = SmallPtrSet<const PHINode *, 4>; 75 using ConstValueSet = SmallPtrSet<const Value *, 4>; 123 using Result = PhiValues;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | DbgEntityHistoryCalculator.h | 74 using Entries = SmallVector<Entry, 4>; 75 using InlinedEntity = std::pair<const DINode *, const DILocation *>; 76 using EntriesMap = MapVector<InlinedEntity, Entries>; 106 using InlinedEntity = std::pair<const DINode *, const DILocation *>; 107 using InstrMap = MapVector<InlinedEntity, const MachineInstr *>;
|
H A D | MachineLoopInfo.h | 111 using iterator = LoopInfoBase<MachineBasicBlock, MachineLoop>::iterator; 177 using NodeRef = const MachineLoop *; 178 using ChildIteratorType = MachineLoopInfo::iterator; 186 using NodeRef = MachineLoop *; 187 using ChildIteratorType = MachineLoopInfo::iterator;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | mock_helpers.h | 41 using IdType = ::absl::base_internal::FastTypeIdType; 51 using result_type = ResultT; 52 using discriminator_type = DiscriminatorT; 53 using arg_tuple_type = ArgTupleT; 58 using invoke_mock_t = decltype(std::declval<T*>()->InvokeMock(
|
H A D | mock_overload_set.h | 46 using KeyT = Ret(DistrT, std::tuple<Args...>); 62 using KeyT = Ret(DistrT, std::tuple<Arg, Args...>); 86 using MockSingleOverload<DistrT, Sig>::gmock_Call; 93 using MockSingleOverload<DistrT, FirstSig>::gmock_Call; 94 using MockOverloadSet<DistrT, Rest...>::gmock_Call;
|
H A D | pool_urbg.h | 35 using result_type = T; 72 using unsigned_type = typename make_unsigned_bits<T>::type; 73 using PoolType = RandenPool<unsigned_type>; 74 using SpanType = absl::Span<unsigned_type>; 80 using result_type = T;
|
H A D | distribution_caller.h | 47 using invoke_mock_t = decltype(std::declval<T*>()->InvokeMock( 51 using HasInvokeMock = typename detector<invoke_mock_t, void, URBG>::type; 66 using ResultT = typename DistrT::result_type; in Impl() 67 using ArgTupleT = std::tuple<absl::decay_t<Args>...>; in Impl() 68 using KeyT = ResultT(DistrT, ArgTupleT); in Impl()
|
/third_party/skia/third_party/externals/angle2/include/ |
H A D | angle_cl.h | 28 using ContextErrorCB = void(CL_CALLBACK *)(const char *errinfo, 33 using MemoryCB = void(CL_CALLBACK *)(cl_mem memobj, void *user_data); 34 using ProgramCB = void(CL_CALLBACK *)(cl_program program, void *user_data); 35 using EventCB = void(CL_CALLBACK *)(cl_event event, cl_int event_command_status, void *user_data); 36 using UserFunc = void(CL_CALLBACK *)(void *args);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | ResourceManager11.h | 51 using InputElementArray = WrappedArray<D3D11_INPUT_ELEMENT_DESC>; 52 using ShaderData = WrappedArray<uint8_t>; 100 using Value = D3D11TYPE; \ 108 using Value = DESCTYPE; \ 116 using Value = INITDATATYPE; \ 129 using Get##NAME = typename NAME<Param>::Value; 169 using GetDescFromD3D11 = GetDescType<ResourceTypeFromD3D11<T>::Value>; 172 using GetInitDataFromD3D11 = GetInitDataType<ResourceTypeFromD3D11<T>::Value>; 267 using UniquePtr = typename std::unique_ptr<T, std::default_delete<T>>; 397 using RESTYP [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantsContext.h | 352 using ValType = ConstantExprKeyType; 353 using TypeClass = Type; 356 using ValType = InlineAsmKeyType; 357 using TypeClass = PointerType; 360 using ValType = ConstantAggrKeyType<ConstantArray>; 361 using TypeClass = ArrayType; 364 using ValType = ConstantAggrKeyType<ConstantStruct>; 365 using TypeClass = StructType; 368 using ValType = ConstantAggrKeyType<ConstantVector>; 369 using TypeClas [all...] |
/third_party/googletest/googletest/include/gtest/hwext/ |
H A D | gtest-tag.h | 14 using ::std::string; 15 using ::std::map; 16 using ::std::pair; 17 using ::std::vector;
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | shortnumberinfo.h | 33 using std::list; 34 using std::map; 35 using std::set; 36 using std::string; 92 // checked using IsValidShortNumberForRegion. Note that emergency numbers are 155 // validity must first be checked using IsValidShortNumber or 163 // that the number is valid, then its validity must first be checked using 175 // its validity must first be checked using IsValidShortNumber or
|
/third_party/node/deps/v8/src/objects/ |
H A D | api-callbacks.h | 71 using BodyDescriptor = StructBodyDescriptor; 87 using BodyDescriptor = StructBodyDescriptor; 103 using BodyDescriptor = StructBodyDescriptor; 124 using BodyDescriptor = StructBodyDescriptor;
|
/third_party/skia/src/effects/ |
H A D | SkOpPE.h | 33 using INHERITED = SkPathEffectBase; 57 using INHERITED = SkPathEffectBase; 79 using INHERITED = SkPathEffectBase; 99 using INHERITED = SkPathEffectBase;
|
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/ |
H A D | VulkanBackend.h | 57 using ExternalImageDescriptor::ExternalImageDescriptor; 68 using ExternalImageExportInfo::ExternalImageExportInfo; 84 using ExternalImageDescriptorVk::ExternalImageDescriptorVk; 110 using ExternalImageExportInfoVk::ExternalImageExportInfoVk;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | MD5.h | 68 using namespace support; in low() 73 using namespace support; in high() 77 using namespace support; in words() 110 using namespace support; in MD5Hash()
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | constant.h | 29 using i32 = ProgramBuilder::i32; 30 using u32 = ProgramBuilder::u32; 31 using f32 = ProgramBuilder::f32; 64 using Scalars = std::vector<Scalar>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Sequence.h | 33 using BaseT = typename value_sequence_iterator::iterator_facade_base; 38 using difference_type = typename BaseT::difference_type; 39 using reference = typename BaseT::reference; 57 using BaseT::operator-;
|
/third_party/skia/experimental/lowp-basic/ |
H A D | QMath.h | 11 template <int N, typename T> using V = T __attribute__((ext_vector_type(N))); 29 using Q15 = V<8, uint16_t>; 30 using I16 = V<8, int16_t>; 31 using U16 = V<8, uint16_t>;
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGFeLightSource.h | 25 using INHERITED = SkSVGHiddenContainer; 44 using INHERITED = SkSVGFeLightSource; 62 using INHERITED = SkSVGFeLightSource; 86 using INHERITED = SkSVGFeLightSource;
|