/freebsd-src/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-src/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-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | APNumericStorage.h | 53 llvm::APInt getValue() const { return getIntValue(); } in getValue() function 61 llvm::APFloat getValue(const llvm::fltSemantics &Semantics) const { in getValue() function
|
/freebsd-src/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-src/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-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BasicValueFactory.cpp | 90 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) { in getValue() function in BasicValueFactory 107 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X, in getValue() function in BasicValueFactory 113 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth, in getValue() function in BasicValueFactory 120 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) { in getValue() function in BasicValueFactory
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolCompilandEnv.cpp | 18 std::string PDBSymbolCompilandEnv::getValue() const { in getValue() function in PDBSymbolCompilandEnv
|
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 137 inline const APInt &getValue() const { return Val; } getValue() function 297 inline const APFloat &getValue() const { return Val; } getValue() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | WithCache.h | 56 [[nodiscard]] PointerType getValue() const { return Pointer.getPointer(); } in getValue() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SVals.h | 309 const llvm::APSInt &getValue() const { return *castDataAs<llvm::APSInt>(); } getValue() function 346 const CompoundValData* getValue() const { getValue() function 475 const llvm::APSInt &getValue() const { return *castDataAs<llvm::APSInt>(); } getValue() function
|
H A D | APSIntType.h | 69 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() function
|
H A D | ConstraintManager.h | 51 bool getValue() const { in getValue() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSymbolEnumerator.cpp | 76 Variant NativeSymbolEnumerator::getValue() const { in getValue() function in NativeSymbolEnumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | InstructionCost.h | 87 std::optional<CostType> getValue() const { in getValue() function
|
/freebsd-src/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
|
/freebsd-src/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 | 133 const GlobalValue *getValue() const { return GV; } in getValue() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | DeltaTree.cpp | 95 const SourceDelta &getValue(unsigned i) const { in getValue() function in __anon9d934e970111::DeltaTreeNode 100 SourceDelta &getValue(unsigned i) { in getValue() function in __anon9d934e970111::DeltaTreeNode
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 328 int64_t getValue() const { return Value; } getValue() function 363 uint64_t getValue() const { return Value; } getValue() function 422 uint8_t getValue() const { return Value; } getValue() function 445 const MCExpr &getValue() const { return *Value; } getValue() function
|
H A D | MCFixup.h | 105 const MCExpr *getValue() const { return Value; } in getValue() function
|
/freebsd-src/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 { getValue() function 1780 const RecordVal *getValue(StringRef Name) const { getValue() function 1784 RecordVal *getValue(const Init *Name) { getValue() function 1788 RecordVal *getValue(StringRef Name) { getValue() function [all...] |