mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 19:24:21 +00:00
update name
llvm-svn: 40637
This commit is contained in:
parent
03708acd4e
commit
578611857d
@ -395,7 +395,7 @@ typedefs to find the pointer type. For example, if the subexpression had type
|
||||
"<tt>foo*</tt>", we could return that type as the result. If the subexpression
|
||||
had type "<tt>bar</tt>", we want to return "<tt>foo*</tt>" (note that we do
|
||||
<em>not</em> want "<tt>int*</tt>"). In order to provide all of this, Type has
|
||||
a getIfPointerType() method that checks whether the type is structurally a
|
||||
a getAsPointerType() method that checks whether the type is structurally a
|
||||
PointerType and, if so, returns the best one. If not, it returns a null
|
||||
pointer.</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user