#include <ucsym.h>
Inheritance diagram for Uc_intrinsic_symbol:


Public Member Functions | |
| Uc_intrinsic_symbol (char *nm, int n) | |
| int | get_intrinsic_num () |
| int | get_num_parms () |
| virtual int | gen_call (vector< char > &out, Uc_function *fun, bool orig, Uc_expression *item, Uc_array_expression *parms, bool retvalue) |
Private Attributes | |
| int | intrinsic_num |
| int | num_parms |
Definition at line 150 of file ucsym.h.
| Uc_intrinsic_symbol::Uc_intrinsic_symbol | ( | char * | nm, | |
| int | n | |||
| ) | [inline] |
| int Uc_intrinsic_symbol::get_intrinsic_num | ( | ) | [inline] |
| int Uc_intrinsic_symbol::get_num_parms | ( | ) | [inline] |
| int Uc_intrinsic_symbol::gen_call | ( | vector< char > & | out, | |
| Uc_function * | fun, | |||
| bool | orig, | |||
| Uc_expression * | item, | |||
| Uc_array_expression * | parms, | |||
| bool | retvalue | |||
| ) | [virtual] |
Reimplemented from Uc_symbol.
Definition at line 236 of file ucsym.cc.
References Uc_array_expression::get_exprs(), UC_CALLI, UC_CALLIS, Write2(), and Uc_location::yyerror().
Here is the call graph for this function:

int Uc_intrinsic_symbol::intrinsic_num [private] |
int Uc_intrinsic_symbol::num_parms [private] |
1.5.1