Home
last modified time | relevance | path

Searched refs:first_ptr_list (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dlib.h186 return first_ptr_list((struct ptr_list *)head); in first_basic_block()
195 return first_ptr_list((struct ptr_list *)head); in first_instruction()
200 return first_ptr_list((struct ptr_list *)head); in first_expression()
205 return first_ptr_list((struct ptr_list *)head); in first_pseudo()
210 return first_ptr_list((struct ptr_list *)head); in first_symbol()
Dptrlist.c95 void *first_ptr_list(struct ptr_list *head) in first_ptr_list() function
Dptrlist.h45 extern void *first_ptr_list(struct ptr_list *);
Dbuiltin.c124 struct expression *arg = first_ptr_list((struct ptr_list *) expr->args); in expand_expect()