/third_party/json/include/nlohmann/detail/meta/ |
D | cpp_future.hpp | 81 struct Extend<integer_sequence<T, Ints...>, SeqSize, 0> struct 83 using type = integer_sequence < T, Ints..., (Ints + SeqSize)... >; 87 struct Extend<integer_sequence<T, Ints...>, SeqSize, 1> struct 89 using type = integer_sequence < T, Ints..., (Ints + SeqSize)..., 2 * SeqSize >;
|
/third_party/typescript/tests/cases/fourslash/etslib/ |
D | common.d.ts | 32 declare const Extend: <T>(component: T) => MethodDecorator; constant
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes_unittest.cpp | 329 TEST(Rectangle, Extend) in TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
D | tree.go | 477 Extend *SpanGroupID member
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 491 PyObject* Extend(RepeatedScalarContainer* self, PyObject* value) { in Subscript() function
|
D | repeated_composite_container.cc | 172 PyObject* Extend(RepeatedCompositeContainer* self, PyObject* value) { in Extend() function
|
/third_party/harfbuzz/src/ |
D | hb-ot-color-colr-table.hh | 155 struct Extend : HBUINT8 struct 157 enum {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 243 auto *Extend = cast<CastInst>(Args[1]); in isWideningInstruction() local
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-color-colr-table.hh | 254 struct Extend : HBUINT8 struct 256 enum {
|
/third_party/rust/crates/syn/src/ |
D | punctuated.rs | 467 impl<T, P> Extend<Pair<T, P>> for Punctuated<T, P> { impl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 2612 unsigned Extend = Ins[InsIdx].Flags.isSExt() ? ISD::SIGN_EXTEND in LowerFormalArguments() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 1686 bool Extend = (LogLen == HwLog); in perfect() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 290 bool Extend = false; in ExpandConstantFP() local
|
D | DAGCombiner.cpp | 9871 static SDValue widenCtPop(SDNode *Extend, SelectionDAG &DAG) { in widenCtPop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1208 MachineSDNode *Extend = CurDAG->getMachineNode(X86::MOVSX64rr32, SDLoc(N), in tryOptimizeRem8Extend() local
|
D | X86ISelLowering.cpp | 19663 SDValue Extend = DAG.getNode(ISD::SIGN_EXTEND, DL, VT, In); in LowerZERO_EXTEND_Mask() local 43297 static SDValue combineToExtendCMOV(SDNode *Extend, SelectionDAG &DAG) { in combineToExtendCMOV()
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 3111 struct Extend<integer_sequence<T, Ints...>, SeqSize, 0> struct 3113 using type = integer_sequence < T, Ints..., (Ints + SeqSize)... >; 3117 struct Extend<integer_sequence<T, Ints...>, SeqSize, 1> struct 3119 using type = integer_sequence < T, Ints..., (Ints + SeqSize)..., 2 * SeqSize >;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2616 static void lowerMUL_LOHI32(SelectionDAG &DAG, const SDLoc &DL, unsigned Extend, in lowerMUL_LOHI32()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3798 auto Extend = in getTreeCost() local
|
/third_party/rust/crates/memchr/bench/data/code/ |
D | rust-library.rs | 18056 impl Extend<Box<str>> for String { impl 18075 impl<'a> Extend<Cow<'a, str>> for String { impl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 8027 SDValue Extend; in LowerINT_TO_FPVector() local
|