mirror of
https://git.wuffs.org/MWCC
synced 2025-07-24 13:45:51 +00:00
34 lines
428 B
C
34 lines
428 B
C
#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) {
|
|
}
|