|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ADT/SparseMultiSet.h 356 const unsigned Stride = std::numeric_limits<SparseT>::max() + 1u;
include/llvm/CodeGen/RegisterPressure.h 110 assert(id < std::numeric_limits<uint16_t>::max() && "PSetID overflow.");
122 return (PSetID - 1) & std::numeric_limits<uint16_t>::max();
include/llvm/CodeGen/SelectionDAGNodes.h 942 return std::numeric_limits<decltype(SDNode::NumOperands)>::max();
include/llvm/Support/MathExtras.h 100 T Mask = std::numeric_limits<T>::max() >> Shift;
241 return std::numeric_limits<T>::max();
282 return std::numeric_limits<T>::max();
795 return std::numeric_limits<T>::max();
820 const T Max = std::numeric_limits<T>::max();
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 796 Major = std::min<int>(Major, std::numeric_limits<uint16_t>::max());
lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2253 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max())
lib/DebugInfo/CodeView/CodeViewRecordIO.cpp 306 } else if (Value <= std::numeric_limits<uint16_t>::max()) {
354 } else if (Value <= std::numeric_limits<uint16_t>::max()) {
lib/Support/SourceMgr.cpp 81 assert(Sz <= std::numeric_limits<T>::max());
95 assert(PtrDiff >= 0 && static_cast<size_t>(PtrDiff) <= std::numeric_limits<T>::max());
137 else if (Sz <= std::numeric_limits<uint16_t>::max())
lib/Transforms/Scalar/LoopStrengthReduce.cpp 164 cl::init(std::numeric_limits<uint16_t>::max()),
tools/clang/lib/AST/Interp/Integral.h 66 static const auto Max = std::numeric_limits<T>::max();
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp 375 raw_value &= std::numeric_limits<T>::max();
tools/lldb/unittests/Utility/ScalarTest.cpp 167 EXPECT_EQ(std::to_string(std::numeric_limits<unsigned short>::max()),
168 ScalarGetValue(std::numeric_limits<unsigned short>::max()));
tools/lldb/unittests/Utility/StreamTest.cpp 175 s.PutHex16(std::numeric_limits<uint16_t>::max(), lldb::eByteOrderLittle);
189 s.PutHex16(std::numeric_limits<uint16_t>::max(), lldb::eByteOrderBig);
309 s << std::numeric_limits<uint16_t>::max() << " ";
unittests/Support/MathExtrasTest.cpp 287 const T Max = std::numeric_limits<T>::max();
321 const T Max = std::numeric_limits<T>::max();
401 const T Max = std::numeric_limits<T>::max();