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

  /src/external/gpl3/gcc/dist/libcpp/
directives.cc 660 const location_t name_loc = cpp_diagnostic_get_current_location (pfile); local
670 if (_cpp_create_definition (pfile, node, name_loc))
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 17705 location_t name_loc = name_token->location;
17712 error_at (name_loc,
17735 error_at (name_loc, "%qD does not refer to a function", decl);
17700 location_t name_loc = name_token->location; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 20407 location_t name_loc = name_token->location;
20414 error_at (name_loc,
20437 error_at (name_loc, "%qD does not refer to a function", decl);
20402 location_t name_loc = name_token->location; local

Completed in 57 milliseconds