Home
last modified time | relevance | path

Searched refs:cp_expr_location (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc1409 protected_set_expr_location (id, cp_expr_location (expr)); in build_concept_id()
2040 iloc_sentinel loc_s (cp_expr_location (t)); in tsubst_requirement()
2187 return finish_requires_expr (cp_expr_location (t), parms, reqs); in tsubst_requires_expr()
2486 location_t loc = make_location (cp_expr_location (op), in satisfy_disjunction()
3153 if (location_t loc = cp_expr_location (t)) in get_constraint_error_location()
3158 if (location_t loc = cp_expr_location (expr)) in get_constraint_error_location()
3188 location_t loc = cp_expr_location (expr); in diagnose_trait_expr()
3396 location_t loc = cp_expr_location (expr); in diagnose_nested_requirement()
3412 iloc_sentinel loc_s (cp_expr_location (req)); in diagnose_requirement()
H A Dcp-tree.h50 extern location_t cp_expr_location (const_tree);
59 m_value (value), m_loc (cp_expr_location (m_value)) {} in cp_expr()
7715 location_t loc = cp_expr_location (t); in cp_expr_loc_or_loc()
H A Dtree.c516 if (location_t eloc = cp_expr_location (value)) in build_target_expr()
5807 cp_expr_location (const_tree t_) in cp_expr_location() function
H A Dcp-gimplify.c1286 iloc_sentinel s (cp_expr_location (expr)); in genericize_spaceship()
H A Dsemantics.c1819 location_t loc = cp_expr_location (expr); in force_paren_expr()
H A Dpt.c18006 if (location_t eloc = cp_expr_location (t)) in tsubst_expr()
19350 if (location_t eloc = cp_expr_location (t)) in tsubst_copy_and_build()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc1452 protected_set_expr_location (id, cp_expr_location (expr)); in build_concept_id()
2133 location_t loc = cp_expr_location (t); in tsubst_nested_requirement()
2152 iloc_sentinel loc_s (cp_expr_location (t)); in tsubst_requirement()
2807 location_t loc = make_location (cp_expr_location (op), in satisfy_disjunction()
3554 if (location_t loc = cp_expr_location (t)) in get_constraint_error_location()
3559 if (location_t loc = cp_expr_location (expr)) in get_constraint_error_location()
3589 location_t loc = cp_expr_location (expr); in diagnose_trait_expr()
H A Dtree.cc527 if (location_t eloc = cp_expr_location (value)) in build_target_expr()
6126 cp_expr_location (const_tree t_) in cp_expr_location() function
H A Dcp-tree.h50 extern location_t cp_expr_location (const_tree);
59 m_value (value), m_loc (cp_expr_location (m_value)) {} in cp_expr()
8134 location_t loc = cp_expr_location (t); in cp_expr_loc_or_loc()
H A Dcp-gimplify.cc1143 iloc_sentinel s (cp_expr_location (expr)); in genericize_spaceship()
H A DChangeLog-20192202 (cp_expr_location): Handle TRAIT_EXPR.
2639 * tree.c (cp_expr_location): Handle TRAIT_EXPR.
H A Dsemantics.cc2091 location_t loc = cp_expr_location (expr); in force_paren_expr()
H A DChangeLog-2021442 (cp_expr_location): Return PTRMEM_CST_LOCATION for PTRMEM_CST.
H A Dpt.cc18593 if (location_t eloc = cp_expr_location (t)) in tsubst_expr()
20133 if (location_t eloc = cp_expr_location (t)) in tsubst_copy_and_build()
H A DChangeLog-20182448 * tree.c (cp_expr_location): New.