Home
last modified time | relevance | path

Searched refs:conditional (Results 1 – 25 of 205) sorted by relevance

123456789

/freebsd/contrib/bmake/unit-tests/
H A Dcond-op.exp1 make: "cond-op.mk" line 51: Malformed conditional '"!word" == !word'
2 make: "cond-op.mk" line 72: Malformed conditional '0 ${ERR::=evaluated}'
4 make: "cond-op.mk" line 82: Malformed conditional '1 ${ERR::=evaluated}'
15 make: "cond-op.mk" line 120: Malformed conditional '1 &&'
16 make: "cond-op.mk" line 129: Malformed conditional '0 &&'
17 make: "cond-op.mk" line 138: Malformed conditional '1 ||'
18 make: "cond-op.mk" line 148: Malformed conditional '0 ||'
H A Dcond-token-number.exp1 make: "cond-token-number.mk" line 16: Malformed conditional '-0'
2 make: "cond-token-number.mk" line 27: Malformed conditional '+0'
3 make: "cond-token-number.mk" line 38: Malformed conditional '!-1'
4 make: "cond-token-number.mk" line 49: Malformed conditional '!+1'
H A Dcond-cmp-string.exp1 make: "cond-cmp-string.mk" line 19: Malformed conditional 'str != str'
2 make: "cond-cmp-string.mk" line 44: Malformed conditional '"string" != "str""ing"'
3 make: "cond-cmp-string.mk" line 52: Malformed conditional '!("value" = "value")'
4 make: "cond-cmp-string.mk" line 60: Malformed conditional '!("value" === "value")'
H A Dcond-eof.exp1 make: "cond-eof.mk" line 17: Malformed conditional '0 ${SIDE_EFFECT} ${SIDE_EFFECT2}'
2 make: "cond-eof.mk" line 20: Malformed conditional '1 ${SIDE_EFFECT} ${SIDE_EFFECT2}'
3 make: "cond-eof.mk" line 23: Malformed conditional '(0) ${SIDE_EFFECT} ${SIDE_EFFECT2}'
H A Dcond-op-parentheses.exp2 make: "cond-op-parentheses.mk" line 25: Malformed conditional '(3) > 2'
3 make: "cond-op-parentheses.mk" line 44: Malformed conditional '('
4 make: "cond-op-parentheses.mk" line 58: Malformed conditional ')'
H A Dcond-token-var.exp9 make: "cond-token-var.mk" line 106: Malformed conditional 'x${UNDEF1}y == "${UNDEF2}" || 0x${UNDEF3…
11 make: "cond-token-var.mk" line 111: Malformed conditional 'x${DEF}y == "${UNDEF2}" || 0x${UNDEF3}'
13 make: "cond-token-var.mk" line 116: Malformed conditional 'x${DEF}y == "${DEF}" || 0x${UNDEF3}'
H A Dcond-cmp-numeric-eq.exp1 make: "cond-cmp-numeric-eq.mk" line 68: Malformed conditional '!(12345 = 12345)'
2 make: "cond-cmp-numeric-eq.mk" line 76: Malformed conditional '!(12345 === 12345)'
H A Ddirective-if.mk45 .info This is not conditional.
49 .info This is not conditional.
H A Dvarmod-range.exp1 make: "varmod-range.mk" line 43: Malformed conditional '${:range=5} != ""'
H A Dcond-op-not.exp6 make: "cond-op-not.mk" line 65: Malformed conditional '!'
H A Dcond-cmp-numeric.exp8 make: "cond-cmp-numeric.mk" line 38: Malformed conditional '123 ! 123'
H A Ddirective-if.exp8 make: "directive-if.mk" line 55: Malformed conditional ''
/freebsd/contrib/ncurses/progs/
H A Dtset.c223 int conditional; /* Baud rate conditionals bitmask. */ member
399 mapp->conditional = 0; in add_mapping()
417 if (mapp->conditional & GT) in add_mapping()
419 mapp->conditional |= LT; in add_mapping()
422 if (mapp->conditional & LT) in add_mapping()
424 mapp->conditional |= GT; in add_mapping()
428 mapp->conditional |= EQ; in add_mapping()
431 mapp->conditional |= NOT; in add_mapping()
440 if (mapp->conditional) in add_mapping()
458 if (mapp->conditional & NOT) in add_mapping()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dconditional.h39 struct _LIBCPP_TEMPLATE_VIS conditional {
43 struct _LIBCPP_TEMPLATE_VIS conditional<false, _If, _Then> {
49 using conditional_t _LIBCPP_NODEBUG = typename conditional<_Bp, _IfRes, _ElseRes>::type;
54 using __conditional_t _LIBCPP_NODEBUG = typename conditional<_Bp, _If, _Then>::type;
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCCodeEmitter.cpp83 using type = typename std::conditional<
85 typename std::conditional<
87 typename std::conditional<Size == 32, uint32_t,
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_type_traits.h53 struct conditional {
58 struct conditional<false, T, F> {
/freebsd/crypto/openssl/test/recipes/30-test_defltfips/
H A Dfipsmodule.cnf5 conditional-errors = 1
/freebsd/contrib/kyua/admin/
H A Dcheck-style-shell.awk87 warn("Avoid using a single-line if conditional");
/freebsd/contrib/ntp/sntp/libopts/
H A DREADME43 conditional. To work correctly, automake has to know the range of
85 Makefile.am files. Adds Automake conditional NEED_LIBOPTS which
113 NEED_LIBOPTS Automake conditional being false, and does not invoke
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsEVAInstrInfo.td36 // Load-linked EVA, Store-conditional EVA encodings
123 // Load-linked EVA, Store-conditional EVA descriptions
205 /// Load-linked EVA, Store-conditional EVA
H A DMips16InstrInfo.td397 // These Sel patterns support the generation of conditional move
403 // conditional move being done if the tested register is not zero.
408 // conditional move based on a simple mips16 conditional
416 // if $op == beqz, then if $rt != 0, then the conditional assignment
419 // if $op == bnez, then if $rt == 0, then the conditional assignment
436 //then does a conditional branch based on the value of T8
444 // $op1 .+4 ;op1 is a conditional branch
463 // op1 is a conditional branch
467 // $op1 .+4 ;op2 is a conditional branch
589 // To test a GPR then do a PC-relative conditional branch.
[all …]
/freebsd/sys/contrib/libsodium/m4/
H A Dld-output-def.m412 # conditional HAVE_LD_OUTPUT_DEF if it is.
/freebsd/stand/ficl/softwords/
H A Difbrack.fr2 \ ** ANS conditional compile directives [if] [else] [then]
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECallingConv.td108 // TODO: make this conditional on packed mode
129 // TODO: make this conditional on packed mode
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dexecution_impl.h

123456789