HomeSort by: relevance | last modified time | path
    Searched refs:f_loc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 958 location_t f_loc = DECL_SOURCE_LOCATION (fndecl); local
962 if (!coro_promise_type_found_p (fndecl, f_loc))
977 error_at (f_loc, "a %<return%> statement is not allowed in coroutine;"
1026 location_t f_loc = cp_expr_loc_or_loc (fndecl, local
1028 error_at (f_loc, "the expression %qE is required to be non-throwing",
1030 inform (f_loc, "must be declared with %<noexcept(true)%>");
  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 808 location_t f_loc = DECL_SOURCE_LOCATION (fndecl); local
812 if (!coro_promise_type_found_p (fndecl, f_loc))
827 error_at (f_loc, "a %<return%> statement is not allowed in coroutine;"
873 location_t f_loc = cp_expr_loc_or_loc (fndecl, local
875 error_at (f_loc, "the expression %qE is required to be non-throwing",
877 inform (f_loc, "must be declared with %<noexcept(true)%>");

Completed in 43 milliseconds