Searched refs:get_pure_location (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dinput.h146 get_pure_location (location_t loc)
148 return get_pure_location (line_table, loc);
H A Ddiagnostic-format-json.cc62 location_t caret_loc = get_pure_location (loc_range->m_loc);
H A Dinput.c891 location_t pure_loc = get_pure_location (caret);
907 location_t pure_loc = get_pure_location (caret);
1908 ASSERT_EQ (c13, get_pure_location (aaa));
1916 ASSERT_EQ (c11, get_pure_location (not_aaa));
1926 ASSERT_EQ (c12, get_pure_location (aaa_eq_bbb));
1934 ASSERT_EQ (c11, get_pure_location (not_aaa_eq_bbb));
H A Doptinfo-emit-json.cc405 if (get_pure_location (line_table, loc) != UNKNOWN_LOCATION)
H A Dtree-diagnostic-path.cc175 if (get_pure_location (initial_loc) <= BUILTINS_LOCATION)
H A Dtree.c14952 location_t pure_loc = get_pure_location (loc);
14972 location_t pure_loc = get_pure_location (EXPR_LOCATION (expr));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dinput.h216 get_pure_location (location_t loc)
218 return get_pure_location (line_table, loc);
H A Ddiagnostic-format-json.cc85 location_t caret_loc = get_pure_location (loc_range->m_loc);
H A Dinput.cc1041 location_t pure_loc = get_pure_location (caret);
1057 location_t pure_loc = get_pure_location (caret);
2068 ASSERT_EQ (c13, get_pure_location (aaa));
2076 ASSERT_EQ (c11, get_pure_location (not_aaa));
2086 ASSERT_EQ (c12, get_pure_location (aaa_eq_bbb));
2094 ASSERT_EQ (c11, get_pure_location (not_aaa_eq_bbb));
H A Doptinfo-emit-json.cc405 if (get_pure_location (line_table, loc) != UNKNOWN_LOCATION)
H A Dtree-diagnostic-path.cc169 if (get_pure_location (initial_loc) <= BUILTINS_LOCATION)
H A Dtree.cc14202 location_t pure_loc = get_pure_location (loc);
14222 location_t pure_loc = get_pure_location (EXPR_LOCATION (expr));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.cc603 && get_pure_location (m_returning_call->location) != UNKNOWN_LOCATION)
609 if (get_pure_location (stmt->location) != UNKNOWN_LOCATION)
633 if (get_pure_location (stmt->location) != UNKNOWN_LOCATION)
637 && get_pure_location (m_returning_call->location) != UNKNOWN_LOCATION)
H A Dengine.cc426 if (get_pure_location (stmt->location) != UNKNOWN_LOCATION)
2398 if (get_pure_location (prev_stmt->location) == UNKNOWN_LOCATION
2399 && get_pure_location (stmt->location) != UNKNOWN_LOCATION)
3305 if (get_pure_location (richloc.get_loc ()) == UNKNOWN_LOCATION)
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer.cc44 if (get_pure_location (stmt->location) == UNKNOWN_LOCATION)
H A Dsupergraph.cc773 && get_pure_location (m_returning_call->location) != UNKNOWN_LOCATION)
779 if (get_pure_location (stmt->location) != UNKNOWN_LOCATION)
803 if (get_pure_location (stmt->location) != UNKNOWN_LOCATION)
807 && get_pure_location (m_returning_call->location) != UNKNOWN_LOCATION)
H A Dengine.cc603 if (get_pure_location (stmt->location) != UNKNOWN_LOCATION)
3487 if (get_pure_location (prev_stmt->location) == UNKNOWN_LOCATION
3488 && get_pure_location (stmt->location) != UNKNOWN_LOCATION)
4996 if (get_pure_location (richloc.get_loc ()) == UNKNOWN_LOCATION)
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c320 get_pure_location (line_maps *set, location_t loc) function
2246 location_t start = get_pure_location (m_line_table, src_range.m_start);
2247 location_t finish = get_pure_location (m_line_table, src_range.m_finish);
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dline-map.cc320 get_pure_location (line_maps *set, location_t loc) function
2326 location_t start = get_pure_location (m_line_table, src_range.m_start);
2327 location_t finish = get_pure_location (m_line_table, src_range.m_finish);
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h1042 extern location_t get_pure_location (line_maps *set,
/netbsd-current/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h1051 extern location_t get_pure_location (line_maps *set, location_t loc);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c5772 location_t caret_loc = get_pure_location (id_expression.get_location ());
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc6062 location_t caret_loc = get_pure_location (id_expression.get_location ());
[all...]

Completed in 761 milliseconds