Home
last modified time | relevance | path

Searched refs:StaticAssertStatement (Results 1 – 25 of 83) sorted by relevance

1234

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dstatement_rewrite_walker.h98 void visit(StaticAssertStatement *) { } in visit() argument
H A Dstatement.c1098 StaticAssertStatement::StaticAssertStatement(StaticAssert *sa) in StaticAssertStatement() function
1104 Statement *StaticAssertStatement::syntaxCopy() in syntaxCopy()
1106 return new StaticAssertStatement((StaticAssert *)sa->syntaxCopy(NULL)); in syntaxCopy()
H A Dstatement.h415 class StaticAssertStatement : public Statement
420 StaticAssertStatement(StaticAssert *sa);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dstatement_rewrite_walker.h98 void visit(StaticAssertStatement *) { } in visit() argument
H A Dstatement.c1098 StaticAssertStatement::StaticAssertStatement(StaticAssert *sa) in StaticAssertStatement() function
1104 Statement *StaticAssertStatement::syntaxCopy() in syntaxCopy()
1106 return new StaticAssertStatement((StaticAssert *)sa->syntaxCopy(NULL)); in syntaxCopy()
H A Dstatement.h415 class StaticAssertStatement : public Statement
420 StaticAssertStatement(StaticAssert *sa);
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dstatement_rewrite_walker.h98 void visit(StaticAssertStatement *) { } in visit() argument
H A Dstatement.c1098 StaticAssertStatement::StaticAssertStatement(StaticAssert *sa) in StaticAssertStatement() function
1104 Statement *StaticAssertStatement::syntaxCopy() in syntaxCopy()
1106 return new StaticAssertStatement((StaticAssert *)sa->syntaxCopy(NULL)); in syntaxCopy()
H A Dstatement.h415 class StaticAssertStatement : public Statement
420 StaticAssertStatement(StaticAssert *sa);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dstatement_rewrite_walker.h98 void visit(StaticAssertStatement *) { } in visit() argument
H A Dstatement.h418 class StaticAssertStatement : public Statement
423 StaticAssertStatement *syntaxCopy();
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dstatement.c957 StaticAssertStatement::StaticAssertStatement(StaticAssert *sa) in StaticAssertStatement() function
963 Statement *StaticAssertStatement::syntaxCopy() in syntaxCopy()
965 return new StaticAssertStatement((StaticAssert *)sa->syntaxCopy(NULL)); in syntaxCopy()
H A Dstatement.h406 class StaticAssertStatement : public Statement
411 StaticAssertStatement(StaticAssert *sa);
H A Dblockexit.c270 void visit(StaticAssertStatement *) in blockExit()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dstatement.c1077 StaticAssertStatement::StaticAssertStatement(StaticAssert *sa) in StaticAssertStatement() function
1083 Statement *StaticAssertStatement::syntaxCopy() in syntaxCopy()
1085 return new StaticAssertStatement((StaticAssert *)sa->syntaxCopy(NULL)); in syntaxCopy()
H A Dstatement.h405 class StaticAssertStatement : public Statement
410 StaticAssertStatement(StaticAssert *sa);
H A Dblockexit.c270 void visit(StaticAssertStatement *) in blockExit()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dstatement.c1077 StaticAssertStatement::StaticAssertStatement(StaticAssert *sa) in StaticAssertStatement() function
1083 Statement *StaticAssertStatement::syntaxCopy() in syntaxCopy()
1085 return new StaticAssertStatement((StaticAssert *)sa->syntaxCopy(NULL)); in syntaxCopy()
H A Dstatement.h405 class StaticAssertStatement : public Statement
410 StaticAssertStatement(StaticAssert *sa);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dstatement.c957 StaticAssertStatement::StaticAssertStatement(StaticAssert *sa) in StaticAssertStatement() function
963 Statement *StaticAssertStatement::syntaxCopy() in syntaxCopy()
965 return new StaticAssertStatement((StaticAssert *)sa->syntaxCopy(NULL)); in syntaxCopy()
H A Dstatement.h406 class StaticAssertStatement : public Statement
411 StaticAssertStatement(StaticAssert *sa);
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dstatement.c1077 StaticAssertStatement::StaticAssertStatement(StaticAssert *sa) in StaticAssertStatement() function
1083 Statement *StaticAssertStatement::syntaxCopy() in syntaxCopy()
1085 return new StaticAssertStatement((StaticAssert *)sa->syntaxCopy(NULL)); in syntaxCopy()
H A Dstatement.h405 class StaticAssertStatement : public Statement
410 StaticAssertStatement(StaticAssert *sa);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dstatement.c957 StaticAssertStatement::StaticAssertStatement(StaticAssert *sa) in StaticAssertStatement() function
963 Statement *StaticAssertStatement::syntaxCopy() in syntaxCopy()
965 return new StaticAssertStatement((StaticAssert *)sa->syntaxCopy(NULL)); in syntaxCopy()
H A Dstatement.h406 class StaticAssertStatement : public Statement
411 StaticAssertStatement(StaticAssert *sa);

1234