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

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 25712 tree otherfirst = ns == decl1 ? args2 : args1;
25713 otherfirst = TREE_VALUE (otherfirst);
25714 if (TREE_CODE (otherfirst) == REFERENCE_TYPE
25715 && TYPE_REF_IS_RVALUE (otherfirst))
25710 tree otherfirst = ns == decl1 ? args2 : args1; local

Completed in 31 milliseconds