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

  /src/external/gpl3/gdb/dist/gdb/compile/
compile-cplus-types.c 531 instance->plugin ().build_decl ("typedef", name.get (),
607 instance->plugin ().build_decl
631 instance->plugin ().build_decl
742 instance->plugin ().build_decl
787 instance->plugin ().build_decl
832 resuld = instance->plugin ().build_decl
842 resuld = instance->plugin ().build_decl
1357 gcc_cp_plugin::build_decl (const char *debug_decltype, const char *name,
1365 return build_decl (name, sym_kind, sym_type, substitution_name,
1356 gcc_cp_plugin::build_decl (const char *debug_decltype, const char *name, function in class:gcc_cp_plugin
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-cplus-types.c 531 instance->plugin ().build_decl ("typedef", name.get (),
607 instance->plugin ().build_decl
631 instance->plugin ().build_decl
742 instance->plugin ().build_decl
787 instance->plugin ().build_decl
832 resuld = instance->plugin ().build_decl
842 resuld = instance->plugin ().build_decl
1357 gcc_cp_plugin::build_decl (const char *debug_decltype, const char *name,
1365 return build_decl (name, sym_kind, sym_type, substitution_name,
1356 gcc_cp_plugin::build_decl (const char *debug_decltype, const char *name, function in class:gcc_cp_plugin
  /src/external/gpl3/gcc.old/dist/gcc/
tree.cc 5363 build_decl (location_t loc, enum tree_code code, tree name,
5403 tree decl = build_decl (input_location, FUNCTION_DECL, id, type);
5421 tree tu = build_decl (UNKNOWN_LOCATION, TRANSLATION_UNIT_DECL,
7745 TYPE_NAME (t) = build_decl (UNKNOWN_LOCATION, TYPE_DECL,
11567 tree lab = build_decl (loc,
14848 tree label_decl = build_decl (UNKNOWN_LOCATION, LABEL_DECL,
15059 tree int_var = build_decl (UNKNOWN_LOCATION, VAR_DECL,
5346 build_decl (location_t loc, enum tree_code code, tree name, function
  /src/external/gpl3/gcc/dist/gcc/
tree.cc 5403 build_decl (location_t loc, enum tree_code code, tree name,
5443 tree decl = build_decl (input_location, FUNCTION_DECL, id, type);
5461 tree tu = build_decl (UNKNOWN_LOCATION, TRANSLATION_UNIT_DECL,
7882 TYPE_NAME (t) = build_decl (UNKNOWN_LOCATION, TYPE_DECL,
11803 tree lab = build_decl (loc,
15271 tree label_decl = build_decl (UNKNOWN_LOCATION, LABEL_DECL,
15482 tree int_var = build_decl (UNKNOWN_LOCATION, VAR_DECL,
5386 build_decl (location_t loc, enum tree_code code, tree name, function

Completed in 56 milliseconds