Home
last modified time | relevance | path

Searched defs:cond (Results 101 – 125 of 252) sorted by relevance

1234567891011

/dragonfly/contrib/mdocml/
H A Dmdoc_man.c40 int_fp cond; /* DON'T run actions */ member
644 int cond, do_sub; in print_node() local
/dragonfly/sys/dev/virtual/amazon/ena/ena-com/
H A Dena_plat.h128 #define ENA_ASSERT(cond, format, arg...) \ argument
137 #define ENA_WARN(cond, format, arg...) \ argument
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-expr.c567 gimple_cond_get_ops_from_tree (tree cond, enum tree_code *code_p, in gimple_cond_get_ops_from_tree()
H A Dgimple-low.c894 gimple *cond = gimple_build_cond (EQ_EXPR, res, integer_zero_node, in lower_builtin_posix_memalign() local
H A Dtree-ssa-scopedtables.h58 struct hashable_expr cond; member
H A Dsese.c310 gcond *cond = gimple_build_cond (NE_EXPR, integer_one_node, integer_zero_node, in move_sese_in_condition() local
H A Dtree-ssa-loop-split.c551 tree cond = build2 (guard_code, boolean_type_node, guard_init, border); in split_loop() local
H A Dcprop.c1333 implicit_set_cond_p (const_rtx cond) in implicit_set_cond_p()
1385 rtx cond, new_rtx; in find_implicit_sets() local
H A Dtree-switch-conversion.c85 tree cond, edge e_true, in hoist_edge_and_branch_if_true()
2250 gcond *cond = gimple_build_cond (EQ_EXPR, op0, op1, NULL_TREE, NULL_TREE); in do_jump_if_equal() local
2295 gcond *cond = gimple_build_cond (comparison, op0, op1, NULL_TREE, NULL_TREE); in emit_cmp_and_jump_insns() local
/dragonfly/contrib/lvm2/dist/daemons/clvmd/
H A Dclvmd.h65 pthread_cond_t cond; member
H A Dclvmd-cman.c79 pthread_cond_t cond; member
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcprop.c1304 implicit_set_cond_p (const_rtx cond) in implicit_set_cond_p()
1361 rtx cond, new_rtx; in find_implicit_sets() local
H A Dtree-loop-distribution.c681 gimple cond = last_stmt (e->src); in collect_condition_stmts() local
707 gimple cond = VEC_pop (gimple, conds); in rdg_flag_loop_exits() local
H A Dree.c374 rtx cond; in transform_ifelse() local
H A Dtree-ssa-forwprop.c566 tree cond = gimple_assign_rhs1 (stmt); in forward_propagate_into_cond() local
1276 tree cond = gimple_switch_index (stmt); in simplify_gimple_switch() local
H A Dipa-inline-analysis.c158 single_cond_predicate (int cond) in single_cond_predicate()
511 dump_condition (FILE *f, conditions conditions, int cond) in dump_condition()
2418 int cond; in remap_predicate() local
H A Dtree-mudflap.c516 tree cond, t, u, v; in mf_build_check_statement_for() local
/dragonfly/lib/libc/nameser/
H A Dns_print.c33 #define INSIST(cond) assert(cond) argument
/dragonfly/lib/libthread_xu/thread/
H A Dthr_private.h79 #define THR_ASSERT(cond, msg) do { \ argument
84 #define THR_ASSERT(cond, msg) argument
/dragonfly/gnu/usr.bin/gmp/
H A Dgmp.h524 #define __GMP_LIKELY(cond) __builtin_expect ((cond) != 0, 1) argument
525 #define __GMP_UNLIKELY(cond) __builtin_expect ((cond) != 0, 0) argument
527 #define __GMP_LIKELY(cond) (cond) argument
528 #define __GMP_UNLIKELY(cond) (cond) argument
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl2.c3435 tree cond = cp_build_binary_op (DECL_SOURCE_LOCATION (var), in generate_tls_wrapper() local
3892 tree node, init_if_stmt, cond; in do_static_initialization_or_destruction() local
4382 tree cond = cp_build_unary_op (TRUTH_NOT_EXPR, guard, false, in handle_tls_init() local
/dragonfly/games/adventure/
H A Dinit.c90 int cond[LOCSIZE]; /* various condition bits */ variable
/dragonfly/sys/dev/drm/include/linux/
H A Dkernel.h175 #define might_sleep_if(cond) argument
/dragonfly/sbin/hammer2/
H A Dcmd_service.c46 pthread_cond_t cond; member
/dragonfly/contrib/binutils-2.27/ld/
H A Dldexp.h61 union etree_union *cond; member

1234567891011