/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | statement.h | 221 Loc endloc; // location of closing curly bracket variable 252 Loc endloc; // location of closing curly bracket variable 267 Loc endloc; // location of ';' after while variable 284 Loc endloc; // location of closing curly bracket variable 308 Loc endloc; // location of closing curly bracket variable 335 Loc endloc; // location of closing curly bracket variable 355 Loc endloc; // location of closing curly bracket variable 572 Loc endloc; variable
|
H A D | statement.c | 663 ScopeStatement::ScopeStatement(Loc loc, Statement *s, Loc endloc) in ScopeStatement() 761 WhileStatement::WhileStatement(Loc loc, Expression *c, Statement *b, Loc endloc) in WhileStatement() 789 DoStatement::DoStatement(Loc loc, Statement *b, Expression *c, Loc endloc) in DoStatement() 817 …oc loc, Statement *init, Expression *condition, Expression *increment, Statement *body, Loc endloc) in ForStatement() 859 Expression *aggr, Statement *body, Loc endloc) in ForeachStatement() 917 Expression *lwr, Expression *upr, Statement *body, Loc endloc) in ForeachRangeStatement() 952 …Loc loc, Parameter *prm, Expression *condition, Statement *ifbody, Statement *elsebody, Loc endloc) in IfStatement() 1325 WithStatement::WithStatement(Loc loc, Expression *exp, Statement *body, Loc endloc) in WithStatement()
|
H A D | func.c | 298 FuncDeclaration::FuncDeclaration(Loc loc, Loc endloc, Identifier *id, StorageClass storage_class, T… in FuncDeclaration() 365 FuncDeclaration *FuncDeclaration::create(Loc loc, Loc endloc, Identifier *id, StorageClass storage_… in create() 4699 FuncLiteralDeclaration::FuncLiteralDeclaration(Loc loc, Loc endloc, Type *type, in FuncLiteralDeclaration() 4815 CtorDeclaration::CtorDeclaration(Loc loc, Loc endloc, StorageClass stc, Type *type) in CtorDeclaration() 4937 PostBlitDeclaration::PostBlitDeclaration(Loc loc, Loc endloc, StorageClass stc, Identifier *id) in PostBlitDeclaration() 5009 DtorDeclaration::DtorDeclaration(Loc loc, Loc endloc) in DtorDeclaration() 5014 DtorDeclaration::DtorDeclaration(Loc loc, Loc endloc, StorageClass stc, Identifier *id) in DtorDeclaration() 5097 StaticCtorDeclaration::StaticCtorDeclaration(Loc loc, Loc endloc, StorageClass stc) in StaticCtorDeclaration() 5103 StaticCtorDeclaration::StaticCtorDeclaration(Loc loc, Loc endloc, const char *name, StorageClass st… in StaticCtorDeclaration() 5208 SharedStaticCtorDeclaration::SharedStaticCtorDeclaration(Loc loc, Loc endloc, StorageClass stc) in SharedStaticCtorDeclaration() [all …]
|
H A D | parse.h | 66 Loc endloc; // set to location of last right curly variable
|
H A D | parse.c | 4830 Loc endloc; in parseForeach() local 4839 Loc endloc; in parseForeach() local 5183 Loc endloc; in parseStatement() local 5259 Loc endloc; in parseStatement() local
|
H A D | declaration.h | 543 Loc endloc; // location of closing curly bracket variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | statement.h | 255 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
|
H A D | statement.d | 702 Loc endloc; // location of closing curly bracket variable 704 extern (D) this(const ref Loc loc, Statement statement, Loc endloc) in this() 789 Loc endloc; // location of closing curly bracket variable 831 Loc endloc; // location of ';' after while variable 833 extern (D) this(const ref Loc loc, Statement _body, Expression condition, Loc endloc) in this() 874 Loc endloc; // location of closing curly bracket variable 881 … Loc loc, Statement _init, Expression condition, Expression increment, Statement _body, Loc endloc) in this() 932 Loc endloc; // location of closing curly bracket variable 942 …is(const ref Loc loc, TOK op, Parameters* parameters, Expression aggr, Statement _body, Loc endloc) in this() 987 Loc endloc; // location of closing curly bracket variable [all …]
|
H A D | func.d | 289 Loc endloc; /// location of closing curly bracket variable 3862 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc, Identifier id) in this() 3910 extern (D) this(const ref Loc loc, const ref Loc endloc) in this() 3915 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc, Identifier id) in this() 3975 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc) in this() 3980 extern (D) this(const ref Loc loc, const ref Loc endloc, string name, StorageClass stc) in this() 4033 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc) in this() 4063 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc) in this() 4068 extern (D) this(const ref Loc loc, const ref Loc endloc, string name, StorageClass stc) in this() 4121 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc) in this() [all …]
|
H A D | parse.d | 43 Loc endloc; // set to location of last right curly variable 5415 Loc endloc; in parseForeach() local 5441 Loc endloc; in parseForeach() local 5902 Loc endloc; variable 5980 Loc endloc; variable 6349 Loc endloc = loc; variable
|
H A D | cparse.d | 385 Loc endloc; variable 448 Loc endloc; variable
|
H A D | declaration.h | 562 Loc endloc; // location of closing curly bracket variable
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | coverage.c | 649 expanded_location endloc = expand_location (cfun->function_end_locus); in coverage_begin_function() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | coverage.cc | 654 expanded_location endloc = expand_location (cfun->function_end_locus); in coverage_begin_function() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Stmt.cpp | 865 SourceLocation endloc) in MSAsmStmt()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 2475 location_t endloc = startloc; in c_parser_declaration_or_fndef() local 5642 location_t endloc = c_parser_peek_token (parser)->location; in c_parser_compound_statement_nostart() local 5686 location_t endloc = c_parser_peek_token (parser)->location; in c_parser_compound_statement_nostart() local 5817 location_t endloc = c_parser_peek_token (parser)->location; in c_parser_compound_statement_nostart() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 2517 location_t endloc = startloc; in c_parser_declaration_or_fndef() local 5643 location_t endloc = c_parser_peek_token (parser)->location; in c_parser_compound_statement_nostart() local 5687 location_t endloc = c_parser_peek_token (parser)->location; in c_parser_compound_statement_nostart() local 5821 location_t endloc = c_parser_peek_token (parser)->location; in c_parser_compound_statement_nostart() local
|