| /freebsd-9-stable/contrib/llvm/include/llvm/ADT/ |
| D | Optional.h | 115 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
|
| D | PackedVector.h | 30 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() function 47 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() function
|
| D | Statistic.h | 42 llvm::sys::cas_flag getValue() const { return Value; } in getValue() function
|
| D | ScopedHashTable.h | 53 const V &getValue() const { return Val; } in getValue() function 54 V &getValue() { return Val; } in getValue() function
|
| D | StringMap.h | 132 const ValueTy &getValue() const { return second; } in getValue() function 133 ValueTy &getValue() { return second; } in getValue() function
|
| /freebsd-9-stable/contrib/llvm/lib/IR/ |
| D | IntrinsicInst.cpp | 67 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/ |
| D | FormatStringParsing.h | 64 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/ |
| D | BasicValueFactory.cpp | 72 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/ |
| D | DIE.h | 253 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/ |
| D | APSIntType.h | 69 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() function
|
| D | SVals.h | 343 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/ |
| D | SelectionDAGNodes.h | 122 SDValue getValue(unsigned R) const { in getValue() function
|
| D | MachineMemOperand.h | 124 const Value *getValue() const { return PtrInfo.V; } in getValue() function
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Core/ |
| D | DeltaTree.cpp | 93 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/ |
| D | MCFixup.h | 93 const MCExpr *getValue() const { return Value; } in getValue() function
|
| D | MCAssembler.h | 362 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/ |
| D | Constants.h | 105 inline const APInt &getValue() const { in getValue() function
|
| D | IntrinsicInst.h | 194 Value *getValue() const { return const_cast<Value*>(getArgOperand(1)); } in getValue() function
|
| /freebsd-9-stable/contrib/llvm/lib/Bitcode/Reader/ |
| D | BitcodeReader.h | 320 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/ |
| D | CGCall.h | 144 llvm::Value *getValue() const { return Value.getPointer(); } in getValue() function
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | CommandLine.h | 369 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/ |
| D | Record.h | 634 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/ |
| D | AliasSetTracker.h | 49 Value *getValue() const { return Val; } in getValue() function
|
| /freebsd-9-stable/contrib/llvm/utils/TableGen/ |
| D | DAGISelMatcher.h | 617 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/ |
| D | ArrayBoundCheckerV2.cpp | 236 static inline SVal getValue(SVal val, SValBuilder &svalBuilder) { in getValue() function
|