Home
last modified time | relevance | path

Searched defs:endloc (Results 126 – 150 of 213) sorted by path

123456789

/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcoverage.c657 expanded_location endloc = expand_location (cfun->function_end_locus); in coverage_begin_function() local
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Ddeclaration.h587 Loc endloc; // location of closing curly bracket variable
H A Dfunc.c2646 FuncLiteralDeclaration::FuncLiteralDeclaration(Loc loc, Loc endloc, Type *type, in FuncLiteralDeclaration()
2762 CtorDeclaration::CtorDeclaration(Loc loc, Loc endloc, StorageClass stc, Type *type) in CtorDeclaration()
2803 PostBlitDeclaration::PostBlitDeclaration(Loc loc, Loc endloc, StorageClass stc, Identifier *id) in PostBlitDeclaration()
2837 DtorDeclaration::DtorDeclaration(Loc loc, Loc endloc) in DtorDeclaration()
2842 DtorDeclaration::DtorDeclaration(Loc loc, Loc endloc, StorageClass stc, Identifier *id) in DtorDeclaration()
2887 StaticCtorDeclaration::StaticCtorDeclaration(Loc loc, Loc endloc, StorageClass stc) in StaticCtorDeclaration()
2933 SharedStaticCtorDeclaration::SharedStaticCtorDeclaration(Loc loc, Loc endloc, StorageClass stc) in SharedStaticCtorDeclaration()
2947 StaticDtorDeclaration::StaticDtorDeclaration(Loc loc, Loc endloc, StorageClass stc) in StaticDtorDeclaration()
2995 SharedStaticDtorDeclaration::SharedStaticDtorDeclaration(Loc loc, Loc endloc, StorageClass stc) in SharedStaticDtorDeclaration()
3052 UnitTestDeclaration::UnitTestDeclaration(Loc loc, Loc endloc, StorageClass stc, char *codedoc) in UnitTestDeclaration()
[all …]
H A Dparse.c5141 Loc endloc; in parseForeach() local
5150 Loc endloc; in parseForeach() local
5498 Loc endloc; in parseStatement() local
5574 Loc endloc; in parseStatement() local
H A Dparse.h66 Loc endloc; // set to location of last right curly variable
H A Dstatement.c684 ScopeStatement::ScopeStatement(Loc loc, Statement *s, Loc endloc) in ScopeStatement()
782 WhileStatement::WhileStatement(Loc loc, Expression *c, Statement *b, Loc endloc) in WhileStatement()
810 DoStatement::DoStatement(Loc loc, Statement *b, Expression *c, Loc endloc) in DoStatement()
838 …oc loc, Statement *init, Expression *condition, Expression *increment, Statement *body, Loc endloc) in ForStatement()
880 Expression *aggr, Statement *body, Loc endloc) in ForeachStatement()
938 Expression *lwr, Expression *upr, Statement *body, Loc endloc) in ForeachRangeStatement()
973 …Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Statement *elsebody, Loc endloc) in IfStatement()
1346 WithStatement::WithStatement(Loc loc, Expression *exp, Statement *body, Loc endloc) in WithStatement()
H A Dstatement.h231 Loc endloc; // location of closing curly bracket variable
262 Loc endloc; // location of closing curly bracket variable
277 Loc endloc; // location of ';' after while variable
294 Loc endloc; // location of closing curly bracket variable
318 Loc endloc; // location of closing curly bracket variable
345 Loc endloc; // location of closing curly bracket variable
365 Loc endloc; // location of closing curly bracket variable
582 Loc endloc; variable
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/c/
H A Dc-parser.c2514 location_t endloc = startloc; in c_parser_declaration_or_fndef() local
5622 location_t endloc = c_parser_peek_token (parser)->location; in c_parser_compound_statement_nostart() local
5666 location_t endloc = c_parser_peek_token (parser)->location; in c_parser_compound_statement_nostart() local
5800 location_t endloc = c_parser_peek_token (parser)->location; in c_parser_compound_statement_nostart() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcoverage.c654 expanded_location endloc = expand_location (cfun->function_end_locus); in coverage_begin_function() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dcparse.d337 Loc endloc; variable
400 Loc endloc; variable
H A Ddeclaration.h550 Loc endloc; // location of closing curly bracket variable
H A Dfunc.d276 Loc endloc; /// location of closing curly bracket variable
3674 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc, Identifier id) in this()
3722 extern (D) this(const ref Loc loc, const ref Loc endloc) in this()
3727 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc, Identifier id) in this()
3787 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc) in this()
3792 extern (D) this(const ref Loc loc, const ref Loc endloc, string name, StorageClass stc) in this()
3845 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc) in this()
3875 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc) in this()
3880 extern (D) this(const ref Loc loc, const ref Loc endloc, string name, StorageClass stc) in this()
3933 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc) in this()
[all …]
H A Dparse.d304 Loc endloc; // set to location of last right curly in Parser() local
5488 Loc endloc; in Parser() local
5514 Loc endloc; in Parser() local
5957 Loc endloc; in Parser() local
6035 Loc endloc; in Parser() local
6384 Loc endloc = loc; in Parser() local
H A Dparse.h66 Loc endloc; // set to location of last right curly variable
H A Dstatement.d695 Loc endloc; // location of closing curly bracket variable
697 extern (D) this(const ref Loc loc, Statement statement, Loc endloc) in this()
782 Loc endloc; // location of closing curly bracket variable
824 Loc endloc; // location of ';' after while variable
826 extern (D) this(const ref Loc loc, Statement _body, Expression condition, Loc endloc) in this()
867 Loc endloc; // location of closing curly bracket variable
925 Loc endloc; // location of closing curly bracket variable
980 Loc endloc; // location of closing curly bracket variable
1026 Loc endloc; // location of closing curly bracket variable
1527 Loc endloc; variable
[all …]
H A Dstatement.h255 Loc endloc; // location of closing curly bracket variable
281 Loc endloc; // location of closing curly bracket variable
295 Loc endloc; // location of ';' after while variable
311 Loc endloc; // location of closing curly bracket variable
333 Loc endloc; // location of closing curly bracket variable
358 Loc endloc; // location of closing curly bracket variable
377 Loc endloc; // location of closing curly bracket variable
569 Loc endloc; variable
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcoverage.c672 expanded_location endloc = expand_location (cfun->function_end_locus); in coverage_begin_function() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcoverage.c651 expanded_location endloc = expand_location (cfun->function_end_locus); in coverage_begin_function() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Ddeclaration.h542 Loc endloc; // location of closing curly bracket variable
H A Dfunc.c4683 FuncLiteralDeclaration::FuncLiteralDeclaration(Loc loc, Loc endloc, Type *type, in FuncLiteralDeclaration()
4799 CtorDeclaration::CtorDeclaration(Loc loc, Loc endloc, StorageClass stc, Type *type) in CtorDeclaration()
4921 PostBlitDeclaration::PostBlitDeclaration(Loc loc, Loc endloc, StorageClass stc, Identifier *id) in PostBlitDeclaration()
4993 DtorDeclaration::DtorDeclaration(Loc loc, Loc endloc) in DtorDeclaration()
4998 DtorDeclaration::DtorDeclaration(Loc loc, Loc endloc, StorageClass stc, Identifier *id) in DtorDeclaration()
5081 StaticCtorDeclaration::StaticCtorDeclaration(Loc loc, Loc endloc, StorageClass stc) in StaticCtorDeclaration()
5192 SharedStaticCtorDeclaration::SharedStaticCtorDeclaration(Loc loc, Loc endloc, StorageClass stc) in SharedStaticCtorDeclaration()
5206 StaticDtorDeclaration::StaticDtorDeclaration(Loc loc, Loc endloc, StorageClass stc) in StaticDtorDeclaration()
5320 SharedStaticDtorDeclaration::SharedStaticDtorDeclaration(Loc loc, Loc endloc, StorageClass stc) in SharedStaticDtorDeclaration()
5417 UnitTestDeclaration::UnitTestDeclaration(Loc loc, Loc endloc, StorageClass stc, char *codedoc) in UnitTestDeclaration()
[all …]
H A Dparse.c5004 Loc endloc; in parseStatement() local
5080 Loc endloc; in parseStatement() local
5178 Loc endloc; in parseStatement() local
5185 Loc endloc; in parseStatement() local
H A Dparse.h66 Loc endloc; // set to location of last right curly variable
H A Dstatement.c655 ScopeStatement::ScopeStatement(Loc loc, Statement *s, Loc endloc) in ScopeStatement()
687 WhileStatement::WhileStatement(Loc loc, Expression *c, Statement *b, Loc endloc) in WhileStatement()
715 DoStatement::DoStatement(Loc loc, Statement *b, Expression *c, Loc endloc) in DoStatement()
743 …oc loc, Statement *init, Expression *condition, Expression *increment, Statement *body, Loc endloc) in ForStatement()
785 Expression *aggr, Statement *body, Loc endloc) in ForeachStatement()
843 Expression *lwr, Expression *upr, Statement *body, Loc endloc) in ForeachRangeStatement()
878 …Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Statement *elsebody, Loc endloc) in IfStatement()
1205 WithStatement::WithStatement(Loc loc, Expression *exp, Statement *body, Loc endloc) in WithStatement()
H A Dstatement.h221 Loc endloc; // location of closing curly bracket variable
254 Loc endloc; // location of closing curly bracket variable
269 Loc endloc; // location of ';' after while variable
286 Loc endloc; // location of closing curly bracket variable
310 Loc endloc; // location of closing curly bracket variable
337 Loc endloc; // location of closing curly bracket variable
357 Loc endloc; // location of closing curly bracket variable
573 Loc endloc; variable
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/c/
H A Dc-parser.c2326 location_t endloc = startloc; in c_parser_declaration_or_fndef() local
5003 location_t endloc = c_parser_peek_token (parser)->location; in c_parser_compound_statement_nostart() local
5047 location_t endloc = c_parser_peek_token (parser)->location; in c_parser_compound_statement_nostart() local
5160 location_t endloc = c_parser_peek_token (parser)->location; in c_parser_compound_statement_nostart() local

123456789