HomeSort by: relevance | last modified time | path
    Searched defs:endloc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
statement.h 255 Loc endloc; // location of closing curly bracket member in class:ScopeStatement
281 Loc endloc; // location of closing curly bracket member in class:WhileStatement
295 Loc endloc; // location of ';' after while member in class:DoStatement
311 Loc endloc; // location of closing curly bracket member in class:ForStatement
333 Loc endloc; // location of closing curly bracket member in class:ForeachStatement
358 Loc endloc; // location of closing curly bracket member in class:ForeachRangeStatement
377 Loc endloc; // location of closing curly bracket member in class:IfStatement
569 Loc endloc; member in class:WithStatement
declaration.h 562 Loc endloc; // location of closing curly bracket member in class:FuncDeclaration
622 static FuncDeclaration *create(const Loc &loc, const Loc &endloc, Identifier *id, StorageClass storage_class, Type *type, bool noreturn = false);
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 2519 location_t endloc = startloc;
2525 endloc = c_parser_parse_rtl_body (parser, specs->gimple_or_rtl_pass);
2534 finish_function (endloc);
2549 fnbody = c_parser_compound_statement (parser, &endloc);
2560 finish_function (endloc);
2568 finish_function (endloc);
5645 location_t endloc = c_parser_peek_token (parser)->location;
5646 add_debug_begin_stmt (endloc);
5648 return endloc;
5689 location_t endloc = c_parser_peek_token (parser)->location
2517 location_t endloc = startloc; local
5643 location_t endloc = c_parser_peek_token (parser)->location; local
5687 location_t endloc = c_parser_peek_token (parser)->location; local
5821 location_t endloc = c_parser_peek_token (parser)->location; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 2989 location_t endloc = startloc;
2995 endloc = c_parser_parse_rtl_body (parser, specs->gimple_or_rtl_pass);
3004 finish_function (endloc);
3019 fnbody = c_parser_compound_statement (parser, &endloc);
3030 finish_function (endloc);
3038 finish_function (endloc);
6965 location_t endloc = c_parser_peek_token (parser)->location;
6966 add_debug_begin_stmt (endloc);
6968 return endloc;
7017 location_t endloc = c_parser_peek_token (parser)->location
2987 location_t endloc = startloc; local
6963 location_t endloc = c_parser_peek_token (parser)->location; local
7015 location_t endloc = c_parser_peek_token (parser)->location; local
7265 location_t endloc = c_parser_peek_token (parser)->location; local
    [all...]

Completed in 52 milliseconds