| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | Optional.h | 121 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
|
| HD | 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
|
| HD | Statistic.h | 42 llvm::sys::cas_flag getValue() const { return Value; } in getValue() function
|
| HD | ScopedHashTable.h | 53 const V &getValue() const { return Val; } in getValue() function 54 V &getValue() { return Val; } in getValue() function
|
| HD | StringMap.h | 128 const ValueTy &getValue() const { return second; } in getValue() function 129 ValueTy &getValue() { return second; } in getValue() function
|
| HD | FoldingSet.h | 704 T &getValue() { return data; } in getValue() function 705 const T &getValue() const { return data; } in getValue() function
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | IntrinsicInst.cpp | 77 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/ |
| HD | FormatStringParsing.h | 64 const T &getValue() const { in getValue() function 68 const T &getValue() { return FS; } in getValue() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | 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
|
| /NextBSD/contrib/llvm/lib/DebugInfo/PDB/ |
| HD | PDBSymbolCompilandEnv.cpp | 24 std::string PDBSymbolCompilandEnv::getValue() const { in getValue() function in PDBSymbolCompilandEnv
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/PBQP/ |
| HD | CostAllocator.h | 41 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/ |
| HD | APSIntType.h | 70 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() function
|
| HD | 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
|
| /NextBSD/contrib/llvm/tools/clang/lib/Rewrite/ |
| HD | DeltaTree.cpp | 93 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/ |
| HD | DIE.h | 140 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
|
| HD | MachineMemOperand.h | 135 const Value *getValue() const { return PtrInfo.V.dyn_cast<const Value*>(); } in getValue() function
|
| /NextBSD/contrib/llvm/include/llvm/MC/ |
| HD | MCFixup.h | 94 const MCExpr *getValue() const { return Value; } in getValue() function
|
| /NextBSD/contrib/llvm/include/llvm/TableGen/ |
| HD | Record.h | 440 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/ |
| HD | Constants.h | 106 inline const APInt &getValue() const { in getValue() function
|
| HD | Metadata.h | 287 Value *getValue() const { return V; } in getValue() function 325 Constant *getValue() const { in getValue() function
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | CommandLine.h | 381 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/ |
| HD | DAGISelMatcher.h | 620 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/ |
| HD | CGCall.h | 175 llvm::Value *getValue() const { return Value.getPointer(); } in getValue() function
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | AliasSetTracker.h | 50 Value *getValue() const { return Val; } in getValue() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | ArrayBoundCheckerV2.cpp | 226 static inline SVal getValue(SVal val, SValBuilder &svalBuilder) { in getValue() function
|