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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-stmt.cc 2063 tree target_expr; local
2067 target_expr = se.expr;
2092 && TREE_CODE (target_expr) != COMPONENT_REF)
2094 descriptor to get the target_expr. */
2095 target_expr =
2098 /* Strip the _data component from the target_expr. */
2099 target_expr = TREE_OPERAND (target_expr, 0);
2101 tmp = gfc_class_len_get (target_expr);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-stmt.cc 2041 tree target_expr; local
2045 target_expr = se.expr;
2070 && TREE_CODE (target_expr) != COMPONENT_REF)
2072 descriptor to get the target_expr. */
2073 target_expr =
2076 /* Strip the _data component from the target_expr. */
2077 target_expr = TREE_OPERAND (target_expr, 0);
2079 tmp = gfc_class_len_get (target_expr);
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 900 /* Similar to copy_tree_r but do not copy SAVE_EXPR or TARGET_EXPR nodes.
912 /* Do not copy SAVE_EXPR, TARGET_EXPR or BIND_EXPR nodes themselves, but
914 if (code == SAVE_EXPR || code == TARGET_EXPR || code == BIND_EXPR)
3761 /* Also strip a TARGET_EXPR that would force an extra copy. */
3762 if (TREE_CODE (*arg_p) == TARGET_EXPR)
6013 to a const reference, and if "x" is a TARGET_EXPR we want
6016 TARGET_EXPR needs to be a temporary. */
6035 case TARGET_EXPR:
6037 /* If we are initializing something from a TARGET_EXPR, strip the
6038 TARGET_EXPR and initialize it directly, if possible. This can'
17396 tree target_expr = NULL_TREE; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 869 /* Similar to copy_tree_r but do not copy SAVE_EXPR or TARGET_EXPR nodes.
881 /* Do not copy SAVE_EXPR, TARGET_EXPR or BIND_EXPR nodes themselves, but
883 if (code == SAVE_EXPR || code == TARGET_EXPR || code == BIND_EXPR)
3484 /* Also strip a TARGET_EXPR that would force an extra copy. */
3485 if (TREE_CODE (*arg_p) == TARGET_EXPR)
5615 to a const reference, and if "x" is a TARGET_EXPR we want
5636 case TARGET_EXPR:
5638 /* If we are initializing something from a TARGET_EXPR, strip the
5639 TARGET_EXPR and initialize it directly, if possible. This can't
5644 elsewhere? I think that such code never uses the TARGET_EXPR a
14615 tree target_expr = NULL_TREE; local
    [all...]

Completed in 45 milliseconds