#include <stdio.h>#include "ucstmt.h"#include "ucexpr.h"#include "ucsym.h"#include "opcodes.h"#include "utils.h"#include "ucfun.h"Include dependency graph for ucstmt.cc:

Go to the source code of this file.
Functions | |
| static void | Call_intrinsic (vector< char > &out, Uc_function *fun, Uc_intrinsic_symbol *intr, Uc_expression *parm0=0) |
| static void Call_intrinsic | ( | vector< char > & | out, | |
| Uc_function * | fun, | |||
| Uc_intrinsic_symbol * | intr, | |||
| Uc_expression * | parm0 = 0 | |||
| ) | [static] |
Definition at line 398 of file ucstmt.cc.
References Uc_array_expression::add(), Uc_array_expression::clear(), and Uc_call_statement::gen().
Here is the call graph for this function:

1.5.1