Searched refs:UNKNOWN_LOCATION (Results 1 – 17 of 17) sorted by relevance
46 #define UNKNOWN_LOCATION ((source_location) 0) macro67 #define UNKNOWN_LOCATION unknown_location macro
27 #define UNKNOWN_LOC UNKNOWN_LOCATION
1136 input_location = UNKNOWN_LOCATION; in c_common_post_options()1144 input_location = UNKNOWN_LOCATION; in c_common_post_options()
113 SET_EXPR_LOCATION (x, UNKNOWN_LOCATION); in lower_function_body()
2002 source_location loc = UNKNOWN_LOCATION; in remove_bb()5759 location = UNKNOWN_LOCATION; in execute_warn_function_return()5768 && (location = EXPR_LOCATION (last)) != UNKNOWN_LOCATION) in execute_warn_function_return()5775 if (location == UNKNOWN_LOCATION) in execute_warn_function_return()5801 if (location == UNKNOWN_LOCATION) in execute_warn_function_return()
1462 (EXPR_P (NODE) ? (NODE)->exp.locus : UNKNOWN_LOCATION)1465 #define EXPR_HAS_LOCATION(NODE) (EXPR_LOCATION (NODE) != UNKNOWN_LOCATION)1472 = loc_tmp == NULL ? UNKNOWN_LOCATION : *loc_tmp; } while (0)1492 (EXPR_HAS_LOCATION(NODE) ? *(NODE)->exp.locus : UNKNOWN_LOCATION)
661 mf_file_function_line_tree (locus == NULL ? UNKNOWN_LOCATION in mf_build_check_statement_for()
1472 if (cfun->function_end_locus != UNKNOWN_LOCATION) in construct_exit_block()
2791 && e->goto_locus != UNKNOWN_LOCATION in dump_implicit_edges()
6680 current_function_prototype_locus = UNKNOWN_LOCATION; in start_function()8183 current_function_prototype_locus = UNKNOWN_LOCATION; in start_block_helper_function()
4977 last_location = UNKNOWN_LOCATION; in init_emit()
836 input_location = UNKNOWN_LOCATION; in fname_decl()
2898 SET_EXPR_LOCATION (t, UNKNOWN_LOCATION); in build1_stat()
27103 (BUILTINS_LOCATION, UNKNOWN_LOCATION, expand_location,
664 tok->location = UNKNOWN_LOCATION; in cp_lexer_purge_token()698 tok->location = UNKNOWN_LOCATION; in cp_lexer_purge_tokens_after()
11861 SET_EXPR_LOCATION (stmt, UNKNOWN_LOCATION); in finish_function()
4187 * parser.c (cp_lexer_get_preprocessor_token): Use UNKNOWN_LOCATION.