Home
last modified time | relevance | path

Searched refs:UNKNOWN_LOCATION (Results 1 – 17 of 17) sorted by relevance

/trueos/contrib/gcc/
HDinput.h46 #define UNKNOWN_LOCATION ((source_location) 0) macro
67 #define UNKNOWN_LOCATION unknown_location macro
HDtree-vectorizer.h27 #define UNKNOWN_LOC UNKNOWN_LOCATION
HDc-opts.c1136 input_location = UNKNOWN_LOCATION; in c_common_post_options()
1144 input_location = UNKNOWN_LOCATION; in c_common_post_options()
HDgimple-low.c113 SET_EXPR_LOCATION (x, UNKNOWN_LOCATION); in lower_function_body()
HDtree-cfg.c2002 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()
HDtree.h1462 (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)
HDtree-mudflap.c661 mf_file_function_line_tree (locus == NULL ? UNKNOWN_LOCATION in mf_build_check_statement_for()
HDcfgexpand.c1472 if (cfun->function_end_locus != UNKNOWN_LOCATION) in construct_exit_block()
HDtree-pretty-print.c2791 && e->goto_locus != UNKNOWN_LOCATION in dump_implicit_edges()
HDc-decl.c6680 current_function_prototype_locus = UNKNOWN_LOCATION; in start_function()
8183 current_function_prototype_locus = UNKNOWN_LOCATION; in start_block_helper_function()
HDemit-rtl.c4977 last_location = UNKNOWN_LOCATION; in init_emit()
HDc-common.c836 input_location = UNKNOWN_LOCATION; in fname_decl()
HDtree.c2898 SET_EXPR_LOCATION (t, UNKNOWN_LOCATION); in build1_stat()
HDChangeLog-200427103 (BUILTINS_LOCATION, UNKNOWN_LOCATION, expand_location,
/trueos/contrib/gcc/cp/
HDparser.c664 tok->location = UNKNOWN_LOCATION; in cp_lexer_purge_token()
698 tok->location = UNKNOWN_LOCATION; in cp_lexer_purge_tokens_after()
HDdecl.c11861 SET_EXPR_LOCATION (stmt, UNKNOWN_LOCATION); in finish_function()
HDChangeLog-20044187 * parser.c (cp_lexer_get_preprocessor_token): Use UNKNOWN_LOCATION.