Home
last modified time | relevance | path

Searched defs:formals (Results 1 – 9 of 9) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dparser.cc148 StmtNode * Parser::struct_add(IdentExprNode *type, FormalList *formals) { in struct_add()
174 StmtNode * Parser::result_add(int token, IdentExprNode *id, FormalList *formals, BlockStmtNode *bod… in result_add()
193 IdentExprNode *id, FormalList *formals, BlockStmtNode *body) { in func_add()
Dnode.h557 MatchDeclStmtNode(IdentExprNode::Ptr id, FormalList&& formals, BlockStmtNode::Ptr block) in MatchDeclStmtNode()
568 MissDeclStmtNode(IdentExprNode::Ptr id, FormalList&& formals, BlockStmtNode::Ptr block) in MissDeclStmtNode()
579 FailureDeclStmtNode(IdentExprNode::Ptr id, FormalList&& formals, BlockStmtNode::Ptr block) in FailureDeclStmtNode()
613 FuncDeclStmtNode(IdentExprNode::Ptr id, FormalList&& formals, BlockStmtNode::Ptr block) in FuncDeclStmtNode()
Dcodegen_llvm.cc1157 vector<Type *> formals; in visit_func_decl_stmt_node() local
/external/v8/src/parsing/
Dpreparser.cc159 PreParserFormalParameters formals(function_scope); in PreParseFunction() local
312 PreParserFormalParameters formals(function_scope); in ParseFunctionLiteral() local
376 PreParserFormalParameters* formals, bool may_abort, bool* ok) { in ParseStatementListAndLogFunction()
Dparser.cc799 ParserFormalParameters formals(scope); in DoParseFunction() local
3082 ParserFormalParameters formals(function_scope); in ParseFunction() local
/external/turbine/java/com/google/turbine/binder/
DConstBinder.java142 private ImmutableList<ParamInfo> bindParameters(ImmutableList<ParamInfo> formals) { in bindParameters()
DTypeBinder.java269 ImmutableList<ParamInfo> formals; in maybeDefaultConstructor() local
280 ImmutableList<ParamInfo> formals, TurbineVisibility visibility) { in syntheticConstructor()
/external/turbine/java/com/google/turbine/binder/bytecode/
DBytecodeBoundClass.java414 ImmutableList.Builder<ParamInfo> formals = ImmutableList.builder(); in bindMethod() local
/external/turbine/java/com/google/turbine/parse/
DParser.java851 ImmutableList.Builder<VarDecl> formals = ImmutableList.builder(); in methodRest() local