Home
last modified time | relevance | path

Searched refs:NewType (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/boost/bimap/container_adaptor/detail/
Dcomparison_adaptor.hpp34 template < class Compare, class NewType, class Converter >
37 typedef NewType first_argument_type;
38 typedef NewType second_argument_type;
44 bool operator()( BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type x, in operator ()()
45 BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type y) const in operator ()()
55 template < class Compare, class NewType, class Converter >
58 typedef NewType first_argument_type;
59 typedef NewType second_argument_type;
84 template < class Compare, class NewType, class Converter >
87 typedef BOOST_DEDUCED_TYPENAME call_traits<NewType>::param_type argument_type;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAddMissingPrototypes.cpp91 FunctionType *NewType = nullptr; in runOnModule() local
98 if (!NewType) { in runOnModule()
100 NewType = DestType; in runOnModule()
101 LLVM_DEBUG(dbgs() << "found function type: " << *NewType << "\n"); in runOnModule()
102 } else if (NewType != DestType) { in runOnModule()
107 LLVM_DEBUG(dbgs() << " "<< *NewType << "\n"); in runOnModule()
113 if (!NewType) { in runOnModule()
122 NewType = FunctionType::get(F.getFunctionType()->getReturnType(), false); in runOnModule()
126 Function::Create(NewType, F.getLinkage(), F.getName() + ".fixed_sig"); in runOnModule()
/third_party/boost/boost/mpl/
Dreplace.hpp30 , typename NewType
34 : replace_if_impl< Sequence, same_as<OldType>, NewType, Inserter >
41 , typename NewType
45 : reverse_replace_if_impl< Sequence, same_as<OldType>, NewType, Inserter >
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp69 createLoweredInitializer(ArrayType *NewType, Constant *OriginalInitializer) { in createLoweredInitializer() argument
74 return ConstantArray::get(NewType, Elements); in createLoweredInitializer()
191 ArrayType *NewType = createLoweredType(GV->getValueType()); in lowerGlobal() local
194 NewInitializer = createLoweredInitializer(NewType, in lowerGlobal()
197 new GlobalVariable(*M, NewType, GV->isConstant(), GV->getLinkage(), in lowerGlobal()
/third_party/boost/libs/mpl/doc/src/refmanual/
Dreverse_replace.rst14 , typename NewType
28 has been replaced with ``NewType``.
56 | ``NewType`` | Any type | A type to replace with. |
Dreplace_if.rst14 , typename NewType
28 the predicate ``Pred`` has been replaced with ``NewType``.
57 | ``NewType`` | Any type | A type to replace with. |
Dreplace.rst14 , typename NewType
28 has been replaced with ``NewType``.
56 | ``NewType`` | Any type | A type to replace with. |
Dreverse_replace_if.rst28 the predicate ``Pred`` has been replaced with ``NewType``.
57 | ``NewType`` | Any type | A type to replace with. |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTypes.h170 void setReturnType(Type NewType) { ReturnType = NewType; } in setReturnType() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h629 Type *NewType = getIntNTy(getContext(), NewBitWidth); in getWithNewBitWidth() local
631 NewType = VectorType::get(NewType, getVectorElementCount()); in getWithNewBitWidth()
632 return NewType; in getWithNewBitWidth()
/third_party/boost/libs/hana/example/tutorial/
Dappendix_mpl.cpp290 template <typename Sequence, typename OldType, typename NewType>
295 hana::type_c<NewType>
299 template <typename Sequence, typename Pred, typename NewType>
304 hana::type_c<NewType>
/third_party/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/
Dqc_serious.rs94 struct NewType(bool); struct
105 e: Array4<NewType>,
Drwyw.rs390 NewType([i32; 3]), in serde_serious() enumerator
422 MyEnum::NewType([-1, 0, 1]), in serde_serious()
/third_party/boost/boost/
Drational.hpp195 template < typename NewType >
197 …rational(rational<NewType> const &r, typename enable_if_c<rational_detail::is_compatible_integer<N… in rational() argument
202 template < typename NewType >
204 …rational(rational<NewType> const &r, typename disable_if_c<rational_detail::is_compatible_integer< in rational() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h153 LLT NewType; member
156 const LLT &NewType) in LegalizeActionStep()
157 : Action(Action), TypeIdx(TypeIdx), NewType(NewType) {} in LegalizeActionStep()
160 return std::tie(Action, TypeIdx, NewType) ==
161 std::tie(RHS.Action, RHS.TypeIdx, RHS.NewType);
/third_party/python/Doc/library/
Dtyping.rst111 NewType chapter
114 Use the :class:`NewType` helper class to create distinct types::
116 from typing import NewType
118 UserId = NewType('UserId', int)
142 the statement ``Derived = NewType('Derived', Base)`` will make ``Derived`` a
152 from typing import NewType
154 UserId = NewType('UserId', int)
159 However, it is possible to create a :class:`NewType` based on a 'derived' ``NewType``::
161 from typing import NewType
163 UserId = NewType('UserId', int)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp916 ArrayType *NewType = ArrayType::get(EltTy, NewSize); in linkAppendingVarProto() local
920 DstM, NewType, SrcGV->isConstant(), SrcGV->getLinkage(), in linkAppendingVarProto()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp780 Type *NewType = Ops[i]->getType()->isVectorTy() in CastGEPIndices() local
785 NewType, in CastGEPIndices()
787 Ops[i], NewType)); in CastGEPIndices()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp278 RecTy* NewType = resolveTypes(ListTy1->getElementType(), in resolveTypes() local
280 if (NewType) in resolveTypes()
281 return NewType->getListTy(); in resolveTypes()
/third_party/python/Misc/NEWS.d/
D3.10.0rc1.rst296 Refactor ``typing.NewType`` from function into callable class. Patch
D3.6.0a2.rst269 Type[], NewType(), TYPE_CHECKING, and numerous bug fixes (note that some of
/third_party/python/Lib/test/
Dtest_typing.py22 from typing import NewType
3911 UserId = NewType('UserId', int)
3912 cls.UserName = NewType(cls.__qualname__ + '.UserName', str)
3963 UserAge = NewType('UserAge', float)
4915 typing.NewType: 'NewType',
4951 TypeName = typing.NewType('SpecialAttrsTests.TypeName', Any)
Dtest_types.py787 NT = typing.NewType('NT', str)
863 UserId = typing.NewType('UserId', int)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp100 return narrowScalar(MI, Step.TypeIdx, Step.NewType); in legalizeInstrStep()
103 return widenScalar(MI, Step.TypeIdx, Step.NewType); in legalizeInstrStep()
106 return lower(MI, Step.TypeIdx, Step.NewType); in legalizeInstrStep()
109 return fewerElementsVector(MI, Step.TypeIdx, Step.NewType); in legalizeInstrStep()
112 return moreElementsVector(MI, Step.TypeIdx, Step.NewType); in legalizeInstrStep()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2397 Type *NewType = Dest.getType(); in copyMetadataForLoad() local
2433 if (NewType->isPointerTy()) in copyMetadataForLoad()

12