Home
last modified time | relevance | path

Searched refs:C_plus_plus (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/flex/src/
H A Dmain.c220 if (C_plus_plus) in check_options()
275 if (C_plus_plus && fullspd) in check_options()
283 if (C_plus_plus && (reentrant)) in check_options()
322 if (C_plus_plus) in check_options()
757 if (C_plus_plus) in flexend()
1001 C_plus_plus = true; in flexinit()
1025 C_plus_plus = true; in flexinit()
1588 if (!C_plus_plus) { in readin()
1604 if (C_plus_plus) { in readin()
1646 else if (!C_plus_plus) in readin()
[all …]
H A Dgen.c1676 if (!C_plus_plus && !reentrant) { in make_tables()
1733 if (!C_plus_plus && !reentrant) { in make_tables()
1751 if (!C_plus_plus && !reentrant) { in make_tables()
1796 if (!C_plus_plus) { in make_tables()
1842 if (!C_plus_plus) { in make_tables()
1865 if (!C_plus_plus) { in make_tables()
1989 indent_puts (C_plus_plus ? in make_tables()
1998 if (C_plus_plus) { in make_tables()
2018 if (C_plus_plus) { in make_tables()
2034 indent_puts (C_plus_plus ? in make_tables()
[all …]
H A Dmisc.c774 do_copy = C_plus_plus; in skelout()
779 do_copy = !C_plus_plus; in skelout()
H A Dflexdef.h366 extern int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap;
/freebsd-14.2/usr.bin/lex/
H A Dinitscan.c2745 C_plus_plus = option_sense; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def905 HANDLE_DW_LANG(0x0004, C_plus_plus, 0, 2, DWARF)
/freebsd-14.2/contrib/flex/
H A DChangeLog9553 * flexdef.h: Added C_plus_plus flag.