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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
typelist.h 298 typedef chain<Hd, rest_type> chain_type; typedef in struct:typelist::detail::chain_filter_
301 typedef typename __conditional_type<include_hd, chain_type, rest_type>::__type type;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
typelist.h 298 typedef chain<Hd, rest_type> chain_type; typedef in struct:typelist::detail::chain_filter_
301 typedef typename __conditional_type<include_hd, chain_type, rest_type>::__type type;
  /src/external/gpl3/gcc/dist/gcc/
tree-predcom.cc 278 enum chain_type enum
300 chain (chain_type t) : type (t), op (ERROR_MARK), rslt_type (NULL_TREE),
306 enum chain_type type;
575 const char *chain_type; local
582 chain_type = "Load motion";
586 chain_type = "Loads-only";
590 chain_type = "Store-loads";
594 chain_type = "Store-stores";
598 chain_type = "Combination";
605 fprintf (file, "%s chain %p%s\n", chain_type, (void *) chain
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-predcom.cc 278 enum chain_type enum
300 chain (chain_type t) : type (t), op (ERROR_MARK), rslt_type (NULL_TREE),
306 enum chain_type type;
575 const char *chain_type; local
582 chain_type = "Load motion";
586 chain_type = "Loads-only";
590 chain_type = "Store-loads";
594 chain_type = "Store-stores";
598 chain_type = "Combination";
605 fprintf (file, "%s chain %p%s\n", chain_type, (void *) chain
    [all...]

Completed in 26 milliseconds