Home
last modified time | relevance | path

Searched refs:hint_loc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c8643 location_t hint_loc = hint->get_start_loc (); in maybe_suggest_missing_token_insertion() local
8646 richloc->set_range (0, hint_loc, SHOW_RANGE_WITH_CARET); in maybe_suggest_missing_token_insertion()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc9097 location_t hint_loc = hint->get_start_loc (); in maybe_suggest_missing_token_insertion() local
9100 richloc->set_range (0, hint_loc, SHOW_RANGE_WITH_CARET); in maybe_suggest_missing_token_insertion()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc14101 location_t hint_loc = c_parser_peek_token (parser)->location; in c_parser_omp_clause_hint() local
14121 c = build_omp_clause (hint_loc, OMP_CLAUSE_HINT); in c_parser_omp_clause_hint()
14136 location_t hint_loc = c_parser_peek_token (parser)->location; in c_parser_omp_clause_filter() local
14153 c = build_omp_clause (hint_loc, OMP_CLAUSE_FILTER); in c_parser_omp_clause_filter()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c13918 location_t hint_loc = c_parser_peek_token (parser)->location; in c_parser_omp_clause_hint() local
13939 c = build_omp_clause (hint_loc, OMP_CLAUSE_HINT); in c_parser_omp_clause_hint()