#include "config.h"#include "system.h"#include "pointer-set.h"

Go to the source code of this file.
Data Types | |
| type | pointer_set_t |
Functions/Subroutines | |
| static size_t | hash1 (const void *p, unsigned long max, unsigned long logmax) |
| struct pointer_set_t * | pointer_set_create (void) |
| void | pointer_set_destroy (struct pointer_set_t *pset) |
| int | pointer_set_contains (struct pointer_set_t *pset, void *p) |
| static int | insert_aux (void *p, void **slots, size_t n_slots, size_t log_slots) |
| int | pointer_set_insert (struct pointer_set_t *pset, void *p) |
Definition at line 57 of file pointer-set.c.
References A, HOST_BITS_PER_LONG, L, shift, ul, and ULONG_MAX.
Referenced by insert_aux(), output_fpop(), and pointer_set_contains().
Definition at line 120 of file pointer-set.c.
Referenced by insert(), insert_aux(), and pointer_set_insert().
| int pointer_set_contains | ( | struct pointer_set_t * | pset, | |
| void * | p | |||
| ) |
Definition at line 97 of file pointer-set.c.
Referenced by cp_genericize_r(), may_aliases_intersect(), and store_parm_decls_oldstyle().
| struct pointer_set_t* pointer_set_create | ( | void | ) | [read] |
Definition at line 74 of file pointer-set.c.
Referenced by cgraph_create_edges(), cgraph_varpool_analyze_pending_decls(), collect_dfa_stats(), cp_genericize(), estimate_num_insns(), for_each_template_parm(), ipa_init(), may_aliases_intersect(), new_omp_context(), static_execute(), store_parm_decls_oldstyle(), verify_cgraph_node(), walk_tree_without_duplicates(), and walk_use_def_chains().
| void pointer_set_destroy | ( | struct pointer_set_t * | pset | ) |
Definition at line 87 of file pointer-set.c.
Referenced by cgraph_create_edges(), cgraph_varpool_analyze_pending_decls(), collect_dfa_stats(), cp_genericize(), delete_omp_context(), estimate_num_insns(), for_each_template_parm(), may_aliases_intersect(), static_execute(), store_parm_decls_oldstyle(), type_escape_execute(), verify_cgraph_node(), walk_tree_without_duplicates(), and walk_use_def_chains().
| int pointer_set_insert | ( | struct pointer_set_t * | pset, | |
| void * | p | |||
| ) |
Definition at line 144 of file pointer-set.c.
Referenced by cp_genericize_r(), may_aliases_intersect(), omp_firstprivatize_type_sizes(), store_parm_decls_oldstyle(), walk_tree(), and walk_use_def_chains_1().
1.5.6