Home
last modified time | relevance | path

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

1234

/freebsd/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/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/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/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/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompilandEnv.cpp18 std::string PDBSymbolCompilandEnv::getValue() const { in getValue() function in PDBSymbolCompilandEnv
/freebsd/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/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h146 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 DSVals.h301 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 DAPSIntType.h69 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h87 std::optional<CostType> getValue() const { in getValue() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp76 Variant NativeSymbolEnumerator::getValue() const { in getValue() function in NativeSymbolEnumerator
/freebsd/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
H A DLVSymbol.h118 StringRef getValue() const override { in getValue() function
/freebsd/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.h137 const GlobalValue *getValue() const { return GV; } getValue() function
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp95 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 DMCFragment.h315 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 DMCFixup.h105 const MCExpr *getValue() const { return Value; } in getValue() function
/freebsd/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 { 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 DAttributor.h192 Value *getValue() const { return this->first; } in getValue() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h600 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 Dexecutor_address.h99 uint64_t getValue() const { return Addr; } in getValue() function

1234