Home
last modified time | relevance | path

Searched refs:RType (Results 1 – 16 of 16) sorted by relevance

/third_party/boost/boost/phoenix/function/
Dlazy_signature.hpp79 typedef typename remove_RC<RR>::type RType; typedef
80 typedef RType type;
91 typedef typename remove_RC<RR>::type RType; typedef
92 typedef RType type;
104 typedef typename remove_RC<RR>::type RType; typedef
105 typedef RType type;
113 typedef typename remove_RC<FR>::type RType; typedef
114 typedef RType type;
123 typedef typename remove_RC<FR>::type RType; typedef
124 typedef RType type;
[all …]
/third_party/typescript/tests/baselines/reference/
DinferenceErasedSignatures.types50 type RType<T> = T extends SomeAbstractClass<any, any, infer R> ? R : never;
51 >RType : RType<T>
59 type SomeClassR = RType<SomeClass>; // boolean
DinferenceErasedSignatures.symbols71 type RType<T> = T extends SomeAbstractClass<any, any, infer R> ? R : never;
72 >RType : Symbol(RType, Decl(inferenceErasedSignatures.ts, 19, 75))
89 type SomeClassR = RType<SomeClass>; // boolean
91 >RType : Symbol(RType, Decl(inferenceErasedSignatures.ts, 19, 75))
DinferenceErasedSignatures.js22 type RType<T> = T extends SomeAbstractClass<any, any, infer R> ? R : never;
26 type SomeClassR = RType<SomeClass>; // boolean
/third_party/typescript/tests/cases/compiler/
DinferenceErasedSignatures.ts24 type RType<T> = T extends SomeAbstractClass<any, any, infer R> ? R : never; alias
28 type SomeClassR = RType<SomeClass>; // boolean
/third_party/mesa3d/src/gallium/frontends/nine/
Dadapter9.c283 D3DRESOURCETYPE RType, in NineAdapter9_CheckDeviceFormat() argument
297 DBG("Usage=%x RType=%u CheckFormat=%s\n", Usage, RType, in NineAdapter9_CheckDeviceFormat()
318 switch (RType) { in NineAdapter9_CheckDeviceFormat()
344 (RType == D3DRTYPE_SURFACE || in NineAdapter9_CheckDeviceFormat()
345 RType == D3DRTYPE_TEXTURE)) in NineAdapter9_CheckDeviceFormat()
350 RType == D3DRTYPE_SURFACE) in NineAdapter9_CheckDeviceFormat()
355 if (CheckFormat == D3DFMT_ATOC && RType == D3DRTYPE_SURFACE) in NineAdapter9_CheckDeviceFormat()
367 switch (RType) { in NineAdapter9_CheckDeviceFormat()
400 if (RType != D3DRTYPE_TEXTURE && RType != D3DRTYPE_CUBETEXTURE && in NineAdapter9_CheckDeviceFormat()
Dadapter9.h94 D3DRESOURCETYPE RType,
/third_party/mesa3d/include/d3dadapter/
Dd3dadapter9.h42 …DEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFo…
77 …DEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFo…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMicroMipsSizeReduction.cpp96 ReduceEntry(enum ReduceType RType, struct OpCodes Op, in ReduceEntry()
99 : eRType(RType), ReduceFunction(F), Ops(Op), OpInf(OpInf), Imm(Imm) {} in ReduceEntry()
110 enum ReduceType RType() const { return eRType; } in RType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp2161 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName() local
2175 if (RType > 5) in getRelocationTypeName()
2178 res = Table[RType]; in getRelocationTypeName()
2194 if (RType > 9) in getRelocationTypeName()
2197 res = Table[RType]; in getRelocationTypeName()
2213 if (RType > 9) in getRelocationTypeName()
2216 res = Table[RType]; in getRelocationTypeName()
2230 if (RType >= array_lengthof(Table)) in getRelocationTypeName()
2233 res = Table[RType]; in getRelocationTypeName()
2255 if (RType > 15) in getRelocationTypeName()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp959 if (uint32_t RType = in writeRelocations() local
963 ERE32.setSymbolAndType(0, RType); in writeRelocations()
967 if (uint32_t RType = in writeRelocations() local
971 ERE32.setSymbolAndType(0, RType); in writeRelocations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp1779 RecTy *RType = resolveTypes(Type, VTy); in ParseOperationCond() local
1780 if (!RType) { in ParseOperationCond()
1785 Type = RType; in ParseOperationCond()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2747 Type *RType = RVal->getType(); in isCompatibleIVType() local
2748 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy() && in isCompatibleIVType()
2753 RType->getPointerAddressSpace())); in isCompatibleIVType()
/third_party/mesa3d/include/D3D9/
Dd3d9.h92 …DEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFo…
453 …DEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFo…
500 …DEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFo…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp7596 EVT RType = Node->getValueType(1); in expandMULO() local
7597 if (RType.getSizeInBits() < Overflow.getValueSizeInBits()) in expandMULO()
7598 Overflow = DAG.getNode(ISD::TRUNCATE, dl, RType, Overflow); in expandMULO()
7600 assert(RType.getSizeInBits() == Overflow.getValueSizeInBits() && in expandMULO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp668 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity() local
669 if (LType != RType) in CompareSCEVComplexity()
670 return (int)LType - (int)RType; in CompareSCEVComplexity()