Home
last modified time | relevance | path

Searched refs:getExpansionOffset (Results 1 – 2 of 2) sorted by relevance

/dports/math/barvinok/barvinok-0.41.5/pet/
H A Dkilled_locals.cc45 static unsigned getExpansionOffset(SourceManager &SM, SourceLocation Loc) in getExpansionOffset() function
93 addr_end = getExpansionOffset(SM, end_loc(expr)); in set_addr_end()
143 loc = getExpansionOffset(SM, begin_loc(expr)); in check_decl_in_expr()
147 expr_end = getExpansionOffset(SM, end_loc(ref)); in check_decl_in_expr()
H A Dscan.cc1596 static unsigned getExpansionOffset(SourceManager &SM, SourceLocation Loc) in getExpansionOffset() function
1691 start = getExpansionOffset(SM, loc); in construct_pet_loc()
1697 end = getExpansionOffset(SM, loc); in construct_pet_loc()
2239 range_end = getExpansionOffset(SM, in extract()
2242 range_start = getExpansionOffset(SM, in extract()
2551 start_off = getExpansionOffset(SM, begin_loc(stmt)); in scan()
2552 end_off = getExpansionOffset(SM, end_loc(stmt)); in scan()
2568 start_off = getExpansionOffset(SM, begin_loc(child)); in scan()
2569 end_off = getExpansionOffset(SM, end_loc(child)); in scan()