Searched defs:formals (Results 1 – 9 of 9) sorted by relevance
/external/bcc/src/cc/frontends/b/ |
D | parser.cc | 148 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()
|
D | node.h | 557 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()
|
D | codegen_llvm.cc | 1157 vector<Type *> formals; in visit_func_decl_stmt_node() local
|
/external/v8/src/parsing/ |
D | preparser.cc | 159 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()
|
D | parser.cc | 799 ParserFormalParameters formals(scope); in DoParseFunction() local 3082 ParserFormalParameters formals(function_scope); in ParseFunction() local
|
/external/turbine/java/com/google/turbine/binder/ |
D | ConstBinder.java | 142 private ImmutableList<ParamInfo> bindParameters(ImmutableList<ParamInfo> formals) { in bindParameters()
|
D | TypeBinder.java | 269 ImmutableList<ParamInfo> formals; in maybeDefaultConstructor() local 280 ImmutableList<ParamInfo> formals, TurbineVisibility visibility) { in syntheticConstructor()
|
/external/turbine/java/com/google/turbine/binder/bytecode/ |
D | BytecodeBoundClass.java | 414 ImmutableList.Builder<ParamInfo> formals = ImmutableList.builder(); in bindMethod() local
|
/external/turbine/java/com/google/turbine/parse/ |
D | Parser.java | 851 ImmutableList.Builder<VarDecl> formals = ImmutableList.builder(); in methodRest() local
|