Home
last modified time | relevance | path

Searched refs:Less (Results 1 – 25 of 74) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h62 bool Less(const VirtualAdjustment &RHS) const { in Less() function
86 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
129 bool Less(const VirtualAdjustment &RHS) const { in Less() function
150 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
H A DOperatorKinds.def73 OVERLOADED_OPERATOR(Less , "<" , less , false, true , false)
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp151 SVal Less = SVB.evalBinOp(StateFound, BO_LT, in Find() local
155 assert(Less.getAs<DefinedSVal>() && in Find()
157 StateFound = StateFound->assume(Less.castAs<DefinedSVal>(), true); in Find()
/freebsd-13.1/contrib/less/
H A DLICENSE1 Less License
4 Less
H A DREADME4 ** 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-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h69 Less, enumerator
163 return getValueInfo(ComparisonCategoryResult::Less); in getLess()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h89 template<typename SeqT, typename Less = std::less<typename SeqT::value_type> >
96 Less L;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp191 case CCVT::Less: in getResultString()
209 Values.push_back(CCR::Less); in getPossibleResultsForType()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h54 Less = 1, // -O1 enumerator
/freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/
H A Domap-usb-tll.txt1 OMAP HS USB Host TLL (Transceiver-Less Interface)
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1726 bool Parser::diagnoseUnknownTemplateId(ExprResult LHS, SourceLocation Less) { in diagnoseUnknownTemplateId() argument
1734 ParseGreaterThanInTemplateList(Less, Greater, true, false); in diagnoseUnknownTemplateId()
1736 Less, Greater); in diagnoseUnknownTemplateId()
1761 SourceLocation Less = ConsumeToken(); in checkPotentialAngleBracket() local
1763 ParseGreaterThanInTemplateList(Less, Greater, true, false); in checkPotentialAngleBracket()
1765 getCurScope(), PotentialTemplateName, Less, Greater); in checkPotentialAngleBracket()
1776 SourceLocation Less = ConsumeToken(); in checkPotentialAngleBracket() local
1778 diagnoseUnknownTemplateId(PotentialTemplateName, Less)) { in checkPotentialAngleBracket()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp376 if (getTok().isNot(AsmToken::Less) || in ParseDirectiveAlias()
381 if (getTok().isNot(AsmToken::Less) || in ParseDirectiveAlias()
H A DMCAsmLexer.cpp82 case AsmToken::Less: OS << "Less"; break; in dump()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp130 case CodeGenOpt::Less: in print()
/freebsd-13.1/contrib/libpcap/
H A DTODO18 Less urgent items
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h53 Less, LessEqual, LessLess, LessGreater, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp573 auto Less = [] (const MachineInstr *A, const MachineInstr *B) -> bool { in processBasicBlock() local
578 llvm::sort(G, Less); in processBasicBlock()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCV.td76 "'Zbc' (Carry-Less 'B' Instructions)">;
79 "'Zbc' (Carry-Less 'B' Instructions)">;
/freebsd-13.1/crypto/heimdal/doc/
H A Dheimdal.texi45 @c Less filling! Tastes great!
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp81 template <bool Prefix> struct Less { struct
467 Less<Prefix>()); in indexLookup()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp139 OL = CodeGenOpt::Less; in LLVMCreateTargetMachine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrControl.td57 /// LT—Less than T—Always true*
60 /// F—Never true* LE—Less than or equal
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td278 def ICC_LE : ICC_VAL< 2>; // Less or Equal
280 def ICC_L : ICC_VAL< 3>; // Less
282 def ICC_LEU : ICC_VAL< 4>; // Less or Equal Unsigned
284 def ICC_CS : ICC_VAL< 5>; // Carry Set/Less Unsigned
294 def FCC_L : FCC_VAL<20>; // Less
295 def FCC_UL : FCC_VAL<19>; // Unordered or Less
296 def FCC_LG : FCC_VAL<18>; // Less or Greater
302 def FCC_LE : FCC_VAL<29>; // Less or Equal
303 def FCC_ULE : FCC_VAL<30>; // Unordered or Less or Equal
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h34 return ComparisonCategoryResult::Less; in Compare()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1197 if (isPassEnabled(EnableAtomicOptimizations, CodeGenOpt::Less)) { in addPreISel()
1220 if (TM->getOptLevel() > CodeGenOpt::Less) in addPreISel()
1336 if (TM->getOptLevel() > CodeGenOpt::Less) in addOptimizedRegAlloc()

123