Home
last modified time | relevance | path

Searched defs:Construct (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dconstruct.h69 struct Construct { struct
85 /// Constructor argument
121 const Construct* const parent = nullptr; argument
124 const Construct* const enclosing_loop = nullptr; argument
127 const Construct* const enclosing_continue = nullptr; argument
133 const Construct* const enclosing_loop_or_continue_or_switch = nullptr; argument
154 using ConstructList = std::vector<std::unique_ptr<Construct>>; argument
Dconstruct.cc21 Construct::Construct(const Construct* the_parent, in Construct() function in tint::reader::spirv::Construct
/third_party/skia/include/sksl/
DDSLType.h155 static DSLPossibleExpression Construct(DSLType type, DSLVarBase& var, Args&&... args) { in Construct() function
161 static DSLPossibleExpression Construct(DSLType type, DSLExpression expr, Args&&... args) { in Construct() function
/third_party/spirv-tools/source/val/
Dconstruct.cpp26 Construct::Construct(ConstructType construct_type, BasicBlock* entry, in Construct() function in spvtools::val::Construct
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dconstruct.cpp27 Construct::Construct(ConstructType construct_type, BasicBlock* entry, in Construct() function in spvtools::val::Construct
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dconstruct.cpp27 Construct::Construct(ConstructType construct_type, BasicBlock* entry, in Construct() function in spvtools::val::Construct
/third_party/skia/src/sksl/dsl/
DDSLType.cpp238 DSLPossibleExpression DSLType::Construct(DSLType type, SkSpan<DSLExpression> argArray) { in Construct() function in SkSL::dsl::DSLType
/third_party/node/deps/v8/src/base/
Dlazy-instance.h129 static void Construct(void* allocated_ptr) { new (allocated_ptr) T(); } in Construct() function
/third_party/protobuf/src/google/protobuf/
Dmessage_lite.h130 void Construct(Args&&... args) { in Construct() function
Darena.h448 static T* Construct(void* ptr, Args&&... args) { in Construct() function
/third_party/node/deps/v8/src/codegen/
Dcode-factory.cc207 Callable CodeFactory::Construct(Isolate* isolate) { in Construct() function in v8::internal::CodeFactory
Dcode-stub-assembler.h924 TNode<JSReceiver> Construct(TNode<Context> context, in Construct() function
/third_party/node/deps/v8/src/execution/
Dmessages.cc485 MaybeHandle<JSObject> ErrorUtils::Construct(Isolate* isolate, in Construct() function in v8::internal::ErrorUtils
506 MaybeHandle<JSObject> ErrorUtils::Construct( in Construct() function in v8::internal::ErrorUtils
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h1133 const ast::CallExpression* Construct(ARGS&&... args) { in Construct() function
1142 const ast::CallExpression* Construct(const ast::Type* type, ARGS&&... args) { in Construct() function
1152 const ast::CallExpression* Construct(const Source& source, in Construct() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dinlined_vector.h260 void Construct(Pointer data, ValueAdapter* values_ptr, SizeType size) { in Construct() function
/third_party/node/deps/v8/src/objects/
Djs-locale.cc387 MaybeHandle<JSLocale> Construct(Isolate* isolate, in Construct() function
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc800 TNode<Object> InterpreterAssembler::Construct( in Construct() function in v8::internal::interpreter::InterpreterAssembler
Dbytecode-array-builder.cc1453 BytecodeArrayBuilder& BytecodeArrayBuilder::Construct(Register constructor, in Construct() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-generator.cc1588 IGNITION_HANDLER(Construct, InterpreterAssembler) { in IGNITION_HANDLER() argument
/third_party/node/deps/v8/src/compiler/
Djs-operator.cc962 const Operator* JSOperatorBuilder::Construct(uint32_t arity, in Construct() function in v8::internal::compiler::JSOperatorBuilder
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h3105 void LiftoffStackSlots::Construct(int param_slots) { in Construct() function
/third_party/skia/third_party/externals/tint/src/resolver/
Dtype_constructor_validation_test.cc230 Construct, enumerator
/third_party/node/deps/v8/src/wasm/baseline/ppc/
Dliftoff-assembler-ppc.h3073 void LiftoffStackSlots::Construct(int param_slots) { in Construct() function
/third_party/node/deps/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h3649 void LiftoffStackSlots::Construct(int param_slots) { in Construct() function
/third_party/node/deps/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h3093 void LiftoffStackSlots::Construct(int param_slots) { in Construct() function

12