Home
last modified time | relevance | path

Searched refs:cntlExp (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtransitivevisitor.d1133 e.cntlExp.accept(this); in ParseVisitMethods()
H A Dexpression.d7015 Expression cntlExp; /// controlling expression of a generic selection (not evaluated) variable
7019 extern (D) this(const ref Loc loc, Expression cntlExp, Types* types, Expressions* exps) in this() argument
7022 this.cntlExp = cntlExp; in this()
7030 …return new GenericExp(loc, cntlExp.syntaxCopy(), Type.arraySyntaxCopy(types), Expression.arraySynt… in syntaxCopy()
H A Dexpression.h1289 Expression *cntlExp; variable
H A Dcparse.d1500 auto cntlExp = cparseAssignExp(); in cparseGenericSelection() local
1528 return new AST.GenericExp(loc, cntlExp, types, exps); in cparseGenericSelection()
H A Dexpressionsem.d12031 auto ec = exp.cntlExp.expressionSemantic(sc); in visit()