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

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompilandEnv.cpp20 std::string PDBSymbolCompilandEnv::getValue() const { function in class:PDBSymbolCompilandEnv
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringOptions.h35 const ValueType &getValue() const { return Value; } function in class:clang::tooling::OptionalRefactoringOption
48 const ValueType &getValue() const { function in class:clang::tooling::RequiredRefactoringOption
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPackedVector.h30 static T getValue(const BitVectorTy &Bits, unsigned Idx) { function in class:llvm::PackedVectorBase
47 static T getValue(const BitVectorTy &Bits, unsigned Idx) { function in class:llvm::PackedVectorBase
H A DOptional.h279 T &&getValue() && { return std::move(Storage.getValue()); } function in class:llvm::Optional
[all...]
H A DStatistic.h69 unsigned getValue() const { return Value.load(std::memory_order_relaxed); } function in class:llvm::TrackingStatistic
137 unsigned getValue() const { return 0; } function in class:llvm::NoopStatistic
H A DStringMapEntry.h50 const ValueTy &getValue() const { return second; } function in class:llvm::StringMapEntryStorage
51 ValueTy &getValue() { return second; } function in class:llvm::StringMapEntryStorage
62 NoneType getValue() const { return None; } 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
/freebsd-13-stable/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-13-stable/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-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp76 Variant NativeSymbolEnumerator::getValue() const { function in class:NativeSymbolEnumerator
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DArg.h113 const char *getValue(unsigned N = 0) const { function in class:llvm::opt::Arg
/freebsd-13-stable/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-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1684 const SDValue &getValue() const { return getOperand(1); } function in class:llvm::X86MaskedScatterSDNode
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h138 const GlobalValue *getValue() const { return GV; } function in class:llvm::GlobalValuePseudoSourceValue
H A DMachineMemOperand.h200 const Value *getValue() const { return PtrInfo.V.dyn_cast<const Value*>(); } function in class:llvm::MachineMemOperand
H A DScheduleDAGInstrs.h112 ValueType getValue() const { return getPointer(); } function in struct:llvm::UnderlyingObject
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp89 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-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFixedPoint.h110 llvm::APSInt getValue() const { return llvm::APSInt(Val, !Sema.isSigned()); } function in class:clang::APFixedPoint
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h51 bool getValue() const { function in class:clang::ento::ConditionTruthVal
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h197 uint64_t getValue() const { return st_value; } function in struct:llvm::object::Elf_Sym_Impl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h141 uint64_t getValue() const { function in class:llvm::LocationSize
/freebsd-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp95 const SourceDelta &getValue(unsigned i) const { function in class:__anon1978::DeltaTreeNode
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp277 static inline SVal getValue(SVal val, SValBuilder &svalBuilder) { function
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DSymbols.h200 uint32_t getValue() const { return sym->Value; } function in class:lld::coff::DefinedRegular
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h139 uint64_t getValue() const { return Val; } function in class:llvm::IntAttributeImpl

Completed in 283 milliseconds

123