Home
last modified time | relevance | path

Searched refs:sk_omp (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
Dname-lookup.h126 sk_omp /* An OpenMP structured block. */ enumerator
Ddecl.c494 case sk_omp: in poplevel_named_label_1()
510 if (bl->kind == sk_omp) in poplevel_named_label_1()
2408 if (b->kind == sk_omp && !saw_omp) in check_previous_goto_1()
2522 if (b->kind == sk_omp) in check_goto()
2545 if (b->kind == sk_omp) in check_omp_return()
Dsemantics.c3901 return do_pushlevel (sk_omp); in begin_omp_structured_block()
Dname-lookup.c1294 case sk_omp: in begin_scope()
DChangeLog2583 finish_omp_for. Put all the statements into sk_omp
2710 * name-lookup.h (sk_omp): New.
2717 (begin_omp_structured_block): Use sk_omp.