| /freebsd-12.1/usr.bin/tset/ |
| H A D | map.c | 93 mapp->conditional = 0; in add_mapping() 111 if (mapp->conditional & GT) in add_mapping() 113 mapp->conditional |= LT; in add_mapping() 116 if (mapp->conditional & LT) in add_mapping() 118 mapp->conditional |= GT; in add_mapping() 122 mapp->conditional |= EQ; in add_mapping() 125 mapp->conditional |= NOT; in add_mapping() 132 if (mapp->conditional) in add_mapping() 153 if (mapp->conditional & NOT) in add_mapping() 154 mapp->conditional = ~mapp->conditional & (EQ | GT | LT); in add_mapping() [all …]
|
| /freebsd-12.1/contrib/ncurses/progs/ |
| H A D | tset.c | 425 mapp->conditional = 0; in add_mapping() 443 if (mapp->conditional & GT) in add_mapping() 445 mapp->conditional |= LT; in add_mapping() 448 if (mapp->conditional & LT) in add_mapping() 450 mapp->conditional |= GT; in add_mapping() 454 mapp->conditional |= EQ; in add_mapping() 457 mapp->conditional |= NOT; in add_mapping() 466 if (mapp->conditional) in add_mapping() 484 if (mapp->conditional & NOT) in add_mapping() 485 mapp->conditional = ~mapp->conditional & (EQ | GT | LT); in add_mapping() [all …]
|
| /freebsd-12.1/contrib/bmake/unit-tests/ |
| H A D | cond2.exp | 1 make: Bad conditional expression ` == "empty"' in == "empty"?oops:ok 2 make: "cond2.mk" line 13: Malformed conditional ({TEST_TYPO} == "Ok") 4 make: "cond2.mk" line 20: Malformed conditional (${TEST_NOT_SET} == "empty")
|
| H A D | cond1.exp | 20 make: Bad conditional expression `"0" > 0' in "0" > 0?OK:No
|
| /freebsd-12.1/contrib/llvm/include/llvm/XRay/ |
| H A D | Graph.h | 130 typename T = typename std::conditional<IsConst, const EdgeValueType, 137 typename std::conditional<IsConst, const EdgeMapT, EdgeMapT>::type; 203 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type; 205 typename std::conditional<isConst, const EdgeMapT, EdgeMapT>::type; 276 using iterator = typename std::conditional<isConst, ConstVertexIterator, 279 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type; 313 using iterator = typename std::conditional<isConst, ConstEdgeIterator, 316 using GraphT = typename std::conditional<isConst, const Graph, Graph>::type;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringActionRulesInternal.h | 98 struct HasBaseOf : std::conditional<HasBaseOf<Base, First>::value || 108 struct AreBaseOf : std::conditional<AreBaseOf<Base, First>::value &&
|
| /freebsd-12.1/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-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsEVAInstrInfo.td | 37 // Load-linked EVA, Store-conditional EVA encodings 125 // Load-linked EVA, Store-conditional EVA descriptions 203 /// Load-linked EVA, Store-conditional EVA
|
| H A D | Mips16InstrInfo.td | 398 // These Sel patterns support the generation of conditional move 404 // conditional move being done if the tested register is not zero. 409 // conditional move based on a simple mips16 conditional 437 //then does a conditional branch based on the value of T8 445 // $op1 .+4 ;op1 is a conditional branch 464 // op1 is a conditional branch 468 // $op1 .+4 ;op2 is a conditional branch 591 // To test a GPR then do a PC-relative conditional branch. 599 // To test a GPR then do a PC-relative conditional branch. 620 // To test a GPR then do a PC-relative conditional branch. [all …]
|
| H A D | MipsEVAInstrFormats.td | 43 // Load-linked EVA, Store-conditional EVA
|
| H A D | MipsCondMov.td | 17 // conditional move instructions. 197 // Instantiation of conditional move patterns. 263 // For targets that don't have conditional-move instructions
|
| /freebsd-12.1/contrib/binutils/ld/scripttempl/ |
| H A D | i386coff.sc | 5 # conditional expansion.
|
| H A D | armcoff.sc | 11 # conditional expansion.
|
| /freebsd-12.1/sys/contrib/libsodium/m4/ |
| H A D | ld-output-def.m4 | 12 # conditional HAVE_LD_OUTPUT_DEF if it is.
|
| /freebsd-12.1/stand/ficl/softwords/ |
| H A D | ifbrack.fr | 2 \ ** ANS conditional compile directives [if] [else] [then]
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | iterator.h | 198 typename PointerT = typename std::conditional< 202 typename ReferenceT = typename std::conditional<
|
| H A D | FunctionExtras.h | 66 using AdjustedParamT = typename std::conditional<
|
| /freebsd-12.1/contrib/libucl/m4/ |
| H A D | gcov.m4 | 10 # gcov/lcov binaries and provides ENABLE_CODE_COVERAGE conditional.
|
| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | __memory | 55 conditional<
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | Chrono.h | 116 typedef typename std::conditional<
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 57 using uint = typename std::conditional<Is64, uint64_t, uint32_t>::type; 346 using intX_t = typename std::conditional<ELFT::Is64Bits, 348 using uintX_t = typename std::conditional<ELFT::Is64Bits,
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86.td | 41 "Enable conditional move instructions">; 346 // fused with conditional branches and pass through the CPU as a single 350 "Various instructions can be fused with conditional branches">; 371 // Lower indirect branches and switches either using conditional branch trees 419 // Merge branches using three-way conditional code. 423 "conditional branch">;
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrAliases.td | 13 // Instruction aliases for conditional moves. 63 // Instruction aliases for integer conditional branches and moves. 204 // Instruction aliases for floating point conditional branches and moves. 257 // Instruction aliases for co-processor conditional branches.
|
| /freebsd-12.1/sys/dev/aic7xxx/aicasm/ |
| H A D | aicasm_gram.y | 251 | conditional 252 | program conditional 1055 conditional: 1116 conditional:
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | cpp.texi | 208 conditional compilation and inclusion mechanism. If all else fails, 925 of the file in a conditional, like this: 2837 There are three general reasons to use a conditional. 2869 A conditional in the C preprocessor begins with a @dfn{conditional 2885 The simplest sort of conditional is 2897 @cindex conditional group 2903 The @var{controlled text} inside of a conditional can include 2905 succeeds. You can nest conditional groups inside other conditional 3112 Another conditional directive, @samp{#elif}, allows this to be 3915 @item Nesting levels of conditional inclusion. [all …]
|