Home
last modified time | relevance | path

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

12

/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DOptional.h115 const T& getValue() const LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } in getValue() function
116 T& getValue() LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } in getValue() function
126 T&& getValue() && { assert(hasVal); return std::move(*getPointer()); } in getValue() function
DPackedVector.h30 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() function
47 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() function
DStatistic.h42 llvm::sys::cas_flag getValue() const { return Value; } in getValue() function
DScopedHashTable.h53 const V &getValue() const { return Val; } in getValue() function
54 V &getValue() { return Val; } in getValue() function
DStringMap.h132 const ValueTy &getValue() const { return second; } in getValue() function
133 ValueTy &getValue() { return second; } in getValue() function
/freebsd-9-stable/contrib/llvm/lib/IR/
DIntrinsicInst.cpp67 const Value *DbgValueInst::getValue() const { in getValue() function in DbgValueInst
71 Value *DbgValueInst::getValue() { in getValue() function in DbgValueInst
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Analysis/
DFormatStringParsing.h64 const T &getValue() const { in getValue() function
68 const T &getValue() { return FS; } in getValue() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.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
/freebsd-9-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDIE.h253 uint64_t getValue() const { return Integer; } in getValue() function
281 const MCExpr *getValue() const { return Expr; } in getValue() function
309 const MCSymbol *getValue() const { return Label; } in getValue() function
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h69 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() function
DSVals.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
/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h122 SDValue getValue(unsigned R) const { in getValue() function
DMachineMemOperand.h124 const Value *getValue() const { return PtrInfo.V; } in getValue() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Core/
DDeltaTree.cpp93 const SourceDelta &getValue(unsigned i) const { in getValue() function in __anon6af99c270111::DeltaTreeNode
97 SourceDelta &getValue(unsigned i) { in getValue() function in __anon6af99c270111::DeltaTreeNode
/freebsd-9-stable/contrib/llvm/include/llvm/MC/
DMCFixup.h93 const MCExpr *getValue() const { return Value; } in getValue() function
DMCAssembler.h362 int64_t getValue() const { return Value; } in getValue() function
403 int64_t getValue() const { return Value; } in getValue() function
435 uint8_t getValue() const { return Value; } in getValue() function
462 const MCExpr &getValue() const { return *Value; } in getValue() function
/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DConstants.h105 inline const APInt &getValue() const { in getValue() function
DIntrinsicInst.h194 Value *getValue() const { return const_cast<Value*>(getArgOperand(1)); } in getValue() function
/freebsd-9-stable/contrib/llvm/lib/Bitcode/Reader/
DBitcodeReader.h320 bool getValue(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue() function
328 Value *getValue(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCall.h144 llvm::Value *getValue() const { return Value.getPointer(); } in getValue() function
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DCommandLine.h369 const DataType &getValue() const { llvm_unreachable("no default value"); } in getValue() function
390 const DataType &getValue() const { in getValue() function
/freebsd-9-stable/contrib/llvm/include/llvm/TableGen/
DRecord.h634 bool getValue() const { return Value; } in getValue() function
714 int64_t getValue() const { return Value; } in getValue() function
756 const std::string &getValue() const { return Value; } in getValue() function
1356 Init *getValue() const { return Value; } in getValue() function
1463 const RecordVal *getValue(const Init *Name) const { in getValue() function
1468 const RecordVal *getValue(StringRef Name) const { in getValue() function
1471 RecordVal *getValue(const Init *Name) { in getValue() function
1476 RecordVal *getValue(StringRef Name) { in getValue() function
/freebsd-9-stable/contrib/llvm/include/llvm/Analysis/
DAliasSetTracker.h49 Value *getValue() const { return Val; } in getValue() function
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DDAGISelMatcher.h617 int64_t getValue() const { return Value; } in getValue() function
738 int64_t getValue() const { return Value; } in getValue() function
762 int64_t getValue() const { return Value; } in getValue() function
805 int64_t getValue() const { return Val; } in getValue() function
830 const std::string &getValue() const { return Val; } in getValue() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp236 static inline SVal getValue(SVal val, SValBuilder &svalBuilder) { in getValue() function

12