| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Thunk.h | 63 bool Less(const VirtualAdjustment &RHS) const { in Less() function 87 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual); 130 bool Less(const VirtualAdjustment &RHS) const { in Less() function 151 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
|
| H A D | OperatorKinds.def | 73 OVERLOADED_OPERATOR(Less , "<" , less , false, true , false)
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | STLAlgorithmModeling.cpp | 176 SVal Less = SVB.evalBinOp(StateFound, BO_LT, in Find() local 180 assert(isa<DefinedSVal>(Less) && in Find() 182 StateFound = StateFound->assume(Less.castAs<DefinedSVal>(), true); in Find()
|
| /freebsd/contrib/less/ |
| H A D | LICENSE | 1 Less License 4 Less
|
| H A D | README | 4 ** The FreeBSD Project has chosen to redistribute and modify Less under ** 5 ** the 'Less License' (as described in the 'LICENSE' file). ** 20 2. The Less License, in the file LICENSE.
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ComparisonCategories.h | 70 Less, enumerator 163 return getValueInfo(ComparisonCategoryResult::Less); in getLess()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/ |
| H A D | SequenceToOffsetTable.h | 45 template <typename SeqT, typename Less = std::less<typename SeqT::value_type>> 52 Less L;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetMachine.cpp | 1157 getOptLevel() >= CodeGenOptLevel::Less) && in createPostMachineScheduler() 1298 (TM.getOptLevel() >= CodeGenOptLevel::Less) && in addIRPasses() 1327 if (TM.getOptLevel() > CodeGenOptLevel::Less) in addIRPasses() 1441 if (TM->getOptLevel() > CodeGenOptLevel::Less) in addPreISel() 1573 if (TM->getOptLevel() > CodeGenOptLevel::Less) in addOptimizedRegAlloc() 1722 if (isPassEnabled(EnableVOPD, CodeGenOptLevel::Less)) in addPreEmitPass() 1733 if (isPassEnabled(EnableSetWavePriority, CodeGenOptLevel::Less)) in addPreEmitPass() 1749 if (isPassEnabled(EnableInsertDelayAlu, CodeGenOptLevel::Less)) in addPreEmitPass() 2041 if (TM.getOptLevel() >= CodeGenOptLevel::Less && in addIRPasses() 2146 if (TM.getOptLevel() > CodeGenOptLevel::Less) in addPreISel() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Primitives.h | 27 return ComparisonCategoryResult::Less; in Compare()
|
| H A D | IntegralAP.h | 220 return ComparisonCategoryResult::Less; in compare() 228 return ComparisonCategoryResult::Less; in compare()
|
| H A D | FixedPoint.h | 90 return ComparisonCategoryResult::Less; in compare()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ComparisonCategories.cpp | 192 case CCVT::Less: in getResultString() 210 Values.push_back(CCR::Less); in getPossibleResultsForType()
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | omap-usb-tll.txt | 1 OMAP HS USB Host TLL (Transceiver-Less Interface)
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 1494 bool Parser::diagnoseUnknownTemplateId(ExprResult LHS, SourceLocation Less) { in diagnoseUnknownTemplateId() argument 1502 ParseGreaterThanInTemplateList(Less, Greater, true, false); in diagnoseUnknownTemplateId() 1504 Less, Greater); in diagnoseUnknownTemplateId() 1529 SourceLocation Less = ConsumeToken(); in checkPotentialAngleBracket() local 1531 ParseGreaterThanInTemplateList(Less, Greater, true, false); in checkPotentialAngleBracket() 1533 getCurScope(), PotentialTemplateName, Less, Greater); in checkPotentialAngleBracket() 1544 SourceLocation Less = ConsumeToken(); in checkPotentialAngleBracket() local 1546 diagnoseUnknownTemplateId(PotentialTemplateName, Less)) { in checkPotentialAngleBracket()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 84 Less = 1, ///< -O1 enumerator
|
| /freebsd/contrib/libpcap/ |
| H A D | TODO | 14 Less urgent items
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 129 case CodeGenOptLevel::Less: in print()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 54 Less, LessEqual, LessLess, LessGreater, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | COFFMasmParser.cpp | 505 if (getTok().isNot(AsmToken::Less) || in parseDirectiveAlias() 510 if (getTok().isNot(AsmToken::Less) || in parseDirectiveAlias()
|
| H A D | AsmLexer.cpp | 84 case AsmToken::Less: OS << "Less"; break; in dump() 987 return AsmToken(AsmToken::Less, StringRef(TokStart, 1)); in LexToken()
|
| /freebsd/crypto/heimdal/doc/ |
| H A D | heimdal.texi | 45 @c Less filling! Tastes great!
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 395 def ICC_LE : ICC_VAL< 2>; // Less or Equal 397 def ICC_L : ICC_VAL< 3>; // Less 399 def ICC_LEU : ICC_VAL< 4>; // Less or Equal Unsigned 401 def ICC_CS : ICC_VAL< 5>; // Carry Set/Less Unsigned 411 def FCC_L : FCC_VAL<20>; // Less 412 def FCC_UL : FCC_VAL<19>; // Unordered or Less 413 def FCC_LG : FCC_VAL<18>; // Less or Greater 419 def FCC_LE : FCC_VAL<29>; // Less or Equal 420 def FCC_ULE : FCC_VAL<30>; // Unordered or Less or Equal 442 def RegCC_LZ : RegCC_VAL<51>; // Less than zero
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachineC.cpp | 150 OL = CodeGenOptLevel::Less; in LLVMTargetMachineOptionsSetCodeGenOptLevel()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoadStoreWidening.cpp | 872 auto Less = [this](const MachineInstr *A, const MachineInstr *B) -> bool { in processBasicBlock() local 877 llvm::sort(G, Less); in processBasicBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrControl.td | 59 /// LT—Less than T—Always true* 62 /// F—Never true* LE—Less than or equal
|