Searched refs:mdecl (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 8003 tree mdecl, current, parms; local 8009 mdecl = create_artificial_method (class_type, ACC_PRIVATE, void_type_node, 8011 fix_method_argument_names (parms, mdecl); 8013 mdecl, NULL_TREE); 8014 DECL_FUNCTION_NAP (mdecl) = count; 8015 start_artificial_method_body (mdecl); 8018 java_method_add_stmt (mdecl, 8021 end_artificial_method_body (mdecl); 8022 return mdecl; 8040 tree mdecl = create_artificial_method (class_type, ACC_PRIVATE, local [all …]
|
| H A D | parse.y | 4438 tree mdecl, current, parms; local 4444 mdecl = create_artificial_method (class_type, ACC_PRIVATE, void_type_node, 4446 fix_method_argument_names (parms, mdecl); 4448 mdecl, NULL_TREE); 4449 DECL_FUNCTION_NAP (mdecl) = count; 4450 start_artificial_method_body (mdecl); 4453 java_method_add_stmt (mdecl, 4456 end_artificial_method_body (mdecl); 4457 return mdecl; 4475 tree mdecl = create_artificial_method (class_type, ACC_PRIVATE, local [all …]
|
| H A D | check-init.c | 180 tree mdecl = current_function_decl; local 183 && ! METHOD_STATIC (mdecl) 187 if (op0 == BLOCK_EXPR_DECLS (DECL_FUNCTION_BODY (mdecl))) 923 check_for_initialization (body, mdecl) in check_for_initialization() argument 924 tree body, mdecl; in check_for_initialization() 929 tree owner = DECL_CONTEXT (mdecl); 930 int is_static_method = METHOD_STATIC (mdecl); 932 int is_finit_method = DECL_FINIT_P (mdecl) || DECL_INSTINIT_P (mdecl); 934 = (is_finit_method || DECL_CLINIT_P (mdecl) 935 || (DECL_INIT_P (mdecl) && ! DECL_INIT_CALLS_THIS (mdecl)));
|
| H A D | mangle.c | 136 mangle_method_decl (mdecl) in mangle_method_decl() argument 137 tree mdecl; in mangle_method_decl() 139 tree method_name = DECL_NAME (mdecl); 143 mangle_record_type (DECL_CONTEXT (mdecl), /* for_pointer = */ 0); 157 arglist = TYPE_ARG_TYPES (TREE_TYPE (mdecl)); 158 if (TREE_CODE (TREE_TYPE (mdecl)) == METHOD_TYPE)
|
| H A D | class.c | 1238 make_method_value (mdecl) in make_method_value() argument 1239 tree mdecl; in make_method_value() 1246 int accflags = get_access_flags_from_decl (mdecl) | ACC_TRANSLATED; 1248 if (!flag_indirect_dispatch && DECL_VINDEX (mdecl) != NULL_TREE) 1249 index = DECL_VINDEX (mdecl); 1254 if (DECL_RTL_SET_P (mdecl)) 1255 code = build1 (ADDR_EXPR, nativecode_ptr_type_node, mdecl); 1258 build_utf8_ref (DECL_CONSTRUCTOR_P (mdecl) ? 1260 : DECL_NAME (mdecl))); 1262 tree signature = build_java_signature (TREE_TYPE (mdecl)); [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | tm.texi | 9197 @item MODIFY_JNI_METHOD_CALL (@var{mdecl}) 9199 method call @var{mdecl}, if Java Native Interface (JNI) methods 9206 build_type_attribute_variant (@var{mdecl},
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | tm.texi | 9827 @defmac MODIFY_JNI_METHOD_CALL (@var{mdecl}) 9829 method call @var{mdecl}, if Java Native Interface (JNI) methods 9836 build_type_attribute_variant (@var{mdecl},
|