| /freebsd/contrib/bmake/unit-tests/ |
| H A D | cond-op.exp | 1 make: cond-op.mk:51: Malformed conditional ""!word" == !word" 2 make: cond-op.mk:72: Malformed conditional "0 ${ERR::=evaluated}" 4 make: cond-op.mk:82: Malformed conditional "1 ${ERR::=evaluated}" 15 make: cond-op.mk:120: Malformed conditional "1 &&" 16 make: cond-op.mk:129: Malformed conditional "0 &&" 17 make: cond-op.mk:138: Malformed conditional "1 ||" 18 make: cond-op.mk:148: Malformed conditional "0 ||"
|
| H A D | cond-token-number.exp | 1 make: cond-token-number.mk:16: Malformed conditional "-0" 2 make: cond-token-number.mk:27: Malformed conditional "+0" 3 make: cond-token-number.mk:38: Malformed conditional "!-1" 4 make: cond-token-number.mk:49: Malformed conditional "!+1"
|
| H A D | cond-cmp-string.exp | 1 make: cond-cmp-string.mk:19: Malformed conditional "str != str" 2 make: cond-cmp-string.mk:44: Malformed conditional ""string" != "str""ing"" 3 make: cond-cmp-string.mk:52: Malformed conditional "!("value" = "value")" 4 make: cond-cmp-string.mk:60: Malformed conditional "!("value" === "value")"
|
| H A D | cond-eof.exp | 1 make: cond-eof.mk:17: Malformed conditional "0 ${SIDE_EFFECT} ${SIDE_EFFECT2}" 2 make: cond-eof.mk:20: Malformed conditional "1 ${SIDE_EFFECT} ${SIDE_EFFECT2}" 3 make: cond-eof.mk:23: Malformed conditional "(0) ${SIDE_EFFECT} ${SIDE_EFFECT2}"
|
| H A D | cond-op-parentheses.exp | 2 make: cond-op-parentheses.mk:25: Malformed conditional "(3) > 2" 3 make: cond-op-parentheses.mk:44: Malformed conditional "(" 4 make: cond-op-parentheses.mk:58: Malformed conditional ")"
|
| H A D | cond-token-var.exp | 9 make: cond-token-var.mk:106: Malformed conditional "x${UNDEF1}y == "${UNDEF2}" || 0x${UNDEF3}" 11 make: cond-token-var.mk:111: Malformed conditional "x${DEF}y == "${UNDEF2}" || 0x${UNDEF3}" 13 make: cond-token-var.mk:116: Malformed conditional "x${DEF}y == "${DEF}" || 0x${UNDEF3}"
|
| H A D | cond-cmp-numeric-eq.exp | 1 make: cond-cmp-numeric-eq.mk:68: Malformed conditional "!(12345 = 12345)" 2 make: cond-cmp-numeric-eq.mk:76: Malformed conditional "!(12345 === 12345)"
|
| H A D | directive-if.mk | 45 .info This is not conditional. 49 .info This is not conditional.
|
| H A D | cond-op-not.exp | 6 make: cond-op-not.mk:65: Malformed conditional "!"
|
| H A D | cond-cmp-numeric.exp | 8 make: cond-cmp-numeric.mk:38: Malformed conditional "123 ! 123"
|
| H A D | directive-if.exp | 8 make: directive-if.mk:55: Malformed conditional ""
|
| H A D | directive-for.exp | 21 make: directive-for.mk:234: 1 open conditional
|
| /freebsd/contrib/ncurses/progs/ |
| H A D | tset.c | 223 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 D | conditional.h | 39 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 D | M68kMCCodeEmitter.cpp | 83 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 D | sanitizer_type_traits.h | 53 struct conditional { 58 struct conditional<false, T, F> {
|
| /freebsd/crypto/openssl/test/recipes/30-test_defltfips/ |
| H A D | fipsmodule.cnf | 5 conditional-errors = 1
|
| /freebsd/contrib/ntp/sntp/libopts/ |
| H A D | README | 43 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/kyua/admin/ |
| H A D | check-style-shell.awk | 87 warn("Avoid using a single-line if conditional");
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsEVAInstrInfo.td | 36 // Load-linked EVA, Store-conditional EVA encodings 123 // Load-linked EVA, Store-conditional EVA descriptions 205 /// Load-linked EVA, Store-conditional EVA
|
| H A D | Mips16InstrInfo.td | 397 // 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 D | ld-output-def.m4 | 12 # conditional HAVE_LD_OUTPUT_DEF if it is.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VECallingConv.td | 108 // TODO: make this conditional on packed mode 129 // TODO: make this conditional on packed mode
|
| /freebsd/stand/ficl/softwords/ |
| H A D | ifbrack.fr | 2 \ ** ANS conditional compile directives [if] [else] [then]
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
| H A D | execution_impl.h | |