Home
last modified time | relevance | path

Searched defs:Extend (Results 1 – 25 of 30) sorted by relevance

12

/third_party/json/include/nlohmann/detail/meta/
Dcpp_future.hpp90 struct Extend<integer_sequence<T, Ints...>, SeqSize, 0> struct
92 using type = integer_sequence < T, Ints..., (Ints + SeqSize)... >;
96 struct Extend<integer_sequence<T, Ints...>, SeqSize, 1> struct
98 using type = integer_sequence < T, Ints..., (Ints + SeqSize)..., 2 * SeqSize >;
/third_party/typescript/tests/cases/fourslash/etslib/
Dcommon.d.ts32 declare const Extend: <T>(component: T) => MethodDecorator; constant
/third_party/node/deps/v8/src/handles/
Dhandles.cc92 Address* HandleScope::Extend(Isolate* isolate) { in Extend() function in v8::internal::HandleScope
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes_unittest.cpp329 TEST(Rectangle, Extend) in TEST() argument
/third_party/node/deps/v8/tools/dev/
Dgm.py283 def Extend(self, targets, tests=[], clean=False): member in Config
/third_party/node/deps/v8/src/strings/
Dstring-builder.cc266 void IncrementalStringBuilder::Extend() { in Extend() function in v8::internal::IncrementalStringBuilder
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dtree.go477 Extend *SpanGroupID member
/third_party/node/deps/v8/src/torque/
Dutils.h219 void Extend(StackRange adjacent) { in Extend() function
Dtypes.h449 void Extend(const Type* t) { in Extend() function
/third_party/node/deps/v8/src/objects/
Dcontexts.cc42 Handle<ScriptContextTable> ScriptContextTable::Extend( in Extend() function in v8::internal::ScriptContextTable
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc491 PyObject* Extend(RepeatedScalarContainer* self, PyObject* value) { in Subscript() function
Drepeated_composite_container.cc172 PyObject* Extend(RepeatedCompositeContainer* self, PyObject* value) { in Extend() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp243 auto *Extend = cast<CastInst>(Args[1]); in isWideningInstruction() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-colr-table.hh254 struct Extend : HBUINT8 struct
256 enum {
/third_party/node/deps/v8/src/compiler/
Dload-elimination.cc384 LoadElimination::AbstractMaps const* LoadElimination::AbstractMaps::Extend( in Extend() function in v8::internal::compiler::LoadElimination::AbstractMaps
/third_party/rust/crates/syn/src/
Dpunctuated.rs461 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/
DNVPTXISelLowering.cpp2612 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/
DHexagonISelDAGToDAGHVX.cpp1686 bool Extend = (LogLen == HwLog); in perfect() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp290 bool Extend = false; in ExpandConstantFP() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1208 MachineSDNode *Extend = CurDAG->getMachineNode(X86::MOVSX64rr32, SDLoc(N), in tryOptimizeRem8Extend() local
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp3107 struct Extend<integer_sequence<T, Ints...>, SeqSize, 0> struct
3109 using type = integer_sequence < T, Ints..., (Ints + SeqSize)... >;
3113 struct Extend<integer_sequence<T, Ints...>, SeqSize, 1> struct
3115 using type = integer_sequence < T, Ints..., (Ints + SeqSize)..., 2 * SeqSize >;
/third_party/json/single_include/nlohmann/
Djson.hpp3131 struct Extend<integer_sequence<T, Ints...>, SeqSize, 0> struct
3133 using type = integer_sequence < T, Ints..., (Ints + SeqSize)... >;
3137 struct Extend<integer_sequence<T, Ints...>, SeqSize, 1> struct
3139 using type = integer_sequence < T, Ints..., (Ints + SeqSize)..., 2 * SeqSize >;
/third_party/node/deps/v8/src/codegen/arm64/
Dconstants-arm64.h369 enum Extend { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2616 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/
DSLPVectorizer.cpp3798 auto Extend = in getTreeCost() local

12