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

  /src/external/gpl3/gcc/dist/gcc/
fold-const.cc 1899 const_unop (enum tree_code code, tree type, tree arg0)
1974 elem = const_unop (BIT_NOT_EXPR, TREE_TYPE (type), elem);
9550 tree tem = const_unop (code, type, arg0);
1894 const_unop (enum tree_code code, tree type, tree arg0) function
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const.cc 1748 const_unop (enum tree_code code, tree type, tree arg0)
1823 elem = const_unop (BIT_NOT_EXPR, TREE_TYPE (type), elem);
9334 tree tem = const_unop (code, type, arg0);
1743 const_unop (enum tree_code code, tree type, tree arg0) function

Completed in 42 milliseconds