| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | ABI.h | 76 bool Less(const VirtualAdjustment &RHS) const { in Less() function 99 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual); 144 bool Less(const VirtualAdjustment &RHS) const { in Less() function 167 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
|
| D | OperatorKinds.def | 74 OVERLOADED_OPERATOR(Less , "<" , less , false, true , false)
|
| /freebsd-10-stable/contrib/llvm/utils/TableGen/ |
| D | CodeGenRegisters.h | 59 struct Less { struct 68 typedef std::map<CodeGenSubRegIndex*, CodeGenSubRegIndex*, Less> CompMap; argument 118 CodeGenSubRegIndex::Less> SubRegMap; 208 struct Less { struct 217 typedef std::set<const CodeGenRegister*, Less> Set;
|
| D | SequenceToOffsetTable.h | 35 template<typename SeqT, typename Less = std::less<typename SeqT::value_type> > 42 Less L;
|
| /freebsd-10-stable/contrib/less/ |
| D | LICENSE | 1 Less License 4 Less
|
| D | README | 4 ** The FreeBSD Project has chosen to redistribute and modify Less under ** 5 ** the 'Less License' (as described in the 'LICENSE' file). ** 10 Less, version 530 22 2. The Less License, in the file LICENSE.
|
| D | NEWS | 196 * Less now exits with status 2 if control-C is pressed and -K is in effect. 595 * Less is now released under the GNU General Public License. 728 * Less environment variables can be specified in lesskey files. 763 * Less now checks for the environment variable VISUAL before EDITOR.
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | CodeGen.h | 47 Less, // -O1 enumerator
|
| /freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/ |
| D | TargetSelect.cpp | 96 OptLevel = CodeGenOpt::Less; in selectTarget()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/MC/MCParser/ |
| D | MCAsmLexer.h | 49 Less, LessEqual, LessLess, LessGreater, enumerator
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Sparc/ |
| D | SparcInstrInfo.td | 197 def ICC_LE : ICC_VAL< 2>; // Less or Equal 199 def ICC_L : ICC_VAL< 3>; // Less 201 def ICC_LEU : ICC_VAL< 4>; // Less or Equal Unsigned 203 def ICC_CS : ICC_VAL< 5>; // Carry Set/Less Unsigned 213 def FCC_L : FCC_VAL<20>; // Less 214 def FCC_UL : FCC_VAL<19>; // Unordered or Less 215 def FCC_LG : FCC_VAL<18>; // Less or Greater 221 def FCC_LE : FCC_VAL<27>; // Less or Equal 222 def FCC_ULE : FCC_VAL<28>; // Unordered or Less or Equal
|
| /freebsd-10-stable/contrib/libpcap/ |
| D | TODO | 18 Less urgent items
|
| /freebsd-10-stable/sys/boot/i386/boot0/ |
| D | boot0ext.S | 251 subb $KEY_F1,%al # Less F1 scan code 254 subb $(KEY_1 - KEY_F1),%al # Less #1 scan code
|
| /freebsd-10-stable/crypto/heimdal/doc/ |
| D | heimdal.texi | 45 @c Less filling! Tastes great!
|
| /freebsd-10-stable/contrib/llvm/include/llvm/IR/ |
| D | IntrinsicsAArch64.td | 286 // Scalar Compare Less-Than or Equal 289 // Scalar Compare Less-Than
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ |
| D | TargetMachineC.cpp | 150 OL = CodeGenOpt::Less; in LLVMCreateTargetMachine()
|
| /freebsd-10-stable/contrib/llvm/tools/llc/ |
| D | llc.cpp | 257 case '1': OLvl = CodeGenOpt::Less; break; in compileModule()
|
| /freebsd-10-stable/cddl/contrib/dtracetoolkit/Examples/ |
| D | weblatency_example.txt | 118 cacheing by my proxy server. Less common hosts such as embed.technorati.com
|
| /freebsd-10-stable/contrib/llvm/lib/Target/Mips/ |
| D | Mips16InstrInfo.td | 1158 // Purpose: Set on Less Than Immediate 1168 // Purpose: Set on Less Than Immediate (Extended) 1179 // Purpose: Set on Less Than Immediate Unsigned 1189 // Purpose: Set on Less Than Immediate Unsigned (Extended) 1198 // Purpose: Set on Less Than Immediate Unsigned (Extended) 1205 // Purpose: Set on Less Than 1215 // Purpose: Set on Less Than Unsigned
|
| /freebsd-10-stable/contrib/gcc/config/arm/ |
| D | ieee754-sf.S | 827 movne r0, #0 @ Less than, greater than, or unordered. 836 movcc r0, #1 @ Less than. 846 movls r0, #1 @ Less than or equal to.
|
| /freebsd-10-stable/contrib/llvm/tools/lli/ |
| D | lli.cpp | 364 case '1': OLvl = CodeGenOpt::Less; break; in main()
|
| /freebsd-10-stable/contrib/llvm/lib/MC/MCParser/ |
| D | AsmLexer.cpp | 552 default: return AsmToken(AsmToken::Less, StringRef(TokStart, 1)); in LexToken()
|
| /freebsd-10-stable/sys/boot/i386/btx/btx/ |
| D | btx.S | 212 subl $ARGSPACE,%eax # Less arg space 213 subl %edx,%eax # Less base
|
| /freebsd-10-stable/sys/boot/pc98/btx/btx/ |
| D | btx.S | 210 subl $ARGSPACE,%eax # Less arg space 211 subl %edx,%eax # Less base
|
| /freebsd-10-stable/contrib/llvm/tools/llvm-mc/ |
| D | llvm-mc.cpp | 294 case AsmToken::Less: Out->os() << "Less"; break; in AsLexInput()
|