OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IfStatement
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
statement.h
23
class
IfStatement
;
134
IfStatement
*isIfStatement() { return stmt == STMTif ? (
IfStatement
*)this : NULL; }
369
class
IfStatement
: public Statement
379
IfStatement
*syntaxCopy();
sapply.d
115
override void visit(
IfStatement
s)
statement_rewrite_walker.d
116
override void visit(
IfStatement
s)
foreachvar.d
131
void visitIf(
IfStatement
s)
statement.d
375
inout(
IfStatement
) isIfStatement() { return stmt == STMT.If ? cast(typeof(return))this : null; }
1026
extern (C++) final class
IfStatement
: Statement
1045
override
IfStatement
syntaxCopy()
1047
return new
IfStatement
(loc,
blockexit.d
276
override void visit(
IfStatement
s)
278
//printf("
IfStatement
::blockExit(%p)\n", s);
296
//printf("
IfStatement
::blockExit(%p) = x%x\n", s, result);
visitor.h
31
class
IfStatement
;
402
virtual void visit(
IfStatement
*s) { visit((Statement *)s); }
parsetimevisitor.d
108
void visit(AST.
IfStatement
s) { visit(cast(AST.Statement)s); }
statementsem.d
537
_body = new
IfStatement
(ws.loc, ws.param, ws.condition, ws._body, new BreakStatement(ws.loc, null), ws.endloc);
1866
override void visit(
IfStatement
ifs)
1868
/* https://dlang.org/spec/statement.html#
IfStatement
4093
Statement s = new
IfStatement
(loc, null, ec, new ExpStatement(loc, e), null, loc);
4198
sfinally = new
IfStatement
(Loc.initial, null, e, s, null, Loc.initial);
transitivevisitor.d
163
override void visit(AST.
IfStatement
s)
165
//printf("Visiting
IfStatement
\n");
ob.d
520
void visitIf(
IfStatement
s)
524
// bexit is the block that gets control after this
IfStatement
is done
cparse.d
470
s = new AST.
IfStatement
(loc, null, condition, ifbody, elsebody, token.loc);
dsymbolsem.d
4249
s = new
IfStatement
(Loc.initial, null, e, new ReturnStatement(Loc.initial, null), null, Loc.initial);
4345
s = new
IfStatement
(Loc.initial, null, e, new ReturnStatement(Loc.initial, null), null, Loc.initial);
hdrgen.d
403
override void visit(
IfStatement
s)
dinterpret.d
890
override void visit(
IfStatement
s)
894
printf("%s
IfStatement
::interpret(%s)\n", s.loc.toChars(), s.condition.toChars());
parse.d
6029
s = new AST.
IfStatement
(loc, param, condition, ifbody, elsebody, token.loc);
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Nodes.h
10
// Nodes provide access to their syntactic components, e.g.
IfStatement
provides
54
/// as a child of
IfStatement
or WhileStatement node. More generally, when
272
class
IfStatement
final : public Statement {
274
IfStatement
() : Statement(NodeKind::
IfStatement
) {}
/src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Nodes.cpp
256
syntax::Leaf *syntax::
IfStatement
::getIfKeyword() {
261
syntax::Statement *syntax::
IfStatement
::getThenStatement() {
266
syntax::Leaf *syntax::
IfStatement
::getElseKeyword() {
270
syntax::Statement *syntax::
IfStatement
::getElseStatement() {
Synthesis.cpp
120
case syntax::NodeKind::
IfStatement
:
121
return new (A.getAllocator()) syntax::
IfStatement
;
BuildTree.cpp
1467
new (allocator()) syntax::
IfStatement
, S);
/src/external/gpl3/gcc.old/dist/gcc/d/
toir.cc
574
void visit (
IfStatement
*s)
Completed in 82 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026