Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_IF_EXPR (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-omp.c1416 OMP_CLAUSE_IF_EXPR (c) = OMP_CLAUSE_IF_EXPR (clauses); in c_omp_split_clauses()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDsemantics.c6219 t = OMP_CLAUSE_IF_EXPR (c); in finish_omp_clauses()
6225 OMP_CLAUSE_IF_EXPR (c) = t; in finish_omp_clauses()
8525 ifc = maybe_convert_cond (OMP_CLAUSE_IF_EXPR (ifc)); in finish_omp_cancel()
8528 OMP_CLAUSE_IF_EXPR (ifc), ERROR_MARK, in finish_omp_cancel()
HDparser.c32409 OMP_CLAUSE_IF_EXPR (c) = t; in cp_parser_omp_clause_if()
/dragonfly/contrib/gcc-8.0/gcc/
HDomp-expand.c620 cond = OMP_CLAUSE_IF_EXPR (c); in expand_parallel_call()
819 tree t = gimple_boolify (OMP_CLAUSE_IF_EXPR (ifc)); in expand_task_call()
828 cond = gimple_boolify (OMP_CLAUSE_IF_EXPR (ifc)); in expand_task_call()
7196 cond = OMP_CLAUSE_IF_EXPR (c); in expand_omp_target()
HDtree-pretty-print.c468 dump_generic_node (pp, OMP_CLAUSE_IF_EXPR (clause), in dump_omp_clause()
HDtree.h1516 #define OMP_CLAUSE_IF_EXPR(NODE) \ macro
/dragonfly/contrib/gcc-4.7/gcc/
HDtree-pretty-print.c337 dump_generic_node (buffer, OMP_CLAUSE_IF_EXPR (clause), in dump_omp_clause()
HDomp-low.c2996 cond = OMP_CLAUSE_IF_EXPR (c); in expand_parallel_call()
3138 cond = gimple_boolify (OMP_CLAUSE_IF_EXPR (c)); in expand_task_call()
HDtree.h1905 #define OMP_CLAUSE_IF_EXPR(NODE) \ macro
HDc-parser.c8955 OMP_CLAUSE_IF_EXPR (c) = t; in c_parser_omp_clause_if()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDsemantics.c4077 t = OMP_CLAUSE_IF_EXPR (c); in finish_omp_clauses()
4083 OMP_CLAUSE_IF_EXPR (c) = t; in finish_omp_clauses()
HDparser.c25190 OMP_CLAUSE_IF_EXPR (c) = t; in cp_parser_omp_clause_if()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-typeck.c12408 tree type = TREE_TYPE (OMP_CLAUSE_IF_EXPR (ifc)); in c_finish_omp_cancel()
12410 boolean_type_node, OMP_CLAUSE_IF_EXPR (ifc), in c_finish_omp_cancel()
HDc-parser.c12104 OMP_CLAUSE_IF_EXPR (c) = t; in c_parser_omp_clause_if()