Home
last modified time | relevance | path

Searched defs:getValue (Results 1 – 25 of 80) sorted by relevance

1234

/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringOptions.h36 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 DStringMapEntry.h81 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 DStatistic.h68 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 DPackedVector.h31 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 DScopedHashTable.h56 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 DAPNumericStorage.h53 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 DFormatStringParsing.h86 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 Dkmp_stats_timing.h39 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 DBasicValueFactory.cpp90 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 DPDBSymbolCompilandEnv.cpp18 std::string PDBSymbolCompilandEnv::getValue() const { in getValue() function in PDBSymbolCompilandEnv
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h41 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 DConstants.h137 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 DWithCache.h56 [[nodiscard]] PointerType getValue() const { return Pointer.getPointer(); } in getValue() function
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h309 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 DAPSIntType.h69 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() function
H A DConstraintManager.h51 bool getValue() const { in getValue() function
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp76 Variant NativeSymbolEnumerator::getValue() const { in getValue() function in NativeSymbolEnumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h87 std::optional<CostType> getValue() const { in getValue() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVType.h185 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 DDIE.h69 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 DPseudoSourceValue.h133 const GlobalValue *getValue() const { return GV; } in getValue() function
/freebsd-src/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp95 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 DMCFragment.h328 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 DMCFixup.h105 const MCExpr *getValue() const { return Value; } in getValue() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h515 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...]

1234