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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pragma.cc 1190 tree target_binary; variable
1227 p->target_binary = build_target_option_node (&global_options,
1263 if (p->target_binary != target_option_current_node)
1265 (void) targetm.target_option.pragma_parse (NULL_TREE, p->target_binary);
1266 target_option_current_node = p->target_binary;
1274 TREE_TARGET_OPTION (p->target_binary));
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pragma.cc 1047 tree target_binary; variable
1084 p->target_binary = build_target_option_node (&global_options,
1120 if (p->target_binary != target_option_current_node)
1122 (void) targetm.target_option.pragma_parse (NULL_TREE, p->target_binary);
1123 target_option_current_node = p->target_binary;
1131 TREE_TARGET_OPTION (p->target_binary));

Completed in 24 milliseconds