Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
108abc67
Commit
108abc67
authored
15 years ago
by
Gabor Greif
Browse files
Options
Downloads
Patches
Plain Diff
fix iterator name
llvm-svn: 99646
parent
aedde1e4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/docs/ProgrammersManual.html
+1
-1
1 addition, 1 deletion
llvm/docs/ProgrammersManual.html
with
1 addition
and
1 deletion
llvm/docs/ProgrammersManual.html
+
1
−
1
View file @
108abc67
...
@@ -3298,7 +3298,7 @@ simplifies the representation and makes it easier to manipulate.</p>
...
@@ -3298,7 +3298,7 @@ simplifies the representation and makes it easier to manipulate.</p>
<ul>
<ul>
<li><tt>
Value::use_iterator
</tt>
- Typedef for iterator over the
<li><tt>
Value::use_iterator
</tt>
- Typedef for iterator over the
use-list
<br>
use-list
<br>
<tt>
Value::
use_
const_iterator
</tt>
- Typedef for const_iterator over
<tt>
Value::const_
use_
iterator
</tt>
- Typedef for const_iterator over
the use-list
<br>
the use-list
<br>
<tt>
unsigned use_size()
</tt>
- Returns the number of users of the
<tt>
unsigned use_size()
</tt>
- Returns the number of users of the
value.
<br>
value.
<br>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment