Searched refs:method_body (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTResultSynthesizer.cpp | 177 Stmt *method_body = MethodDecl->getBody(); in SynthesizeObjCMethodResult() local 179 if (!method_body) in SynthesizeObjCMethodResult() 182 CompoundStmt *compound_stmt = dyn_cast<CompoundStmt>(method_body); in SynthesizeObjCMethodResult()
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | parse-scan.y | 456 method_body 540 method_body:
|
H A D | parse.y | 587 %type <node> method_body 1020 method_body 1148 method_body: 4786 finish_method_declaration (method_body) in finish_method_declaration() argument 4787 tree method_body; in finish_method_declaration() 4797 if ((flags & ACC_ABSTRACT || flags & ACC_NATIVE) && method_body) 4805 method_body = NULL_TREE; 4814 method_body = NULL_TREE; 4817 if (flag_emit_class_files && method_body 4818 && TREE_CODE (method_body) == NOP_EXPR [all …]
|
H A D | parse.c | 8351 finish_method_declaration (method_body) in finish_method_declaration() argument 8352 tree method_body; in finish_method_declaration() 8362 if ((flags & ACC_ABSTRACT || flags & ACC_NATIVE) && method_body) 8370 method_body = NULL_TREE; 8372 else if (!(flags & ACC_ABSTRACT) && !(flags & ACC_NATIVE) && !method_body) 8379 method_body = NULL_TREE; 8382 if (flag_emit_class_files && method_body 8383 && TREE_CODE (method_body) == NOP_EXPR 8386 method_body = build1 (RETURN_EXPR, void_type_node, NULL); 8388 BLOCK_EXPR_BODY (DECL_FUNCTION_BODY (current_function_decl)) = method_body;
|
H A D | ChangeLog | 3229 (method_body:): Simplified. 5219 (method_body:): Accept `;' as a method body. 9018 (method_body:): Define action. 11027 (method_declaration:): Action for method_body: placed in new 13253 * parse.y (method_body, literal, INT_LIT_TK, FP_LIT_TK, 13261 method. method_body: installs the function body, absorbs blocks 13264 (method_body:): Installed default rules. 13385 (method_body:): Likewise. 13920 formal_parameter_list, formal_parameter, method_body, block,
|