forked from OSchip/llvm-project
parent
235b66c40f
commit
19e0fd0b2b
|
@ -531,7 +531,7 @@ void honeypot(...) __attribute__((overloadable, unavailable)); <i>// calling me
|
|||
their names mangled according to the same rules as C++ function
|
||||
names. For example, the three <tt>tgsin</tt> functions in our
|
||||
motivating example get the mangled names <tt>_Z5tgsinf</tt>,
|
||||
<tt>_Z5tgsind</tt>, and <tt>Z5tgsine</tt>, respectively. There are two
|
||||
<tt>_Z5tgsind</tt>, and <tt>_Z5tgsine</tt>, respectively. There are two
|
||||
caveats to this use of name mangling:</p>
|
||||
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue