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

  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 9942 tree this_expr = TREE_OPERAND (current_object, 0);
9944 if (operand_equal_p (t, this_expr))
9941 tree this_expr = TREE_OPERAND (current_object, 0); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 9474 tree this_expr = TREE_OPERAND (current_object, 0);
9476 if (operand_equal_p (t, this_expr))
9473 tree this_expr = TREE_OPERAND (current_object, 0); local

Completed in 44 milliseconds