Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
002cc34b
Commit
002cc34b
authored
Feb 13, 2016
by
Matthias Braun
Browse files
rename hashset.c.inl to hashset.c.h
parent
f0f591b5
Changes
7
Hide whitespace changes
Inline
Side-by-side
ir/adt/cpset.c
View file @
002cc34b
...
...
@@ -37,7 +37,7 @@ void cpset_init_size_(cpset_t *self, size_t expected_elems);
#define hashset_iterator_next cpset_iterator_next
#define hashset_remove_iterator cpset_remove_iterator
#include
"hashset.c.
inl
"
#include
"hashset.c.
h
"
void
cpset_init
(
cpset_t
*
this_
,
cpset_hash_function
hash_function
,
cpset_cmp_function
cmp_function
)
...
...
ir/adt/hashset.c.
inl
→
ir/adt/hashset.c.
h
View file @
002cc34b
File moved
ir/adt/pset_new.c
View file @
002cc34b
...
...
@@ -32,4 +32,4 @@
#define hashset_iterator_next pset_new_iterator_next
#define hashset_remove_iterator pset_new_remove_iterator
#include
"hashset.c.
inl
"
#include
"hashset.c.
h
"
ir/ir/iredges.c
View file @
002cc34b
...
...
@@ -52,7 +52,7 @@ size_t ir_edgeset_size(const ir_edgeset_t *self);
#define hashset_iterator_next ir_edgeset_iterator_next
#define hashset_remove_iterator ir_edgeset_remove_iterator
#include
"hashset.c.
inl
"
#include
"hashset.c.
h
"
/**
* A function that allows for setting an edge.
...
...
ir/ir/irnodehashmap.c
View file @
002cc34b
...
...
@@ -50,7 +50,7 @@ ir_nodehashmap_entry_t *ir_nodehashmap_find_(const ir_nodehashmap_t *self,
#define hashset_iterator_next ir_nodehashmap_iterator_next
#define hashset_remove_iterator ir_nodehashmap_remove_iterator
#include
"hashset.c.
inl
"
#include
"hashset.c.
h
"
void
ir_nodehashmap_init
(
ir_nodehashmap_t
*
nodehashmap
)
{
...
...
ir/ir/irnodeset.c
View file @
002cc34b
...
...
@@ -37,7 +37,7 @@ void ir_nodeset_init_(ir_nodeset_t *self);
#define hashset_iterator_next ir_nodeset_iterator_next
#define hashset_remove_iterator ir_nodeset_remove_iterator
#include
"hashset.c.
inl
"
#include
"hashset.c.
h
"
void
ir_nodeset_init
(
ir_nodeset_t
*
nodeset
)
{
...
...
ir/ir/valueset.c
View file @
002cc34b
...
...
@@ -48,7 +48,7 @@ ir_valueset_entry_t *ir_valueset_find_(const ir_valueset_t *self,
#define HAVE_OWN_RESIZE
#include
"hashset.c.
inl
"
#include
"hashset.c.
h
"
/**
* Resize the hashset
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment