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

1234

/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompilandEnv.cpp18 std::string PDBSymbolCompilandEnv::getValue() const { function in class:PDBSymbolCompilandEnv
/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/llvm/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...]
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h51 bool getValue() const { function in class:clang::ento::ConditionTruthVal
/openbsd-current/gnu/llvm/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 DAPFixedPoint.h168 APSInt getValue() const { return APSInt(Val, !Sema.isSigned()); } function in class:llvm::APFixedPoint
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
/openbsd-current/gnu/llvm/llvm/include/llvm/Option/
H A DArg.h113 const char *getValue(unsigned N = 0) const { function in class:llvm::opt::Arg
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp76 Variant NativeSymbolEnumerator::getValue() const { function in class:NativeSymbolEnumerator
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp90 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) { function in class:BasicValueFactory
108 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X, function in class:BasicValueFactory
114 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth, function in class:BasicValueFactory
121 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) { function in class:BasicValueFactory
[all...]
/openbsd-current/gnu/llvm/clang/tools/scan-view/share/
H A DReporter.py45 def getValue(self,r,bugtype,getConfigOption): member in class:ReporterParameter
167 def getValue(self,r,bugtype,getConfigOption): member in class:RadarClassificationParameter
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DELFTypes.h226 uint64_t getValue() const { return st_value; } function in struct:llvm::object::Elf_Sym_Impl
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h137 const GlobalValue *getValue() const { return GV; } function in class:llvm::GlobalValuePseudoSourceValue
H A DScheduleDAGInstrs.h113 ValueType getValue() const { return getPointer(); } function in struct:llvm::UnderlyingObject
H A DMachineMemOperand.h210 const Value *getValue() const { return PtrInfo.V.dyn_cast<const Value*>(); } function in class:llvm::MachineMemOperand
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1842 const SDValue &getValue() const { return getOperand(1); } function in class:llvm::X86MaskedScatterSDNode
/openbsd-current/gnu/llvm/clang/lib/Rewrite/
H A DDeltaTree.cpp95 const SourceDelta &getValue(unsigned i) const { function in class:__anon672::DeltaTreeNode
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCFixup.h105 const MCExpr *getValue() const { return Value; } function in class:llvm::MCFixup
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp277 static inline SVal getValue(SVal val, SValBuilder &svalBuilder) { function
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dpytracer.py49 def getValue(self): member in class:ExceptionFancy
/openbsd-current/gnu/llvm/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h210 int getValue() const { return Def->getValueAsInt("value"); } function in class:llvm::ClauseVal
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryLocation.h160 uint64_t getValue() const { function in class:llvm::LocationSize

Completed in 212 milliseconds

1234