| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringOptions.h | 36 const ValueType &getValue() const { return Value; } in getValue() function 49 const ValueType &getValue() const { in getValue() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringMapEntry.h | 81 const ValueTy &getValue() const { return second; } in getValue() function 82 ValueTy &getValue() { return second; } in getValue() function 95 std::nullopt_t getValue() const { return std::nullopt; } in getValue() function
|
| H A D | Statistic.h | 68 uint64_t getValue() const { return Value.load(std::memory_order_relaxed); } in getValue() function 137 uint64_t getValue() const { return 0; } in getValue() function
|
| H A D | PackedVector.h | 31 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() function 48 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() function
|
| H A D | ScopedHashTable.h | 56 const V &getValue() const { return Val; } in getValue() function 57 V &getValue() { return Val; } in getValue() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatStringParsing.h | 86 const T &getValue() const { in getValue() function 90 const T &getValue() { return FS; } in getValue() function
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_stats_timing.h | 39 int64_t getValue() const { return value; } in getValue() function 64 int64_t getValue() const { return my_count; } in getValue() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BasicValueFactory.cpp | 90 APSIntPtr BasicValueFactory::getValue(const llvm::APSInt &X) { in getValue() function in BasicValueFactory 108 APSIntPtr BasicValueFactory::getValue(const llvm::APInt &X, bool isUnsigned) { in getValue() function in BasicValueFactory 113 APSIntPtr BasicValueFactory::getValue(uint64_t X, unsigned BitWidth, in getValue() function in BasicValueFactory 120 APSIntPtr BasicValueFactory::getValue(uint64_t X, QualType T) { in getValue() function in BasicValueFactory
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolCompilandEnv.cpp | 18 std::string PDBSymbolCompilandEnv::getValue() const { in getValue() function in PDBSymbolCompilandEnv
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
| H A D | CostAllocator.h | 41 const ValueT &getValue() const { return Value; } in getValue() function 95 template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) { in getValue() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 154 inline const APInt &getValue() const { return Val; } in getValue() function 321 inline const APFloat &getValue() const { return Val; } in getValue() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | WithCache.h | 57 [[nodiscard]] PointerType getValue() const { return Pointer.getPointer(); } in getValue() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SVals.h | 304 APSIntPtr getValue() const { in getValue() function 348 const CompoundValData* getValue() const { in getValue() function 519 APSIntPtr getValue() const { in getValue() function
|
| H A D | APSIntType.h | 69 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeSymbolEnumerator.cpp | 76 Variant NativeSymbolEnumerator::getValue() const { in getValue() function in NativeSymbolEnumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | InstructionCost.h | 88 CostType getValue() const { in getValue() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVType.h | 189 StringRef getValue() const override { in getValue() function 229 StringRef getValue() const override { in getValue() function
|
| H A D | LVSymbol.h | 119 StringRef getValue() const override { in getValue() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 70 int64_t getValue() const { return Value; } in getValue() function 196 uint64_t getValue() const { return Integer; } in getValue() function 215 const MCExpr *getValue() const { return Expr; } in getValue() function 233 const MCSymbol *getValue() const { return Label; } in getValue() function 352 size_t getValue() const { return Index; } in getValue() function
|
| H A D | PseudoSourceValue.h | 136 const GlobalValue *getValue() const { return GV; } in getValue() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DeltaTree.cpp | 94 const SourceDelta &getValue(unsigned i) const { in getValue() function in __anon400feef60111::DeltaTreeNode 99 SourceDelta &getValue(unsigned i) { in getValue() function in __anon400feef60111::DeltaTreeNode
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCFixup.h | 101 const MCExpr *getValue() const { return Value; } in getValue() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 519 const Init *getValue() const { return Value; } in getValue() function 574 bool getValue() const { return Value; } in getValue() function 648 int64_t getValue() const { return Value; } in getValue() function 679 unsigned getValue() const { return Value; } in getValue() function 722 StringRef getValue() const { return Value; } in getValue() function 1594 const Init *getValue() const { return Value; } in getValue() function 1779 const RecordVal *getValue(const Init *Name) const { in getValue() function 1785 const RecordVal *getValue(StringRef Name) const { in getValue() function 1789 RecordVal *getValue(const Init *Name) { in getValue() function 1794 RecordVal *getValue(StringRef Name) { in getValue() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 194 Value *getValue() const { return this->first; } in getValue() function
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | DAGISelMatcher.h | 600 int64_t getValue() const { return Value; } in getValue() function 623 int64_t getValue() const { return Value; } in getValue() function 755 int64_t getValue() const { return Value; } in getValue() function 774 int64_t getValue() const { return Value; } in getValue() function 844 int64_t getValue() const { return Val; } in getValue() function 871 const std::string &getValue() const { return Val; } in getValue() function
|