Searched refs:cur_tree (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-c.c386 tree cur_tree; local
392 cur_tree = ((pop_target) ? pop_target : target_option_default_node);
394 TREE_TARGET_OPTION (cur_tree));
398 cur_tree = arm_valid_target_attribute_tree (args, &global_options,
400 if (cur_tree == NULL_TREE)
409 target_option_current_node = cur_tree;
411 TREE_TARGET_OPTION (cur_tree), false);
418 cur_opt = TREE_TARGET_OPTION (cur_tree);
458 if cur_tree is a new target, states will be saved/restored on a per
460 if (cur_tree
[all...]
H A Darm.c32724 tree cur_tree, new_optimize;
32748 cur_tree = arm_valid_target_attribute_tree (args, &func_options,
32751 if (cur_tree == NULL_TREE)
32756 DECL_FUNCTION_SPECIFIC_TARGET (fndecl) = cur_tree;
32696 tree cur_tree, new_optimize; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-c.cc405 tree cur_tree; local
411 cur_tree = ((pop_target) ? pop_target : target_option_default_node);
413 TREE_TARGET_OPTION (cur_tree));
417 cur_tree = arm_valid_target_attribute_tree (args, &global_options,
419 if (cur_tree == NULL_TREE)
428 target_option_current_node = cur_tree;
430 TREE_TARGET_OPTION (cur_tree), false);
437 cur_opt = TREE_TARGET_OPTION (cur_tree);
479 if cur_tree is a new target, states will be saved/restored on a per
481 if (cur_tree
[all...]
H A Darm.cc33370 tree cur_tree, new_optimize;
33395 cur_tree = arm_valid_target_attribute_tree (args, &func_options,
33398 if (cur_tree == NULL_TREE)
33403 DECL_FUNCTION_SPECIFIC_TARGET (fndecl) = cur_tree;
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dgen-icache.c380 icache_tree *cur_tree = *ptr_to_cur_tree; local
381 while (cur_tree != NULL
382 && strcmp(cur_tree->name, name) < 0) {
383 ptr_to_cur_tree = &cur_tree->next;
384 cur_tree = *ptr_to_cur_tree;
386 ASSERT(cur_tree == NULL
387 || strcmp(cur_tree->name, name) >= 0);
389 if (cur_tree != NULL
390 && strcmp(cur_tree->name, name) == 0)
391 return cur_tree;
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dgen-icache.c381 icache_tree *cur_tree = *ptr_to_cur_tree; local
382 while (cur_tree != NULL
383 && strcmp(cur_tree->name, name) < 0) {
384 ptr_to_cur_tree = &cur_tree->next;
385 cur_tree = *ptr_to_cur_tree;
387 ASSERT(cur_tree == NULL
388 || strcmp(cur_tree->name, name) >= 0);
390 if (cur_tree != NULL
391 && strcmp(cur_tree->name, name) == 0)
392 return cur_tree;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-c.c596 tree cur_tree;
612 cur_tree = (pop_target ? pop_target : target_option_default_node);
614 TREE_TARGET_OPTION (cur_tree));
618 cur_tree = ix86_valid_target_attribute_tree (NULL_TREE, args,
621 if (!cur_tree || cur_tree == error_mark_node)
629 target_option_current_node = cur_tree;
634 cur_opt = TREE_TARGET_OPTION (cur_tree);
595 tree cur_tree; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-c.cc654 tree cur_tree;
670 cur_tree = (pop_target ? pop_target : target_option_default_node);
672 TREE_TARGET_OPTION (cur_tree));
676 cur_tree = ix86_valid_target_attribute_tree (NULL_TREE, args,
679 if (!cur_tree || cur_tree == error_mark_node)
687 target_option_current_node = cur_tree;
692 cur_opt = TREE_TARGET_OPTION (cur_tree);
653 tree cur_tree; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-c.c404 tree cur_tree; local
407 cur_tree = pop_target;
410 cur_tree = s390_valid_target_attribute_tree (args, &global_options,
412 if (!cur_tree || cur_tree == error_mark_node)
420 target_option_current_node = cur_tree;
429 cur_opt = TREE_TARGET_OPTION (cur_tree);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-c.cc424 tree cur_tree; local
427 cur_tree = pop_target;
430 cur_tree = s390_valid_target_attribute_tree (args, &global_options,
432 if (!cur_tree || cur_tree == error_mark_node)
440 target_option_current_node = cur_tree;
449 cur_opt = TREE_TARGET_OPTION (cur_tree);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dattribs.cc643 tree cur_tree local
650 if (old_tree != cur_tree)
651 DECL_FUNCTION_SPECIFIC_TARGET (*node) = cur_tree;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-cppbuiltin.c584 tree cur_tree)
587 struct cl_optimization *cur = TREE_OPTIMIZATION (cur_tree);
583 c_cpp_builtins_optimize_pragma(cpp_reader *pfile, tree prev_tree, tree cur_tree) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-cppbuiltin.cc595 tree cur_tree)
598 struct cl_optimization *cur = TREE_OPTIMIZATION (cur_tree);
594 c_cpp_builtins_optimize_pragma(cpp_reader *pfile, tree prev_tree, tree cur_tree) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nios2/
H A Dnios2.c4417 tree cur_tree;
4420 cur_tree = ((pop_target)
4424 TREE_TARGET_OPTION (cur_tree));
4428 cur_tree = nios2_valid_target_attribute_tree (args);
4429 if (!cur_tree)
4433 target_option_current_node = cur_tree;
4406 tree cur_tree; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nios2/
H A Dnios2.cc4452 tree cur_tree;
4455 cur_tree = ((pop_target)
4459 TREE_TARGET_OPTION (cur_tree));
4463 cur_tree = nios2_valid_target_attribute_tree (args);
4464 if (!cur_tree)
4468 target_option_current_node = cur_tree;
4441 tree cur_tree; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c23759 tree cur_tree;
23784 cur_tree = ((pop_target)
23788 TREE_TARGET_OPTION (cur_tree));
23795 || (cur_tree = build_target_option_node (&global_options))
23805 target_option_current_node = cur_tree;
23816 cur_opt = TREE_TARGET_OPTION (cur_tree);
23713 tree cur_tree; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc24449 tree cur_tree;
24474 cur_tree = ((pop_target)
24478 TREE_TARGET_OPTION (cur_tree));
24485 || (cur_tree = build_target_option_node (&global_options,
24496 target_option_current_node = cur_tree;
24507 cur_opt = TREE_TARGET_OPTION (cur_tree);
24402 tree cur_tree; local

Completed in 697 milliseconds