Searched defs:getValue (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompilandEnv.cpp18 std::string PDBSymbolCompilandEnv::getValue() const { function in class:PDBSymbolCompilandEnv
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringOptions.h36 const ValueType &getValue() const { return Value; } function in class:clang::tooling::OptionalRefactoringOption
49 const ValueType &getValue() const { function in class:clang::tooling::RequiredRefactoringOption
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DAPNumericStorage.h53 llvm::APInt getValue() const { return getIntValue(); } function in class:clang::APIntStorage
61 llvm::APFloat getValue(const llvm::fltSemantics &Semantics) const { function in class:clang::APFloatStorage
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DWithCache.h56 [[nodiscard]] PointerType getValue() const { return Pointer.getPointer(); } function in class:llvm::WithCache
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DFormatStringParsing.h86 const T &getValue() const { function in class:clang::analyze_format_string::SpecifierResult
90 const T &getValue() { return FS; } function in class:clang::analyze_format_string::SpecifierResult
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.h39 int64_t getValue() const { return value; } function in class:tsc_tick_count::tsc_interval_t
64 int64_t getValue() const { return my_count; } function in class:tsc_tick_count
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPackedVector.h31 static T getValue(const BitVectorTy &Bits, unsigned Idx) { function in class:llvm::PackedVectorBase
48 static T getValue(const BitVectorTy &Bits, unsigned Idx) { function in class:llvm::PackedVectorBase
H A DStatistic.h68 uint64_t getValue() const { return Value.load(std::memory_order_relaxed); } function in class:llvm::TrackingStatistic
137 uint64_t getValue() const { return 0; } function in class:llvm::NoopStatistic
H A DStringMapEntry.h81 const ValueTy &getValue() const { return second; } function in class:llvm::StringMapEntryStorage
82 ValueTy &getValue() { return second; } function in class:llvm::StringMapEntryStorage
95 std::nullopt_t getValue() const { return std::nullopt; } function in class:llvm::StringMapEntryStorage
H A DScopedHashTable.h56 const V &getValue() const { return Val; } function in class:llvm::ScopedHashTableVal
57 V &getValue() { return Val; } function in class:llvm::ScopedHashTableVal
H A DAPFixedPoint.h168 APSInt getValue() const { return APSInt(Val, !Sema.isSigned()); } function in class:llvm::APFixedPoint
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp76 Variant NativeSymbolEnumerator::getValue() const { function in class:NativeSymbolEnumerator
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h41 const ValueT &getValue() const { return Value; } function in class:llvm::PBQP::ValuePool::PoolEntry
95 template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) { function in class:llvm::PBQP::ValuePool
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h125 const char *getValue(unsigned N = 0) const { function in class:llvm::opt::Arg
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h133 const GlobalValue *getValue() const { return GV; } function in class:llvm::GlobalValuePseudoSourceValue
H A DMachineMemOperand.h211 const Value *getValue() const { function in class:llvm::MachineMemOperand
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h51 bool getValue() const { function in class:clang::ento::ConditionTruthVal
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp90 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) { function in class:BasicValueFactory
107 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X, function in class:BasicValueFactory
113 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth, function in class:BasicValueFactory
120 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) { function in class:BasicValueFactory
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h226 uint64_t getValue() const { return st_value; } function in struct:llvm::object::Elf_Sym_Impl
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1863 const SDValue &getValue() const { return getOperand(1); } function in class:llvm::X86MaskedScatterSDNode
/freebsd-current/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp95 const SourceDelta &getValue(unsigned i) const { function in class:__anon596::DeltaTreeNode
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h87 std::optional<CostType> getValue() const { function in class:llvm::InstructionCost
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h99 uint64_t getValue() const { return Addr; } function in class:__orc_rt::ExecutorAddr
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h150 uint64_t getValue() const { return Val; } function in class:llvm::IntAttributeImpl
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFixup.h105 const MCExpr *getValue() const { return Value; } function in class:llvm::MCFixup

Completed in 347 milliseconds

1234