#include <stdbool.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include "options.h"
#include "utils.h"
#include "nsgenbind-ast.h"
#include "webidl-ast.h"
#include "ir.h"
Go to the source code of this file.
◆ ir_dump()
| int ir_dump |
( |
struct ir * |
ir | ) |
|
◆ ir_dumpdot()
| int ir_dumpdot |
( |
struct ir * |
index | ) |
|
◆ ir_inherit_entry()
interface map parent entry
- Returns
- inherit entry or NULL if there is not one
Definition at line 1227 of file ir.c.
◆ ir_new()
Create a new interface map
Definition at line 963 of file ir.c.