Searched refs:C_plus_plus (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/flex/src/ |
H A D | main.c | 55 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap, variable 220 if (C_plus_plus) in check_options() 275 if (C_plus_plus && fullspd) in check_options() 278 if (C_plus_plus && yytext_is_array) { in check_options() 283 if (C_plus_plus && (reentrant)) in check_options() 286 if (C_plus_plus && bison_bridge_lval) in check_options() 322 if (C_plus_plus) in check_options() 757 if (C_plus_plus) in flexend() 951 lex_compat = posix_compat = C_plus_plus = backing_up_report = in flexinit() 1001 C_plus_plus = true; in flexinit() [all …]
|
H A D | gen.c | 1676 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() 1758 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() [all …]
|
H A D | misc.c | 774 do_copy = C_plus_plus; in skelout() 779 do_copy = !C_plus_plus; in skelout()
|
H A D | flexdef.h | 366 extern int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 911 HANDLE_DW_LANG(0x0004, C_plus_plus, 0, 2, DWARF) 995 HANDLE_DW_LNAME(0x0004, C_plus_plus, "ISO C++", 0)
|
/freebsd/usr.bin/lex/ |
H A D | initscan.c | 2745 C_plus_plus = option_sense; variable
|
/freebsd/contrib/flex/ |
H A D | ChangeLog | 9553 * flexdef.h: Added C_plus_plus flag.
|