reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
30 static T getValue(const BitVectorTy &Bits, unsigned Idx) { 31 T val = T(); 37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { 75 class PackedVector : public PackedVectorBase<T, BitNum, BitVectorTy, 76 std::numeric_limits<T>::is_signed> { 78 using base = PackedVectorBase<T, BitNum, BitVectorTy, 79 std::numeric_limits<T>::is_signed>; 90 reference &operator=(T val) { 95 operator T() const { 118 void push_back(T val) { 127 T operator[](unsigned Idx) const {tools/clang/lib/Analysis/UninitializedValues.cpp
106 static bool isUninitialized(const Value v) { 110 static bool isAlwaysUninit(const Value v) { 116 using ValueVector = llvm::PackedVector<Value, 2, llvm::SmallBitVector>; 135 void setAllScratchValues(Value V); 147 Value getValue(const CFGBlock *block, const CFGBlock *dstBlock, 181 void CFGBlockValues::setAllScratchValues(Value V) { 551 UninitUse getUninitUse(const Expr *ex, const VarDecl *vd, Value v) { 624 Value AtPredExit = vals.getValue(Pred, B, vd); 703 Value v = vals[vd];usr/include/c++/7.4.0/limits
316 static _GLIBCXX_CONSTEXPR _Tp 320 static _GLIBCXX_CONSTEXPR _Tp 326 static constexpr _Tp 332 static _GLIBCXX_CONSTEXPR _Tp 336 static _GLIBCXX_CONSTEXPR _Tp 340 static _GLIBCXX_CONSTEXPR _Tp 345 static _GLIBCXX_CONSTEXPR _Tp 350 static _GLIBCXX_CONSTEXPR _Tp 356 static _GLIBCXX_CONSTEXPR _Tp