Home
last modified time | relevance | path

Searched refs:get_attrs_tree (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-builtins.c535 builtins_manager::get_attrs_tree (enum built_in_function builtin_id) in get_attrs_tree() function
538 return get_attrs_tree (attr); in get_attrs_tree()
544 builtins_manager::get_attrs_tree (enum built_in_attribute attr) in get_attrs_tree() function
571 case ENUM: return tree_cons (get_attrs_tree (PURPOSE), \ in make_attrs_tree()
572 get_attrs_tree (VALUE), \ in make_attrs_tree()
573 get_attrs_tree (CHAIN)); in make_attrs_tree()
H A Djit-builtins.h125 get_attrs_tree (enum built_in_function builtin_id);
128 get_attrs_tree (enum built_in_attribute attr);
H A Djit-playback.c464 tree attrs = bm->get_attrs_tree (builtin_id); in new_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-builtins.cc654 builtins_manager::get_attrs_tree (enum built_in_function builtin_id) in get_attrs_tree() function in gcc::jit::builtins_manager
657 return get_attrs_tree (attr); in get_attrs_tree()
663 builtins_manager::get_attrs_tree (enum built_in_attribute attr) in get_attrs_tree() function in gcc::jit::builtins_manager
690 case ENUM: return tree_cons (get_attrs_tree (PURPOSE), \ in make_attrs_tree()
691 get_attrs_tree (VALUE), \ in make_attrs_tree()
692 get_attrs_tree (CHAIN)); in make_attrs_tree()
H A Djit-builtins.h125 get_attrs_tree (enum built_in_function builtin_id);
128 get_attrs_tree (enum built_in_attribute attr);
H A Djit-playback.cc557 tree attrs = bm->get_attrs_tree (builtin_id); in new_function()
H A DChangeLog3406 (builtins_manager::get_attrs_tree): Two new functions.
3417 (builtins_manager::get_attrs_tree): Two new functions.