HomeSort by: relevance | last modified time | path
    Searched refs:targetcm (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/
default-c.cc 28 targetcm itself (for example, because of interactions with some
33 struct gcc_targetcm targetcm = TARGETCM_INITIALIZER; variable in typeref:struct:gcc_targetcm
glibc-c.cc 37 struct gcc_targetcm targetcm = TARGETCM_INITIALIZER; variable in typeref:struct:gcc_targetcm
vxworks-c.cc 37 struct gcc_targetcm targetcm = TARGETCM_INITIALIZER; variable in typeref:struct:gcc_targetcm
winnt-c.cc 38 struct gcc_targetcm targetcm = TARGETCM_INITIALIZER; variable in typeref:struct:gcc_targetcm
darwin-c.cc 890 struct gcc_targetcm targetcm = TARGETCM_INITIALIZER; variable in typeref:struct:gcc_targetcm
  /src/external/gpl3/gcc.old/dist/gcc/config/
default-c.cc 28 targetcm itself (for example, because of interactions with some
33 struct gcc_targetcm targetcm = TARGETCM_INITIALIZER; variable in typeref:struct:gcc_targetcm
glibc-c.cc 37 struct gcc_targetcm targetcm = TARGETCM_INITIALIZER; variable in typeref:struct:gcc_targetcm
vxworks-c.cc 37 struct gcc_targetcm targetcm = TARGETCM_INITIALIZER; variable in typeref:struct:gcc_targetcm
winnt-c.cc 38 struct gcc_targetcm targetcm = TARGETCM_INITIALIZER; variable in typeref:struct:gcc_targetcm
darwin-c.cc 890 struct gcc_targetcm targetcm = TARGETCM_INITIALIZER; variable in typeref:struct:gcc_targetcm
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-target.h 33 extern struct gcc_targetcm targetcm;
c-opts.cc 301 && ! targetcm.handle_c_option (scode, arg, value))
1701 const char *preinc = targetcm.c_preinclude ();
c-format.cc 165 || (*targetcm.string_object_ref_type_p) ((const_tree) strref)));
279 is_target_sref = (*targetcm.string_object_ref_type_p) ((const_tree) ref);
1757 || (*targetcm.string_object_ref_type_p)
1777 else if (targetcm.check_string_object_format_arg)
1778 (*targetcm.check_string_object_format_arg) (format_tree, params);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-target.h 33 extern struct gcc_targetcm targetcm;
c-opts.cc 299 && ! targetcm.handle_c_option (scode, arg, value))
1579 const char *preinc = targetcm.c_preinclude ();
c-format.cc 165 || (*targetcm.string_object_ref_type_p) ((const_tree) strref)));
281 is_target_sref = (*targetcm.string_object_ref_type_p) ((const_tree) ref);
1713 || (*targetcm.string_object_ref_type_p)
1733 else if (targetcm.check_string_object_format_arg)
1734 (*targetcm.check_string_object_format_arg) (format_tree, params);
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-next-runtime-abi-01.cc 2288 if (targetcm.objc_declare_unresolved_class_reference)
2293 targetcm.objc_declare_unresolved_class_reference (string);
2300 if (targetcm.objc_declare_class_definition)
2318 targetcm.objc_declare_class_definition (buf);
objc-act.cc 3324 && targetcm.objc_construct_string_object)
3326 tree constructor = (*targetcm.objc_construct_string_object) (string);
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-next-runtime-abi-01.cc 2285 if (targetcm.objc_declare_unresolved_class_reference)
2290 targetcm.objc_declare_unresolved_class_reference (string);
2297 if (targetcm.objc_declare_class_definition)
2315 targetcm.objc_declare_class_definition (buf);
objc-act.cc 3326 && targetcm.objc_construct_string_object)
3328 tree constructor = (*targetcm.objc_construct_string_object) (string);
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 10755 || (targetcm.cxx_implicit_extern_c
10756 && (targetcm.cxx_implicit_extern_c
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 10285 || (targetcm.cxx_implicit_extern_c
10286 && (targetcm.cxx_implicit_extern_c

Completed in 180 milliseconds