Searched refs:conditional (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dcond2.exp1 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 Dcond2.mk10 # expect: Bad conditional expression ` == "empty"' in == "empty"?oops:ok
12 # expect: Malformed conditional ({TEST_TYPO} == "Ok")
19 # expect: Malformed conditional (${TEST_NOT_SET} == "empty")
H A Dcond1.exp20 make: Bad conditional expression `"0" > 0' in "0" > 0?OK:No
/freebsd-10-stable/usr.bin/tset/
H A Dmap.c61 int conditional; /* Baud rate conditionals bitmask. */ member in struct:map
91 mapp->conditional = 0;
109 if (mapp->conditional & GT)
111 mapp->conditional |= LT;
114 if (mapp->conditional & LT)
116 mapp->conditional |= GT;
120 mapp->conditional |= EQ;
123 mapp->conditional |= NOT;
130 if (mapp->conditional)
150 /* If a NOT conditional, revers
[all...]
/freebsd-10-stable/contrib/ncurses/progs/
H A Dtset.c283 int conditional; /* Baud rate conditionals bitmask. */ member in struct:map
400 mapp->conditional = 0;
418 if (mapp->conditional & GT)
420 mapp->conditional |= LT;
423 if (mapp->conditional & LT)
425 mapp->conditional |= GT;
429 mapp->conditional |= EQ;
432 mapp->conditional |= NOT;
441 if (mapp->conditional)
461 /* If a NOT conditional, revers
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A Dtype_traits.h233 struct conditional { typedef T type; }; struct in namespace:llvm
236 struct conditional<false, T, F> { typedef F type; }; struct in namespace:llvm
H A DErrorOr.h101 conditional< isRef
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DRegionInfo.h498 : public df_iterator<typename conditional<IsConst,
501 typedef df_iterator<typename conditional<IsConst,
/freebsd-10-stable/contrib/compiler-rt/lib/sparc64/
H A Ddivmod.m4177 ! first divide step without thinking. BUT, the others are conditional,
H A Ddivsi3.S118 ! first divide step without thinking. BUT, the others are conditional,
H A Dmodsi3.S118 ! first divide step without thinking. BUT, the others are conditional,
/freebsd-10-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl101 comclr,<> $XX[1],$YY,%r0 ; conditional
272 addi,nuv 1,%r23,%r23 ; increment and conditional
/freebsd-10-stable/contrib/groff/src/preproc/refer/
H A Dlabel.y236 %type <expr> conditional
254 conditional: label
257 | alternative '?' optional_conditional ':' conditional
264 | conditional
/freebsd-10-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y249 | conditional
250 | program conditional
1053 conditional: label
1114 conditional: label
1505 stop("Can't create conditional info", EX_SOFTWARE);
1881 /* add a special conditional, "0" */
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-arc.c1815 /* conditional execution flag seen */
1816 int conditional = 0;
1819 /* 1 if conditional branch, including `b' "branch always" */
1830 conditional = insn_suffixes[i]->value;
1848 /* Warn when a conditional branch immediately follows a set of
1851 if (cond_branch_p && conditional != 0 /* 0 = "always" */
1853 as_warn ("conditional branch follows set of flags");
1809 int conditional = 0; local
/freebsd-10-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm208 ! first divide step without thinking. BUT, the others are conditional,
555 ! first divide step without thinking. BUT, the others are conditional,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp1021 /// conditional.
1086 // If we're not inside a conditional branch, then the cleanup will
1206 ConditionalEvaluation conditional(*this);
1209 conditional.begin(*this);
1263 conditional.end(*this);
1372 // This doesn't have to a conditional cleanup because we're going
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp386 bool conditional = false; local
388 if (ConditionPassed(opcode, &conditional))
441 if (conditional)
510 bool conditional = false; local
511 if (ConditionPassed(opcode, &conditional))
573 if (conditional)
1924 bool conditional = false; local
1926 if (ConditionPassed(opcode, &conditional))
1971 if (conditional)
2035 bool conditional local
2131 bool conditional = false; local
3389 bool conditional = false; local
[all...]
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c1563 /* On StrongARM, conditional returns are expensive if they aren't
1568 conditional-load instruction, that's not expensive. */
6762 /* A construct for a conditional compare, if the false arm contains
9546 char conditional[10];
9580 sprintf (conditional, "%%?%%%c0", reverse ? 'D' : 'd');
9630 sprintf (instr, "ldr%s\t%%|%s, [%%|sp], #4", conditional,
9651 sprintf (instr, "ldm%sib\t%%|sp, {", conditional);
9658 sprintf (instr, "ldm%sfd\t%%|sp, {", conditional);
9662 sprintf (instr, "ldm%sfd\t%%|sp!, {", conditional);
9715 sprintf (instr, "sub%ss\t%%|pc, %%|lr, #4", conditional);
9530 char conditional[10]; local
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DDenseMap.h994 typedef typename conditional<IsConst, const Bucket, Bucket>::type value_type;
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DELF.h54 typedef typename conditional<ELFT::Is64Bits,
/freebsd-10-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec694 - Resync with conditional options in Damien Miller's .spec file for an errata.
/freebsd-10-stable/lib/libpmc/
H A Dlibpmc.c1685 __P4MASK(conditional, 1),
1693 __P4MASK(conditional, 1),
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex4138 % environments, where otherwise the newline after an ignored conditional
5278 % We do the following ugly conditional instead of the above simple
8700 % #1 is the control sequence we are passed; we expand into a conditional
/freebsd-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex4000 % We do the following ugly conditional instead of the above simple
6760 % #1 is the control sequence we are passed; we expand into a conditional

Completed in 508 milliseconds

12