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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-lang.cc 51 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-lang.cc 50 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-lang.cc 51 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
  /src/external/gpl3/gcc.old/dist/gcc/objcp/
objcp-lang.cc 47 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
  /src/external/gpl3/gcc/dist/gcc/c/
c-lang.cc 55 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
  /src/external/gpl3/gcc/dist/gcc/objcp/
objcp-lang.cc 47 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-lang.cc 108 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-lang.cc 104 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
  /src/external/gpl3/gcc.old/dist/gcc/jit/
dummy-frontend.cc 733 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
  /src/external/gpl3/gcc/dist/gcc/jit/
dummy-frontend.cc 1165 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
  /src/external/gpl3/gcc/dist/gcc/fortran/
f95-lang.cc 204 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
  /src/external/gpl3/gcc/dist/gcc/
langhooks.h 1 /* The lang_hooks data structure.
359 struct lang_hooks struct
649 extern struct lang_hooks lang_hooks;
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-lang.cc 643 tree type = lang_hooks.types.type_for_size (size, unsignedp);
909 lang_hooks.lto.begin_section = lhd_begin_section;
910 lang_hooks.lto.append_data = lhd_append_data;
911 lang_hooks.lto.end_section = lhd_end_section;
1493 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
1495 /* Language hooks that are not part of lang_hooks. */
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-lang.cc 282 /* Implements the lang_hooks.init_options routine for language D.
296 global.vendor = lang_hooks.name;
324 /* Implements the lang_hooks.init_options_struct routine for language D.
341 /* Implements the lang_hooks.lang_mask routine for language D.
363 /* Implements the lang_hooks.init routine for language D. */
409 /* Implements the lang_hooks.init_ts routine for language D. */
418 /* Implements the lang_hooks.handle_option routine for language D.
849 /* Implements the lang_hooks.post_options routine for language D.
1008 /* Implements the lang_hooks.parse_file routine for language D. */
1459 /* Implements the lang_hooks.types.type_for_mode routine for language D. *
2007 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
f95-lang.cc 179 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
  /src/external/gpl3/gcc.old/dist/gcc/
langhooks.h 1 /* The lang_hooks data structure.
357 struct lang_hooks struct
643 extern struct lang_hooks lang_hooks;
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-lang.cc 629 tree type = lang_hooks.types.type_for_size (size, unsignedp);
895 lang_hooks.lto.begin_section = lhd_begin_section;
896 lang_hooks.lto.append_data = lhd_append_data;
897 lang_hooks.lto.end_section = lhd_end_section;
1471 struct lang_hooks lang_hooks = LANG_HOOKS_INITIALIZER; variable in typeref:struct:lang_hooks
1473 /* Language hooks that are not part of lang_hooks. */

Completed in 38 milliseconds