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

  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 2244 tree constop = maybe_constant_value (operand); local
2245 if (TREE_CONSTANT (constop))
2246 operand = constop;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 1967 tree constop = maybe_constant_value (operand); local
1968 if (TREE_CONSTANT (constop))
1969 operand = constop;

Completed in 37 milliseconds