Home
last modified time | relevance | path

Searched refs:CAN_HAVE_LOCATION_P (Results 1 – 19 of 19) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.h1162 (CAN_HAVE_LOCATION_P ((NODE)) ? (NODE)->exp.locus : UNKNOWN_LOCATION)
1173 #define CAN_HAVE_RANGE_P(NODE) (CAN_HAVE_LOCATION_P (NODE))
1183 #define CAN_HAVE_LOCATION_P(NODE) ((NODE) && EXPR_P (NODE)) macro
4113 if (CAN_HAVE_LOCATION_P (t)) in build1_loc()
4123 if (CAN_HAVE_LOCATION_P (t)) in build2_loc()
4133 if (CAN_HAVE_LOCATION_P (t)) in build3_loc()
4143 if (CAN_HAVE_LOCATION_P (t)) in build4_loc()
4154 if (CAN_HAVE_LOCATION_P (t)) in build5_loc()
H A Dtree.c5026 if (CAN_HAVE_LOCATION_P (t)) in protected_set_expr_location()
14077 if (CAN_HAVE_LOCATION_P (expr)) in maybe_wrap_with_location()
14501 ASSERT_FALSE (CAN_HAVE_LOCATION_P (int_cst)); in test_location_wrappers()
14514 ASSERT_TRUE (CAN_HAVE_LOCATION_P (cast)); in test_location_wrappers()
14519 ASSERT_FALSE (CAN_HAVE_LOCATION_P (string_cst)); in test_location_wrappers()
14533 ASSERT_FALSE (CAN_HAVE_LOCATION_P (int_var)); in test_location_wrappers()
H A Dcfgexpand.c132 if ((gimple_has_location (stmt) && CAN_HAVE_LOCATION_P (t) in gimple_assign_rhs_to_tree()
142 if (gimple_has_location (stmt) && CAN_HAVE_LOCATION_P (t)) in gimple_assign_rhs_to_tree()
3697 if (gimple_has_location (stmt) && CAN_HAVE_LOCATION_P (rhs) in expand_gimple_stmt_1()
H A Dbuiltins.c10543 if (CAN_HAVE_LOCATION_P (realret) in fold_call_stmt()
H A Dfold-const.c160 if (CAN_HAVE_LOCATION_P (x) in protected_set_expr_location_unshare()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.h1698 #define CAN_HAVE_LOCATION_P(NODE) ((NODE) && EXPR_P (NODE)) macro
4246 if (CAN_HAVE_LOCATION_P (t)) in build1_stat_loc()
4257 if (CAN_HAVE_LOCATION_P (t)) in build2_stat_loc()
4268 if (CAN_HAVE_LOCATION_P (t)) in build3_stat_loc()
4280 if (CAN_HAVE_LOCATION_P (t)) in build4_stat_loc()
4293 if (CAN_HAVE_LOCATION_P (t)) in build5_stat_loc()
4307 if (CAN_HAVE_LOCATION_P (t)) in build6_stat_loc()
H A Dcfgexpand.c92 if ((gimple_has_location (stmt) && CAN_HAVE_LOCATION_P (t) in gimple_assign_rhs_to_tree()
103 if (gimple_has_location (stmt) && CAN_HAVE_LOCATION_P (t)) in gimple_assign_rhs_to_tree()
2166 if (gimple_has_location (stmt) && CAN_HAVE_LOCATION_P (rhs)) in expand_gimple_stmt_1()
H A Dc-parser.c4582 if (CAN_HAVE_LOCATION_P (stmt) in c_parser_statement_after_labels()
9033 if (CAN_HAVE_LOCATION_P (c)) in c_parser_omp_clause_num_threads()
H A Dc-typeck.c4844 if (CAN_HAVE_LOCATION_P (value)) in build_c_cast()
4879 if (CAN_HAVE_LOCATION_P (ret) && !EXPR_HAS_LOCATION (ret)) in c_cast_expr()
H A Dc-decl.c543 if (CAN_HAVE_LOCATION_P (t) && code != LABEL_EXPR) in add_stmt()
H A Dtree.c4146 if (t && CAN_HAVE_LOCATION_P (t)) in protected_set_expr_location()
H A Dbuiltins.c14247 if (CAN_HAVE_LOCATION_P (realret) in fold_call_stmt()
H A Dfold-const.c157 if (CAN_HAVE_LOCATION_P (x) in protected_set_expr_location_unshare()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-fold.c667 if (!CAN_HAVE_LOCATION_P (ret)) in c_fully_fold_internal()
H A Dc-parser.c12225 if (CAN_HAVE_LOCATION_P (c)) in c_parser_omp_clause_num_tasks()
12271 if (CAN_HAVE_LOCATION_P (c)) in c_parser_omp_clause_grainsize()
12318 if (CAN_HAVE_LOCATION_P (c)) in c_parser_omp_clause_priority()
H A Dc-decl.c617 if (CAN_HAVE_LOCATION_P (t) && code != LABEL_EXPR) in add_stmt()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-gimplify.c174 if (CAN_HAVE_LOCATION_P (stmt) && !EXPR_HAS_LOCATION (stmt)) in genericize_if_stmt()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-warn.c2437 if (CAN_HAVE_LOCATION_P (*tp) in expr_from_macro_expansion_r()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c1440 if (!CAN_HAVE_LOCATION_P (ret)) in c_fully_fold_internal()