Home
last modified time | relevance | path

Searched refs:DECL_FUNCTION_BODY (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c11325 no_body = !DECL_FUNCTION_BODY (decl);
11348 DECL_FUNCTION_BODY (decl) = NULL_TREE;
11513 fbody = DECL_FUNCTION_BODY (mdecl);
11620 if (!DECL_FUNCTION_BODY (mdecl))
11623 fbody = DECL_FUNCTION_BODY (mdecl);
11720 if (!DECL_FUNCTION_BODY (decl))
11728 BLOCK_EXPR_BODY (DECL_FUNCTION_BODY (decl));
12412 tree body = DECL_FUNCTION_BODY (mdecl);
16056 else if (!DECL_FUNCTION_BODY (fndecl)) in enter_block()
16059 DECL_FUNCTION_BODY (fndecl) = b; in enter_block()
[all …]
H A Dparse.y7760 no_body = !DECL_FUNCTION_BODY (decl);
7783 DECL_FUNCTION_BODY (decl) = NULL_TREE;
7948 fbody = DECL_FUNCTION_BODY (mdecl);
8055 if (!DECL_FUNCTION_BODY (mdecl))
8058 fbody = DECL_FUNCTION_BODY (mdecl);
8155 if (!DECL_FUNCTION_BODY (decl))
8163 BLOCK_EXPR_BODY (DECL_FUNCTION_BODY (decl));
8847 tree body = DECL_FUNCTION_BODY (mdecl);
12491 else if (!DECL_FUNCTION_BODY (fndecl)) in enter_block()
12494 DECL_FUNCTION_BODY (fndecl) = b; in enter_block()
[all …]
H A Dlang.c1106 dump_child ("body", DECL_FUNCTION_BODY (t));
H A Dparse.h613 #define GET_CURRENT_BLOCK(F) ((F) ? DECL_FUNCTION_BODY ((F)) : \
H A Dcheck-init.c187 if (op0 == BLOCK_EXPR_DECLS (DECL_FUNCTION_BODY (mdecl)))
H A Ddecl.c1773 tree function_body = DECL_FUNCTION_BODY (fndecl);
H A Djava-tree.h794 #define DECL_FUNCTION_BODY(DECL) \ macro
H A Dexpr.c2222 method_args = BLOCK_EXPR_DECLS (DECL_FUNCTION_BODY (method));
H A Djcf-write.c3012 tree function_body = DECL_FUNCTION_BODY (part);
H A DChangeLog11499 (DECL_FUNCTION_BODY): Modified comment.
13757 (DECL_FUNCTION_BODY): New macro.