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

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-match.h 39 bool is_tree_code () const { return rep > 0; } function in class:code_helper
360 return (op->code.is_tree_code ()
  /src/external/gpl3/gcc/dist/gcc/
tree.h 91 bool is_tree_code () const { return rep > 0; } function in class:code_helper
114 return is_tree_code () ? (tree_code) *this : MAX_TREE_CODES;

Completed in 21 milliseconds