Searched refs:cond (Results 201 - 216 of 216) sorted by relevance

123456789

/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DAPInt.cpp2272 #define COMPILE_TIME_ASSERT(cond) extern int CTAssert[(cond) ? 1 : -1]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp249 SVal cond, bool assumption) {
250 return getCheckerManager().runCheckersForEvalAssume(state, cond, assumption);
248 processAssume(ProgramStateRef state, SVal cond, bool assumption) argument
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_state_mgr.c1027 pthread_cond_wait(&stats->cond, &stats->mutex);
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_cam.c4957 uint8_t *sp, cond, buf[MPT_SENSE_SIZE]; local
4961 cond = SCSI_STATUS_CHECK_COND;
5006 mpt_scsi_tgt_status(mpt, NULL, req, cond, sp);
/freebsd-9.3-release/sys/net/
H A Dzlib.c234 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
241 # define Assert(cond,msg)
/freebsd-9.3-release/contrib/binutils/gas/
H A DMakefile.am178 cond.c \
425 cond.o \
2136 cond.o: cond.c sb.h macro.h $(INCDIR)/obstack.h
/freebsd-9.3-release/contrib/gcc/
H A Dgengtype.c362 const char *cond)
380 field->opt = create_option (field->opt, "desc", cond);
361 create_optional_field(pair_p next, type_p type, const char *name, const char *cond) argument
H A Dfold-const.c6018 tree cond, tree arg, int cond_first_p)
6032 if (TREE_CODE (cond) == COND_EXPR)
6034 test = TREE_OPERAND (cond, 0);
6035 true_value = TREE_OPERAND (cond, 1);
6036 false_value = TREE_OPERAND (cond, 2);
6047 tree testtype = TREE_TYPE (cond);
6048 test = cond;
5982 fold_binary_op_with_conditional_arg(enum tree_code code, tree type, tree op0, tree op1, tree cond, tree arg, int cond_first_p) argument
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmips-tdep.c1057 int cond = ((fcrcs >> 24) & 0x0e) | ((fcrcs >> 23) & 0x01); local
1059 if (((cond >> cnum) & 0x01) == tf)
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c805 s390_emit_jump (rtx target, rtx cond) argument
810 if (cond)
811 target = gen_rtx_IF_THEN_ELSE (VOIDmode, cond, target, pc_rtx);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp4274 } else if (ConditionalOperator *cond = dyn_cast<ConditionalOperator>(e)) {
4275 if (InvalidICRKind iik = isInvalidICRSource(C, cond->getLHS(), isAddressOf,
4279 return isInvalidICRSource(C, cond->getRHS(), isAddressOf, isWeakAccess);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c7103 /* Some dependent statements (like `if (cond) statement'), are
7151 /* For some dependent statements (like `while (cond) statement'), we
18909 tree init, cond, incr, body, decl, pre_body;
18976 cond = NULL;
18978 cond = cp_parser_condition (parser);
19000 return finish_omp_for (loc, decl, init, cond, incr, body, pre_body);
18905 tree init, cond, incr, body, decl, pre_body; local
H A Dpt.c8784 tree clauses, decl, init, cond, incr, body, pre_body;
8792 cond = RECUR (OMP_FOR_COND (t));
8805 t = finish_omp_for (EXPR_LOCATION (t), decl, init, cond, incr, body,
8783 tree clauses, decl, init, cond, incr, body, pre_body; local
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c1650 #define CHECK_RRL(cond, pat, val1, val2) \
1652 if (!(cond)) { \
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c1931 exp_init_os (exp->trinary.cond);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7415 ExprResult &cond, ExprResult &lhs, ExprResult &rhs,

Completed in 613 milliseconds

123456789