Home
last modified time | relevance | path

Searched refs:FormalParameter (Results 1 – 25 of 115) sorted by relevance

12345

/dports/devel/py-phply/phply-1.2.5/tests/
H A Dtest_parser.py459 [FormalParameter('$arg1', None, False, None),
460 FormalParameter('$arg2', None, False, None)],
723 Closure([FormalParameter('$name', None, False, None)],
732 Closure([FormalParameter('$a', None, False, None),
733 FormalParameter('$b', None, True, None)],
765 Function('p', [FormalParameter('$x', None, False, None)], [
789 [FormalParameter('$var1', None, False, 'Foo'),
790 FormalParameter('$var2', 1, False, 'Bar'),
791 FormalParameter('$var3', None, True, 'Quux'),
792 FormalParameter('$var4', 1, True, 'Corge'),
[all …]
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/onnx/defs/
H A Dschema.cc30 OpSchema::FormalParameter::FormalParameter( in FormalParameter() function in ONNX_NAMESPACE::OpSchema::FormalParameter
44 OpSchema::FormalParameter::FormalParameter( in FormalParameter() function in ONNX_NAMESPACE::OpSchema::FormalParameter
56 const std::string& OpSchema::FormalParameter::GetName() const { in GetName()
60 const DataTypeSet& OpSchema::FormalParameter::GetTypes() const { in GetTypes()
64 DataTypeSet& OpSchema::FormalParameter::MutableTypes() { in MutableTypes()
68 const std::string& OpSchema::FormalParameter::GetTypeStr() const { in GetTypeStr()
72 const std::string& OpSchema::FormalParameter::GetDescription() const { in GetDescription()
80 bool OpSchema::FormalParameter::GetIsHomogeneous() const { in GetIsHomogeneous()
516 inputs_[n] = FormalParameter( in Input()
551 outputs_[n] = FormalParameter( in Output()
[all …]
H A Dschema.h98 class FormalParameter final {
101 FormalParameter() = default;
103 explicit FormalParameter(
111 explicit FormalParameter(
518 const std::vector<FormalParameter>& inputs() const { in inputs()
523 const std::vector<FormalParameter>& outputs() const { in outputs()
580 /*out*/ std::vector<OpSchema::FormalParameter>* formalParameters);
592 std::vector<FormalParameter> inputs_;
593 std::vector<FormalParameter> outputs_;
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/onnx/
H A Dcpp2py_export.cc84 py::class_<OpSchema::FormalParameter>(op_schema, "FormalParameter") in PYBIND11_MODULE()
85 .def_property_readonly("name", &OpSchema::FormalParameter::GetName) in PYBIND11_MODULE()
86 .def_property_readonly("types", &OpSchema::FormalParameter::GetTypes) in PYBIND11_MODULE()
87 .def_property_readonly("typeStr", &OpSchema::FormalParameter::GetTypeStr) in PYBIND11_MODULE()
89 "description", &OpSchema::FormalParameter::GetDescription) in PYBIND11_MODULE()
90 .def_property_readonly("option", &OpSchema::FormalParameter::GetOption) in PYBIND11_MODULE()
92 "isHomogeneous", &OpSchema::FormalParameter::GetIsHomogeneous); in PYBIND11_MODULE()
/dports/misc/py-onnx/onnx-1.10.2/onnx/
H A Dcpp2py_export.cc140 py::class_<OpSchema::FormalParameter>(op_schema, "FormalParameter") in PYBIND11_MODULE()
141 .def_property_readonly("name", &OpSchema::FormalParameter::GetName) in PYBIND11_MODULE()
142 .def_property_readonly("types", &OpSchema::FormalParameter::GetTypes) in PYBIND11_MODULE()
143 .def_property_readonly("typeStr", &OpSchema::FormalParameter::GetTypeStr) in PYBIND11_MODULE()
145 "description", &OpSchema::FormalParameter::GetDescription) in PYBIND11_MODULE()
146 .def_property_readonly("option", &OpSchema::FormalParameter::GetOption) in PYBIND11_MODULE()
148 "isHomogeneous", &OpSchema::FormalParameter::GetIsHomogeneous) in PYBIND11_MODULE()
151 &OpSchema::FormalParameter::GetDifferentiationCategory); in PYBIND11_MODULE()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DNameAnalysisTypes.h74 FormalParameter, enumerator
93 case DeclarationKind::FormalParameter: in DeclarationKindToBindingKind()
95 return BindingKind::FormalParameter; in DeclarationKindToBindingKind()
228 MOZ_ASSERT(bindKind != BindingKind::FormalParameter); in Global()
242 return NameLocation(Kind::ArgumentSlot, BindingKind::FormalParameter, 0, in ArgumentSlot()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/frontend/
H A DNameAnalysisTypes.h73 FormalParameter, enumerator
92 case DeclarationKind::FormalParameter: in DeclarationKindToBindingKind()
94 return BindingKind::FormalParameter; in DeclarationKindToBindingKind()
241 MOZ_ASSERT(bindKind != BindingKind::FormalParameter); in Global()
254 return NameLocation(Kind::ArgumentSlot, BindingKind::FormalParameter, 0, slot); in ArgumentSlot()
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-generated-parser/src/
H A Ddeclaration_kind.rs6 FormalParameter, enumerator
30 Self::FormalParameter => "formal parameter", in to_str()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-generated-parser/src/
H A Ddeclaration_kind.rs6 FormalParameter, enumerator
30 Self::FormalParameter => "formal parameter", in to_str()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-generated-parser/src/
H A Ddeclaration_kind.rs6 FormalParameter, enumerator
30 Self::FormalParameter => "formal parameter", in to_str()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus-generated-parser/src/
H A Ddeclaration_kind.rs6 FormalParameter, enumerator
30 Self::FormalParameter => "formal parameter", in to_str()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DNameAnalysisTypes.h70 FormalParameter, enumerator
90 case DeclarationKind::FormalParameter: in DeclarationKindToBindingKind()
92 return BindingKind::FormalParameter; in DeclarationKindToBindingKind()
226 MOZ_ASSERT(bindKind != BindingKind::FormalParameter); in Global()
240 return NameLocation(Kind::ArgumentSlot, BindingKind::FormalParameter, 0, in ArgumentSlot()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DNameAnalysisTypes.h83 FormalParameter, enumerator
108 case DeclarationKind::FormalParameter: in DeclarationKindToBindingKind()
110 return BindingKind::FormalParameter; in DeclarationKindToBindingKind()
294 MOZ_ASSERT(bindKind != BindingKind::FormalParameter); in Global()
308 return NameLocation(Kind::ArgumentSlot, BindingKind::FormalParameter, 0, in ArgumentSlot()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DNameAnalysisTypes.h79 FormalParameter, enumerator
104 case DeclarationKind::FormalParameter: in DeclarationKindToBindingKind()
106 return BindingKind::FormalParameter; in DeclarationKindToBindingKind()
290 MOZ_ASSERT(bindKind != BindingKind::FormalParameter); in Global()
304 return NameLocation(Kind::ArgumentSlot, BindingKind::FormalParameter, 0, in ArgumentSlot()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DNameAnalysisTypes.h83 FormalParameter, enumerator
108 case DeclarationKind::FormalParameter: in DeclarationKindToBindingKind()
110 return BindingKind::FormalParameter; in DeclarationKindToBindingKind()
294 MOZ_ASSERT(bindKind != BindingKind::FormalParameter); in Global()
308 return NameLocation(Kind::ArgumentSlot, BindingKind::FormalParameter, 0, in ArgumentSlot()
/dports/misc/py-onnx/onnx-1.10.2/onnx/defs/
H A Dschema.cc39 const std::string& OpSchema::FormalParameter::GetName() const { in GetName()
43 const DataTypeSet& OpSchema::FormalParameter::GetTypes() const { in GetTypes()
47 DataTypeSet& OpSchema::FormalParameter::MutableTypes() { in MutableTypes()
51 const std::string& OpSchema::FormalParameter::GetTypeStr() const { in GetTypeStr()
55 const std::string& OpSchema::FormalParameter::GetDescription() const { in GetDescription()
59 OpSchema::FormalParameterOption OpSchema::FormalParameter::GetOption() const { in GetOption()
63 bool OpSchema::FormalParameter::GetIsHomogeneous() const { in GetIsHomogeneous()
67 int OpSchema::FormalParameter::GetMinArity() const { in GetMinArity()
532 inputs_[n] = FormalParameter( in Input()
583 outputs_[n] = FormalParameter( in Output()
[all …]
H A Dschema.h181 class FormalParameter final {
184 FormalParameter() = default;
186 explicit FormalParameter(
210 explicit FormalParameter(
793 const std::vector<FormalParameter>& inputs() const { in inputs()
798 const std::vector<FormalParameter>& outputs() const { in outputs()
877 /*out*/ std::vector<OpSchema::FormalParameter>* formalParameters);
886 std::vector<FormalParameter> inputs_;
887 std::vector<FormalParameter> outputs_;
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/onnx/onnx_cpp2py_export/
H A Ddefs.pyi33 def inputs(self) -> Sequence[FormalParameter]: ...
35 def outputs(self) -> Sequence[FormalParameter]: ...
59 class FormalParameter(object):
/dports/lang/cocor/cocor-1.7_3/samples/
H A Dc.atg57 FormalParamList = FormalParameter { "," FormalParameter } .
58 FormalParameter = Type { "*" } [ identifier ] ArraySize .
H A Dumbriel2.atg100 FormalParameters = FormalParameter { ";" FormalParameter } .
101 FormalParameter = ValueSpecification | VariableSpecification .
H A Dumbriel1.atg112 FormalParameters = FormalParameter { ";" FormalParameter } .
113 FormalParameter = ValueSpecification | VariableSpecification .
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DreadableNames.props53 CatchFormalParameter=FormalParameter
147 FormalParameter=FormalParameter
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DreadableNames.props53 CatchFormalParameter=FormalParameter
151 FormalParameter=FormalParameter
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DBindingKind.h21 FormalParameter, enumerator
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DBindingKind.h21 FormalParameter, enumerator

12345