Home
last modified time | relevance | path

Searched defs:Parameter (Results 1 – 25 of 45) sorted by relevance

12

/third_party/node/deps/v8/src/parsing/
Dparser.h46 struct Parameter : public ZoneObject { struct
47 Parameter(Expression* pattern, Expression* initializer, int position, in Parameter() function
54 base::PointerWithPayload<Expression, bool, 1> initializer_and_is_rest;
56 Expression* pattern;
57 Expression* initializer() const { in initializer()
60 int position;
61 int initializer_end_position;
62 inline bool is_rest() const { return initializer_and_is_rest.GetPayload(); } in is_rest()
64 Parameter* next_parameter = nullptr;
65 bool is_simple() const { in is_simple()
[all …]
/third_party/node/deps/v8/src/torque/
Dcpp-builder.h61 struct Parameter { struct
66 Parameter(std::string type, std::string name, argument
68 : type(std::move(type)), in type()
Dinstructions.h91 static DefinitionLocation Parameter(std::size_t index) { in Parameter() function
/third_party/skia/third_party/externals/tint/src/resolver/
Dintrinsic_validation_test.cc150 struct Parameter { struct
151 const char* const name;
152 const Position position;
153 int min;
154 int max;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/grammar/
Dgrammar.go64 type Parameter struct { struct
65 Kind string `json:"kind"`
66 Name string `json:"name"`
/third_party/spirv-tools/utils/vscode/src/grammar/
Dgrammar.go64 type Parameter struct { struct
65 Kind string `json:"kind"`
66 Name string `json:"name"`
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/grammar/
Dgrammar.go64 type Parameter struct { struct
65 Kind string `json:"kind"`
66 Name string `json:"name"`
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ast/
Dast.go138 type Parameter struct { struct
139 Source tok.Source
140 Name string // Optional
141 Type TemplatedName
145 func (p Parameter) Format(w fmt.State, verb rune) {
/third_party/typescript/tests/baselines/reference/
DbaseTypeWrappingInstantiationChain.js10 class Parameter<T4> { class
59 function Parameter() { class in Parameter
DunspecializedConstraints.js285 var Parameter = /** @class */ (function (_super) { class
287 function Parameter(name, type, flags) { class in anonymousFunctionc50122c10600.Parameter
294 Parameter.prototype.equals = function (other) { class
/third_party/typescript/tests/cases/compiler/
DbaseTypeWrappingInstantiationChain.ts9 class Parameter<T4> { class
DunspecializedConstraints.ts99 class Parameter extends Symbol { class
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
Dintrinsic_table.go67 type Parameter struct { struct
69 Usage string
76 MatcherIndicesOffset *int
/third_party/skia/include/sksl/
DDSL.h25 using Parameter = DSLParameter; variable
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/sem/
Dsem.go192 type Parameter struct { struct
193 Name string
194 Type FullyQualifiedName
198 func (p Parameter) Format(w fmt.State, verb rune) {
/third_party/skia/third_party/externals/tint/src/sem/
Dvariable.cc66 Parameter::Parameter(const ast::Variable* declaration, in Parameter() function in tint::sem::Parameter
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp410 struct Parameter struct in sw::Shader
413 {
432 Parameter() : index(0), type(PARAMETER_VOID) in Parameter() argument
445 ParameterType type : 8;
/third_party/typescript/tests/cases/fourslash/
Dfourslash.ts71 Parameter = "Parameter", enumerator
/third_party/mesa3d/src/c11/impl/
Dthreads_win32.c115 static BOOL CALLBACK impl_call_once_callback(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context) in impl_call_once_callback()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp888 struct Parameter struct
890 TypeID type;
891 ID id;
892 uint32_t read_count;
893 uint32_t write_count;
901 bool alias_global_variable;
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.cc810 struct Parameter { struct
812 const sem::Type* const type;
814 ParameterUsage const usage = ParameterUsage::kNone;
Dintrinsic_table_test.cc34 using Parameter = sem::Parameter; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp2654 for (unsigned Parameter = 0; !NParameters || Parameter < NParameters; in parseMacroArguments() local
4375 MCAsmMacroParameter Parameter; in parseDirectiveMacro() local
5590 MCAsmMacroParameter Parameter; in parseDirectiveIrp() local
5624 MCAsmMacroParameter Parameter; in parseDirectiveIrpc() local
/third_party/node/deps/v8/src/compiler/
Dgraph-assembler.cc110 Node* GraphAssembler::Parameter(int index) { in Parameter() function in v8::internal::compiler::GraphAssembler
Draw-machine-assembler.cc529 Node* RawMachineAssembler::Parameter(size_t index) { in Parameter() function in v8::internal::compiler::RawMachineAssembler

12