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

  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 1678 tree thisexp = build_expr (dve->e1); local
1685 && TREE_CODE (thisexp) == COMPOUND_EXPR
1686 && TREE_CODE (TREE_OPERAND (thisexp, 0)) == TARGET_EXPR
1687 && TARGET_EXPR_CLEANUP (TREE_OPERAND (thisexp, 0)))
1689 cleanup = TREE_OPERAND (thisexp, 0);
1690 thisexp = TREE_OPERAND (thisexp, 1);
1693 if (TREE_CODE (thisexp) == CONSTRUCTOR)
1694 thisexp = force_target_expr (thisexp);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expression.h 140 ThisExp* isThisExp();
337 class ThisExp : public Expression
342 ThisExp *syntaxCopy();
350 class SuperExp : public ThisExp
526 Expression *thisexp; // if !NULL, 'this' for class being allocated member in class:NewExp
536 static NewExp *create(const Loc &loc, Expression *thisexp, Type *newtype, Expressions *arguments);
547 Expression *thisexp; // if !NULL, 'this' for class being allocated member in class:NewAnonClassExp

Completed in 36 milliseconds