OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PreExp
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expression.h
192
PreExp
* isPreExp();
1039
class
PreExp
: public UnaExp
visitor.h
251
class
PreExp
;
504
virtual void visit(
PreExp
*e) { visit((UnaExp *)e); }
parsetimevisitor.d
212
void visit(AST.
PreExp
e) { visit(cast(AST.UnaExp)e); }
cparse.d
905
e = new AST.
PreExp
(EXP.prePlusPlus, loc, e);
912
e = new AST.
PreExp
(EXP.preMinusMinus, loc, e);
expression.d
1688
inout(
PreExp
) isPreExp() { return (op == EXP.prePlusPlus || op == EXP.preMinusMinus) ? cast(typeof(return))this : null; }
5925
extern (C++) final class
PreExp
: UnaExp
5929
super(loc, op, __traits(classInstanceSize,
PreExp
), e);
parse.d
8427
e = new AST.
PreExp
(EXP.prePlusPlus, loc, e);
8434
e = new AST.
PreExp
(EXP.preMinusMinus, loc, e);
hdrgen.d
2510
void visitPre(
PreExp
e)
statementsem.d
1830
increment = new
PreExp
(EXP.prePlusPlus, loc, new VarExp(loc, fs.key));
expressionsem.d
8598
eb = new
PreExp
(exp.op == EXP.plusPlus ? EXP.prePlusPlus : EXP.preMinusMinus, exp.loc, eb);
8630
override void visit(
PreExp
exp)
8633
// printf("
PreExp
::semantic('%s')\n", toChars());
Completed in 42 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026