Documentation
Dlang.org
c2mir_options
mirjit
c2mir
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
c2mir_options {
FILE
*
message_file
;
int
debug_p
;
int
verbose_p
;
int
ignore_warnings_p
;
int
no_prepro_p
;
int
prepro_only_p
;
int
syntax_only_p
;
int
pedantic_p
;
int
asm_p
;
int
object_p
;
size_t
module_num
;
FILE
*
prepro_output_file
;
const
(
char
)*
output_file_name
;
size_t
macro_commands_num
;
size_t
include_dirs_num
;
c2mir_macro_command
*
macro_commands
;
const
(
char
)**
include_dirs
;
}
Members
Variables
prepro_output_file
FILE
*
prepro_output_file
;
non-null for prepro_only_p
mirjit
c2mir
aliases
c2mir_getc_func_t
structs
c2mir_macro_command
c2mir_options