Home
last modified time | relevance | path

Searched refs:ParameterList (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/torque/
Dast.h353 struct ParameterList { struct
359 static ParameterList Empty() { return ParameterList{{}, {}, false, ""}; } in Empty() argument
543 const ParameterList& parameters, Statement* body) in LabelBlock()
549 ParameterList parameters;
614 ParameterList parameters;
621 ParameterList parameters, TypeExpression* return_type, in CallableNode()
634 base::Optional<std::string> op, ParameterList parameters, in MacroDeclaration()
646 ParameterList parameters, in ExternalMacroDeclaration()
657 ParameterList parameters, TypeExpression* return_type, in TorqueMacroDeclaration()
666 ParameterList parameters, TypeExpression* return_type) in BuiltinDeclaration()
[all …]
Dtorque-parser.cc127 V8_EXPORT_PRIVATE const ParseResultTypeId ParseResultHolder<ParameterList>::id =
221 ParameterList result; in MakeParameterListFromTypes()
234 ParameterList result; in MakeParameterListFromNameAndTypeList()
272 auto args = child_results->NextAs<ParameterList>(); in MakeExternalMacro()
291 auto args = child_results->NextAs<ParameterList>(); in MakeTorqueMacroDeclaration()
312 auto args = child_results->NextAs<ParameterList>(); in MakeTorqueBuiltinDeclaration()
382 auto parameters = child_results->NextAs<ParameterList>(); in MakeSpecializationDeclaration()
406 auto args = child_results->NextAs<ParameterList>(); in MakeExternalBuiltin()
422 auto args = child_results->NextAs<ParameterList>(); in MakeExternalRuntime()
555 "_NextCase", ParameterList::Empty(), next_block)})); in MakeTypeswitchStatement()
[all …]
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/
Dparser_unittest.py764 ast.ParameterList(
796 ast.ParameterList(ast.Parameter('a', None, None, 'int32')),
817 ast.ParameterList([ast.Parameter('a', None, ast.Ordinal(0),
826 ast.ParameterList(),
827 ast.ParameterList())]))])
846 ast.ParameterList(ast.Parameter('a', None, None, 'string')),
847 ast.ParameterList([ast.Parameter('a', None, None, 'int32'),
905 ast.ParameterList(ast.Parameter('x', None, None, 'int32')),
906 ast.ParameterList(ast.Parameter('y', None, None,
1044 ast.ParameterList(
[all …]
Dtranslate_unittest.py65 methods = [ast.Method('dup', None, None, ast.ParameterList(), None),
66 ast.Method('dup', None, None, ast.ParameterList(), None)]
/external/antlr/runtime/Ruby/lib/antlr3/template/
Dparameter.rb16 class ParameterList < ::Array class
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/
Dast.py225 assert isinstance(parameter_list, ParameterList)
227 isinstance(response_parameter_list, ParameterList)
324 class ParameterList(NodeListBase): class
Dparser.py237 p[0] = ast.ParameterList()
245 p[0] = ast.ParameterList(p[1])
/external/antlr/runtime/Ruby/lib/antlr3/
Dtemplate.rb293 class ParameterList < ::Array class
/external/libchrome/mojo/public/tools/bindings/
DREADME.md717 ParameterList = <empty> | NonEmptyParameterList
721 Response = <empty> | "=>" "(" ParameterList ")"