/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/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 | 146 inline const APInt &getValue() const { return Val; } in getValue() function 313 inline const APFloat &getValue() const { return Val; } in getValue() function
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SVals.h | 301 const llvm::APSInt &getValue() const { return *castDataAs<llvm::APSInt>(); } in getValue() function 338 const CompoundValData* getValue() const { in getValue() function 467 const llvm::APSInt &getValue() const { return *castDataAs<llvm::APSInt>(); } 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/include/llvm/Support/ |
H A D | InstructionCost.h | 87 std::optional<CostType> getValue() const { 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/DebugInfo/LogicalView/Core/ |
H A D | LVType.h | 185 StringRef getValue() const override { in getValue() function 225 StringRef getValue() const override { in getValue() function
|
H A D | LVSymbol.h | 118 StringRef getValue() const override { in getValue() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 69 int64_t getValue() const { return Value; } in getValue() function 195 uint64_t getValue() const { return Integer; } in getValue() function 213 const MCExpr *getValue() const { return Expr; } in getValue() function 230 const MCSymbol *getValue() const { return Label; } in getValue() function 345 size_t getValue() const { return Index; } in getValue() function
|
H A D | PseudoSourceValue.h | 137 const GlobalValue *getValue() const { return GV; } getValue() function
|
/freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | DeltaTree.cpp | 95 const SourceDelta &getValue(unsigned i) const { in getValue() function in __anon5fc690450111::DeltaTreeNode 100 SourceDelta &getValue(unsigned i) { in getValue() function in __anon5fc690450111::DeltaTreeNode
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 315 int64_t getValue() const { return Value; } in getValue() function 350 uint64_t getValue() const { return Value; } in getValue() function 407 uint8_t getValue() const { return Value; } in getValue() function 430 const MCExpr &getValue() const { return *Value; } in getValue() function
|
H A D | MCFixup.h | 105 const MCExpr *getValue() const { return Value; } in getValue() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 515 Init *getValue() const { return Value; } in getValue() function 565 bool getValue() const { return Value; } in getValue() function 647 int64_t getValue() const { return Value; } in getValue() function 677 unsigned getValue() const { return Value; } in getValue() function 720 StringRef getValue() const { return Value; } in getValue() function 1601 Init *getValue() const { return Value; } in getValue() function 1774 const RecordVal *getValue(const Init *Name) const { in getValue() function 1780 const RecordVal *getValue(StringRef Name) const { in getValue() function 1784 RecordVal *getValue(const Init *Name) { in getValue() function 1788 RecordVal *getValue(StringRef Name) { in getValue() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 192 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 841 int64_t getValue() const { return Val; } in getValue() function 864 const std::string &getValue() const { return Val; } in getValue() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | executor_address.h | 99 uint64_t getValue() const { return Addr; } in getValue() function
|