HomeSort by: relevance | last modified time | path
    Searched refs:target_option (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
javacomp.c 341 bool target_option, const char *target_version,
354 1 + (source_option ? 2 : 0) + (target_option ? 2 : 0) + (optimize ? 1 : 0)
365 if (target_option)
792 bool target_option; member in struct:result_t
986 resultp->target_option = true;
1010 resultp->target_option = true;
1028 *target_option_p = resultp->target_option;
1313 bool target_option; member in struct:result_t
1500 resultp->target_option = true;
1523 resultp->target_option = true
1588 bool target_option = false; local
1729 bool target_option = false; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
darwin.h 459 targetm.target_option.pragma_parse = rs6000_pragma_target_parse; \
rs6000.h 599 targetm.target_option.pragma_parse = rs6000_pragma_target_parse; \
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-c.cc 372 targetm.target_option.pragma_parse = aarch64_pragma_target_parse;
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
darwin.h 458 targetm.target_option.pragma_parse = rs6000_pragma_target_parse; \
rs6000.h 645 targetm.target_option.pragma_parse = rs6000_pragma_target_parse; \
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-c.cc 421 targetm.target_option.pragma_parse = aarch64_pragma_target_parse;
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-c.cc 543 targetm.target_option.pragma_parse = arm_pragma_target_parse;
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-c.cc 497 targetm.target_option.pragma_parse = arm_pragma_target_parse;
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pragma.cc 961 if (targetm.target_option.pragma_parse (args, NULL_TREE))
1122 (void) targetm.target_option.pragma_parse (NULL_TREE, p->target_binary);
1169 (void) targetm.target_option.pragma_parse (NULL_TREE, new_target);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pragma.cc 1104 if (targetm.target_option.pragma_parse (args, NULL_TREE))
1265 (void) targetm.target_option.pragma_parse (NULL_TREE, p->target_binary);
1304 (void) targetm.target_option.pragma_parse (NULL_TREE, new_target);
  /src/external/gpl3/gcc/dist/gcc/
cgraphclones.cc 1066 r = targetm.target_option.valid_attribute_p (new_decl, name_id, v, 1);
1068 r = targetm.target_option.valid_version_attribute_p (new_decl, name_id,
tree-streamer-in.cc 568 if (targetm.target_option.post_stream_in)
569 targetm.target_option.post_stream_in (TREE_TARGET_OPTION (expr));
toplev.cc 1239 targetm.target_option.override ();
2276 targetm.target_option.override);
tree-core.h 2132 struct tree_target_option GTY ((tag ("TS_TARGET_OPTION"))) target_option;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-streamer-in.cc 573 if (targetm.target_option.post_stream_in)
574 targetm.target_option.post_stream_in (TREE_TARGET_OPTION (expr));
toplev.cc 1238 targetm.target_option.override ();
2266 targetm.target_option.override);
cgraphclones.cc 1049 bool r = targetm.target_option.valid_attribute_p (new_decl, NULL, v, 1);
tree-core.h 2085 struct tree_target_option GTY ((tag ("TS_TARGET_OPTION"))) target_option;
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-c.cc 951 targetm.target_option.pragma_parse = ix86_pragma_target_parse;
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-c.cc 826 targetm.target_option.pragma_parse = ix86_pragma_target_parse;
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390-c.cc 1105 targetm.target_option.pragma_parse = s390_pragma_target_parse;
  /src/external/gpl3/gcc/dist/gcc/jit/
dummy-frontend.cc 772 else if (! targetm.target_option.valid_attribute_p (*node, name, args,
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-c.cc 1101 targetm.target_option.pragma_parse = s390_pragma_target_parse;
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-attribs.cc 734 else if (!targetm.target_option.valid_attribute_p (*node, name, args, flags))

Completed in 63 milliseconds

1 2 3