summaryrefslogtreecommitdiff
path: root/compiler_and_linker/unsorted/GCCInlineAsm.c
blob: 9bceb192e9fca9e901662d7b3e8e91ca70efec2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#include "compiler/GCCInlineAsm.h"

Statement *first_ST_ASM;

void InlineAsm_SkipComment() {
}

static void gcc_parse_attribute() {
}

static void gcc_parse_name() {
}

static void gcc_parse_expression() {
}

static void gcc_parse_input() {
}

static void gcc_parse_output() {
}

static void gcc_parse_killed() {
}

static void gcc_replace_arg_st_asm() {
}

static void gcc_replace_arg() {
}

void InlineAsm_gcc_parse(void) {
}