Home
last modified time | relevance | path

Searched refs:pragma_compound (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dc-parser.c1111 enum pragma_context { pragma_external, pragma_stmt, pragma_compound }; enumerator
3674 if (c_parser_pragma (parser, pragma_compound)) in c_parser_compound_statement_nostart()
7146 if (context != pragma_compound) in c_parser_pragma()
7157 if (context != pragma_compound) in c_parser_pragma()
/freebsd-12-stable/contrib/gcc/cp/
Dparser.c1792 enum pragma_context { pragma_external, pragma_stmt, pragma_compound }; enumerator
6531 cp_parser_pragma (parser, pragma_compound); in cp_parser_statement()
21694 case pragma_compound: in cp_parser_pragma()
21709 case pragma_compound: in cp_parser_pragma()