Home
last modified time | relevance | path

Searched refs:asm_statement_t (Results 1 – 5 of 5) sorted by relevance

/dports/lang/cparser/cparser-0.9.14/
H A Dast.h75 typedef struct asm_statement_t asm_statement_t; typedef
H A Dast_t.h609 struct asm_statement_t { struct
645 asm_statement_t asms;
H A Dast.c1053 static void print_asm_statement(asm_statement_t const *const stmt) in print_asm_statement()
H A Dparser.c302 [STATEMENT_ASM] = sizeof(asm_statement_t), in get_statement_struct_size()
8774 asm_statement_t *asm_statement = &statement->asms; in parse_asm_statement()
H A Dast2firm.c4724 static ir_node *asm_statement_to_firm(const asm_statement_t *statement) in asm_statement_to_firm()