Home
last modified time | relevance | path

Searched defs:cond (Results 76 – 100 of 252) sorted by relevance

1234567891011

/dragonfly/contrib/less/
H A Dprompt.c168 static int cond(char c, int where) in cond() function
/dragonfly/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c92 mythread_cond cond; member
176 mythread_cond cond; member
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-loop-niter.c373 gimple cond; in bound_difference() local
1542 tree_simplify_using_condition_1 (tree cond, tree expr) in tree_simplify_using_condition_1()
1654 tree_simplify_using_condition (tree cond, tree expr) in tree_simplify_using_condition()
1671 tree cond; in simplify_using_initial_conditions() local
2193 gimple phi, cond; in loop_niter_by_eval() local
H A Dtree-ssa-uncprop.c170 tree cond = gimple_switch_index (stmt); in associate_equivalences_with_edges() local
H A Dc-parser.c4595 tree cond; in c_parser_condition() local
4612 tree cond; in c_parser_paren_condition() local
4706 tree cond; in c_parser_if_statement() local
4782 tree block, cond, body, save_break, save_cont; in c_parser_while_statement() local
4809 tree block, cond, body, save_break, save_cont, new_break, new_cont; in c_parser_do_statement() local
4895 tree block, cond, incr, save_break, save_cont, body; in c_parser_for_statement() local
5422 struct c_expr cond, exp1, exp2, ret; in c_parser_conditional_expression() local
9862 tree decl, cond, incr, save_break, save_cont, body, init, stmt, cl; in c_parser_omp_for_loop() local
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dsemantics.c512 tree cond = pop_stmt_list (*cond_p); in finish_cond() local
535 tree cond, if_stmt; in simplify_loop_decl_cond() local
584 maybe_convert_cond (tree cond) in maybe_convert_cond()
670 finish_if_stmt_cond (tree cond, tree if_stmt) in finish_if_stmt_cond()
733 finish_while_stmt_cond (tree cond, tree while_stmt) in finish_while_stmt_cond()
779 finish_do_stmt (tree cond, tree do_stmt) in finish_do_stmt()
885 finish_for_cond (tree cond, tree for_stmt) in finish_for_cond()
1036 finish_switch_cond (tree cond, tree switch_stmt) in finish_switch_cond()
4458 tree cond = TREE_VEC_ELT (condv, i); in handle_omp_for_class_iterator() local
4687 tree decl, init, cond, incr; in finish_omp_for() local
H A Dcp-gimplify.c155 tree stmt, cond, then_, else_; in genericize_if_stmt() local
187 gimplify_cp_loop (tree cond, tree body, tree incr, bool cond_is_first) in gimplify_cp_loop()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-omp.c357 tree cond = TREE_VEC_ELT (condv, i); in c_finish_omp_for() local
/dragonfly/sys/sys/
H A Dktr.h202 #define KTR_COND_LOG(name, cond, ...) \ argument
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-uncprop.c173 tree cond = gimple_switch_index (switch_stmt); in associate_equivalences_with_edges() local
H A Dtree-ssa-forwprop.c578 tree cond = gimple_assign_rhs1 (stmt); in forward_propagate_into_cond() local
1101 tree cond = gimple_switch_index (stmt); in simplify_gimple_switch() local
2456 if (gcond *cond = dyn_cast <gcond *> (stmt)) in execute() local
H A Dread-md.c182 md_reader::fprint_c_condition (FILE *outf, const char *cond) in fprint_c_condition()
204 md_reader::print_c_condition (const char *cond) in print_c_condition()
H A Dtree-ssa-loop-ivcanon.c89 gcond *cond; variable
924 gcond *cond = as_a <gcond *> (last_stmt (edge_to_cancel->src)); in try_unroll_loop_completely() local
H A Domp-grid.c65 tree cond = NULL; in omp_grid_lastprivate_predicate() local
1318 tree cond = fold_build2 (cond_code, boolean_type_node, n1, n2); in grid_attempt_target_gridification() local
H A Dtree-vect-generic.c649 tree zero, cst, cond, mask_type; in expand_vector_divmod() local
1395 tree cond = NULL_TREE, v0_val; in lower_vec_perm() local
1512 tree cond = gimple_assign_rhs1 (gsi_stmt (*gsi)); in do_cond() local
H A Dtree-ssa-strlen.c3147 tree cond = gimple_assign_rhs1 (stmt); in fold_strstr_to_strncmp() local
3159 gcond *cond = as_a<gcond *> (stmt); in fold_strstr_to_strncmp() local
3269 tree cond = gimple_assign_rhs1 (stmt); in strlen_check_and_optimize_stmt() local
3388 else if (gcond *cond = dyn_cast<gcond *> (stmt)) in strlen_check_and_optimize_stmt() local
/dragonfly/contrib/mdocml/
H A Dmdoc_markdown.c36 int (*cond)(struct roff_node *); member
310 int cond, process_children; in md_node() local
/dragonfly/contrib/awk/
H A Dlex.c492 int cond, low, mid, high; in binsearch() local
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-gimplify.c166 tree stmt, cond, then_, else_; in genericize_if_stmt() local
198 genericize_cp_loop (tree *stmt_p, location_t start_locus, tree cond, tree body, in genericize_cp_loop()
317 tree break_block, body, cond, type; in genericize_switch_stmt() local
H A Drtti.c347 tree cond = NULL_TREE, initial_expr = exp; in build_typeid() local
540 tree cond = build2 (NE_EXPR, boolean_type_node, test, in ifnonnull() local
/dragonfly/bin/sh/
H A Darith_yacc.c280 static arith_t cond(int token, union yystype *val, int op, int noeval) in cond() function
/dragonfly/contrib/binutils-2.27/include/opcode/
H A Dmsp430-decode.h122 MSP430_Condition cond; member
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp396 cond_dealtor cond(p_new_lf); in insert() local
/dragonfly/contrib/gdb-7/gdb/
H A Dtracepoint.h158 char *cond; member
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp396 cond_dealtor cond(p_new_lf); in insert() local

1234567891011