Home
last modified time | relevance | path

Searched defs:getValue (Results 1 – 25 of 48) sorted by relevance

12

/NextBSD/contrib/llvm/include/llvm/ADT/
HDOptional.h121 const T& getValue() const LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } in getValue() function
122 T& getValue() LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } in getValue() function
137 T&& getValue() && { assert(hasVal); return std::move(*getPointer()); } in getValue() function
HDPackedVector.h30 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() function
47 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() function
HDStatistic.h42 llvm::sys::cas_flag getValue() const { return Value; } in getValue() function
HDScopedHashTable.h53 const V &getValue() const { return Val; } in getValue() function
54 V &getValue() { return Val; } in getValue() function
HDStringMap.h128 const ValueTy &getValue() const { return second; } in getValue() function
129 ValueTy &getValue() { return second; } in getValue() function
HDFoldingSet.h704 T &getValue() { return data; } in getValue() function
705 const T &getValue() const { return data; } in getValue() function
/NextBSD/contrib/llvm/lib/IR/
HDIntrinsicInst.cpp77 const Value *DbgValueInst::getValue() const { in getValue() function in DbgValueInst
81 Value *DbgValueInst::getValue() { return getValueImpl(getArgOperand(0)); } in getValue() function in DbgValueInst
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDFormatStringParsing.h64 const T &getValue() const { in getValue() function
68 const T &getValue() { return FS; } in getValue() function
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBasicValueFactory.cpp72 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) { in getValue() function in BasicValueFactory
89 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X, in getValue() function in BasicValueFactory
95 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth, in getValue() function in BasicValueFactory
102 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) { in getValue() function in BasicValueFactory
/NextBSD/contrib/llvm/lib/DebugInfo/PDB/
HDPDBSymbolCompilandEnv.cpp24 std::string PDBSymbolCompilandEnv::getValue() const { in getValue() function in PDBSymbolCompilandEnv
/NextBSD/contrib/llvm/include/llvm/CodeGen/PBQP/
HDCostAllocator.h41 const ValueT& getValue() const { return Value; } in getValue() function
96 template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) { in getValue() function
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDAPSIntType.h70 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() function
HDSVals.h343 const llvm::APSInt& getValue() const { in getValue() function
416 const CompoundValData* getValue() const { in getValue() function
533 const llvm::APSInt& getValue() const { in getValue() function
/NextBSD/contrib/llvm/tools/clang/lib/Rewrite/
HDDeltaTree.cpp93 const SourceDelta &getValue(unsigned i) const { in getValue() function in __anon5c215cbe0111::DeltaTreeNode
97 SourceDelta &getValue(unsigned i) { in getValue() function in __anon5c215cbe0111::DeltaTreeNode
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDDIE.h140 uint64_t getValue() const { return Integer; } in getValue() function
162 const MCExpr *getValue() const { return Expr; } in getValue() function
183 const MCSymbol *getValue() const { return Label; } in getValue() function
293 size_t getValue() const { return Index; } in getValue() function
HDMachineMemOperand.h135 const Value *getValue() const { return PtrInfo.V.dyn_cast<const Value*>(); } in getValue() function
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCFixup.h94 const MCExpr *getValue() const { return Value; } in getValue() function
/NextBSD/contrib/llvm/include/llvm/TableGen/
HDRecord.h440 bool getValue() const { return Value; } in getValue() function
524 int64_t getValue() const { return Value; } in getValue() function
562 const std::string &getValue() const { return Value; } in getValue() function
1127 Init *getValue() const { return Value; } in getValue() function
1241 const RecordVal *getValue(const Init *Name) const { in getValue() function
1246 const RecordVal *getValue(StringRef Name) const { in getValue() function
1249 RecordVal *getValue(const Init *Name) { in getValue() function
1254 RecordVal *getValue(StringRef Name) { in getValue() function
/NextBSD/contrib/llvm/include/llvm/IR/
HDConstants.h106 inline const APInt &getValue() const { in getValue() function
HDMetadata.h287 Value *getValue() const { return V; } in getValue() function
325 Constant *getValue() const { in getValue() function
/NextBSD/contrib/llvm/include/llvm/Support/
HDCommandLine.h381 const DataType &getValue() const { llvm_unreachable("no default value"); } in getValue() function
411 const DataType &getValue() const { in getValue() function
/NextBSD/contrib/llvm/utils/TableGen/
HDDAGISelMatcher.h620 int64_t getValue() const { return Value; } in getValue() function
647 int64_t getValue() const { return Value; } in getValue() function
769 int64_t getValue() const { return Value; } in getValue() function
793 int64_t getValue() const { return Value; } in getValue() function
836 int64_t getValue() const { return Val; } in getValue() function
861 const std::string &getValue() const { return Val; } in getValue() function
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCall.h175 llvm::Value *getValue() const { return Value.getPointer(); } in getValue() function
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDAliasSetTracker.h50 Value *getValue() const { return Val; } in getValue() function
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDArrayBoundCheckerV2.cpp226 static inline SVal getValue(SVal val, SValBuilder &svalBuilder) { in getValue() function

12