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

  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 9894 tree current_object;
9925 tree current_object = data->current_object;
9940 if (current_object)
9942 tree this_expr = TREE_OPERAND (current_object, 0);
9953 && operand_equal_p (TREE_OPERAND (t, 0), current_object)
10024 data.current_object = NULL_TREE;
10031 data.current_object = object;
10050 omp_target_this_expr = TREE_OPERAND (data.current_object, 0);
9893 tree current_object; member in struct:omp_target_walk_data
9924 tree current_object = data->current_object; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 9426 tree current_object;
9457 tree current_object = data->current_object;
9472 if (current_object)
9474 tree this_expr = TREE_OPERAND (current_object, 0);
9485 && operand_equal_p (TREE_OPERAND (t, 0), current_object)
9556 data.current_object = NULL_TREE;
9563 data.current_object = object;
9582 omp_target_this_expr = TREE_OPERAND (data.current_object, 0);
9425 tree current_object; member in struct:omp_target_walk_data
9456 tree current_object = data->current_object; local

Completed in 49 milliseconds