HomeSort by: relevance | last modified time | path
    Searched defs:thunk_fndecl (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
symtab-thunks.cc 340 tree thunk_fndecl = node->decl; local
348 && targetm.asm_out.can_output_mi_thunk (thunk_fndecl, fixed_offset,
352 tree restype = TREE_TYPE (TREE_TYPE (thunk_fndecl));
362 a = DECL_ARGUMENTS (thunk_fndecl);
364 current_function_decl = thunk_fndecl;
367 resolve_unique_section (thunk_fndecl, 0,
370 DECL_RESULT (thunk_fndecl)
371 = build_decl (DECL_SOURCE_LOCATION (thunk_fndecl),
373 DECL_CONTEXT (DECL_RESULT (thunk_fndecl)) = thunk_fndecl;
    [all...]
ipa-strub.cc 3101 tree thunk_fndecl = decl;
3120 a = DECL_ARGUMENTS (thunk_fndecl);
3122 current_function_decl = thunk_fndecl;
3125 resolve_unique_section (thunk_fndecl, 0,
3131 restype = TREE_TYPE (TREE_TYPE (thunk_fndecl));
3132 if (DECL_RESULT (thunk_fndecl) == NULL_TREE)
3137 DECL_CONTEXT (resdecl) = thunk_fndecl;
3138 DECL_RESULT (thunk_fndecl) = resdecl;
3141 resdecl = DECL_RESULT (thunk_fndecl);
3148 = init_lowered_empty_function (thunk_fndecl, true, cfg_count)
3099 tree thunk_fndecl = decl; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
symtab-thunks.cc 340 tree thunk_fndecl = node->decl; local
348 && targetm.asm_out.can_output_mi_thunk (thunk_fndecl, fixed_offset,
352 tree restype = TREE_TYPE (TREE_TYPE (thunk_fndecl));
362 a = DECL_ARGUMENTS (thunk_fndecl);
364 current_function_decl = thunk_fndecl;
367 resolve_unique_section (thunk_fndecl, 0,
370 DECL_RESULT (thunk_fndecl)
371 = build_decl (DECL_SOURCE_LOCATION (thunk_fndecl),
373 DECL_CONTEXT (DECL_RESULT (thunk_fndecl)) = thunk_fndecl;
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-decl.cc 2965 tree thunk_fndecl; local
2985 thunk_fndecl = thunk_sym->backend_decl;
3093 DECL_SAVED_TREE (thunk_fndecl) = gfc_finish_block (&body);
3096 BLOCK_SUPERCONTEXT (DECL_INITIAL (thunk_fndecl)) = thunk_fndecl;
3097 DECL_SAVED_TREE (thunk_fndecl)
3098 = fold_build3_loc (DECL_SOURCE_LOCATION (thunk_fndecl), BIND_EXPR,
3099 void_type_node, tmp, DECL_SAVED_TREE (thunk_fndecl),
3100 DECL_INITIAL (thunk_fndecl));
3103 dump_function (TDI_original, thunk_fndecl);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-decl.cc 2917 tree thunk_fndecl; local
2937 thunk_fndecl = thunk_sym->backend_decl;
3045 DECL_SAVED_TREE (thunk_fndecl) = gfc_finish_block (&body);
3048 BLOCK_SUPERCONTEXT (DECL_INITIAL (thunk_fndecl)) = thunk_fndecl;
3049 DECL_SAVED_TREE (thunk_fndecl)
3050 = fold_build3_loc (DECL_SOURCE_LOCATION (thunk_fndecl), BIND_EXPR,
3051 void_type_node, tmp, DECL_SAVED_TREE (thunk_fndecl),
3052 DECL_INITIAL (thunk_fndecl));
3055 dump_function (TDI_original, thunk_fndecl);
    [all...]

Completed in 20 milliseconds