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

  /src/external/mit/isl/dist/
isl_schedule.c 398 enum isl_schedule_node_type root_type; local
404 root_type = isl_schedule_tree_get_type(schedule->root);
405 if (root_type != isl_schedule_node_domain)
428 enum isl_schedule_node_type root_type; local
434 root_type = isl_schedule_tree_get_type(schedule->root);
435 if (root_type != isl_schedule_node_domain)
599 enum isl_schedule_node_type root_type; local
606 root_type = isl_schedule_tree_get_type(schedule1->root);
607 if (root_type != isl_schedule_node_domain)
610 root_type = isl_schedule_tree_get_type(schedule2->root)
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
typelist.h 422 typedef typename Typelist_Typelist::root root_type; typedef in struct:typelist::append_typelist
423 typedef detail::append_typelist_<root_type> append_type;
433 typedef typename Typelist::root root_type; typedef in struct:typelist::contains
438 value = detail::contains_<root_type, T>::value
446 typedef typename Typelist::root root_type; typedef in struct:typelist::filter
447 typedef detail::chain_filter_<root_type, Pred> filter_type;
457 typedef typename Typelist::root root_type; typedef in struct:typelist::at_index
458 typedef detail::chain_at_index_<root_type, i> index_type;
468 typedef typename Typelist::root root_type; typedef in struct:typelist::transform
469 typedef detail::chain_transform_<root_type, Transform> transform_type
479 typedef typename Typelist_Typelist::root root_type; typedef in struct:typelist::flatten
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
typelist.h 422 typedef typename Typelist_Typelist::root root_type; typedef in struct:typelist::append_typelist
423 typedef detail::append_typelist_<root_type> append_type;
433 typedef typename Typelist::root root_type; typedef in struct:typelist::contains
438 value = detail::contains_<root_type, T>::value
446 typedef typename Typelist::root root_type; typedef in struct:typelist::filter
447 typedef detail::chain_filter_<root_type, Pred> filter_type;
457 typedef typename Typelist::root root_type; typedef in struct:typelist::at_index
458 typedef detail::chain_at_index_<root_type, i> index_type;
468 typedef typename Typelist::root root_type; typedef in struct:typelist::transform
469 typedef detail::chain_transform_<root_type, Transform> transform_type
479 typedef typename Typelist_Typelist::root root_type; typedef in struct:typelist::flatten
    [all...]
  /src/external/mpl/dhcp/dist/omapip/
trace.c 108 trace_type_t *root_type; local
116 root_type = trace_type_register ("trace-index-mapping",
119 if (!root_type)
121 if (new_trace_types == root_type)
123 root_type -> index = 0;
124 trace_type_stash (root_type);
  /src/external/gpl3/gcc/dist/gcc/config/bpf/
core-builtins.cc 920 tree root_type = NULL_TREE;
951 root_type = tmp;
964 ret.reloc_data.type = root_type;
971 cfun->used_types_hash->add (root_type);

Completed in 68 milliseconds