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/turbine/java/com/google/turbine/binder/
DConstBinder.java154 private ImmutableList<ParamInfo> bindParameters(ImmutableList<ParamInfo> formals) { in bindParameters()
DTypeBinder.java271 ImmutableList<ParamInfo> formals; in maybeDefaultConstructor() local
282 MethodSymbol symbol, ImmutableList<ParamInfo> formals, TurbineVisibility visibility) { in syntheticConstructor()
/external/turbine/java/com/google/turbine/binder/bytecode/
DBytecodeBoundClass.java420 ImmutableList.Builder<ParamInfo> formals = ImmutableList.builder(); in bindMethod() local
/external/auto/common/src/main/java/com/google/auto/common/
DOverrides.java263 List<? extends TypeParameterElement> formals = element.getTypeParameters(); in erasedParameterTypes() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DLocalizationChecker.cpp849 auto formals = OMD->parameters(); in checkPreObjCMessage() local
889 auto formals = FD->parameters(); in checkPreCall() local
/external/turbine/java/com/google/turbine/parse/
DParser.java867 ImmutableList.Builder<VarDecl> formals = ImmutableList.builder(); in methodRest() local