Home
last modified time | relevance | path

Searched refs:PRAGMA_IVDEP (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-pragma.h71 PRAGMA_IVDEP, enumerator
H A Dc-pragma.c1526 cpp_register_deferred_pragma (parse_in, "GCC", "ivdep", PRAGMA_IVDEP, false, in init_pragma()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c11108 case PRAGMA_IVDEP: in c_parser_pragma()
11136 if (c_parser_peek_token (parser)->pragma_kind == PRAGMA_IVDEP) in c_parser_pragma()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dparser.c38995 case PRAGMA_IVDEP: in cp_parser_pragma()
39040 && cp_parser_pragma_kind (tok) == PRAGMA_IVDEP) in cp_parser_pragma()