Home
last modified time | relevance | path

Searched refs:flag_no_asm (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dc-opts.c596 flag_no_asm = !value; in c_common_handle_option()
1494 flag_no_asm = iso; in set_std_c89()
1506 flag_no_asm = iso; in set_std_c99()
Dc-common.h397 extern int flag_no_asm;
Dc-common.c262 int flag_no_asm; variable
Dc-parser.c234 | (flag_no_asm ? (flag_isoc99 ? D_EXT : D_EXT|D_EXT89) : 0); in c_parse_init()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-opts.c1064 flag_no_asm = !on;
1627 flag_no_asm = iso;
1642 flag_no_asm = iso;
Dc-common.h401 extern int flag_no_asm;
Dc-common.c230 int flag_no_asm; variable
Dc-parse.in3549 | (flag_no_asm ? (flag_isoc99 ? D_EXT : D_EXT|D_EXT89) : 0);
/openbsd/src/gnu/gcc/gcc/cp/
Dlex.c315 int mask = ((flag_no_asm ? D_ASM : 0) in init_reswords()
DChangeLog-19953638 * decl2.c (lang_decode_option): -ansi does not set flag_no_asm. It
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dlex.c565 int mask = ((flag_no_asm ? D_ASM : 0) in init_reswords()
DChangeLog.13287 * decl2.c (lang_decode_option): -ansi does not set flag_no_asm. It