Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
DRefactoringOptions.h36 const ValueType &getValue() const { return Value; } in getValue() function
49 const ValueType &getValue() const { in getValue() function
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
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
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
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
DScopedHashTable.h56 const V &getValue() const { return Val; } in getValue() function
57 V &getValue() { return Val; } in getValue() function
/openbsd/src/gnu/llvm/clang/lib/AST/
DFormatStringParsing.h86 const T &getValue() const { in getValue() function
90 const T &getValue() { return FS; } in getValue() function
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
Dproto-lossage-1.m27 - (int) getValue; method
37 - (int) getValue { method
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp90 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) { in getValue() function in BasicValueFactory
108 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X, in getValue() function in BasicValueFactory
114 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth, in getValue() function in BasicValueFactory
121 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) { in getValue() function in BasicValueFactory
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h41 const ValueT &getValue() const { return Value; } in getValue() function
95 template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) { in getValue() function
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DConstants.h132 inline const APInt &getValue() const { return Val; } in getValue() function
298 inline const APFloat &getValue() const { return Val; } in getValue() function
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/
DPDBSymbolCompilandEnv.cpp18 std::string PDBSymbolCompilandEnv::getValue() const { in getValue() function in PDBSymbolCompilandEnv
/openbsd/src/gnu/llvm/clang/tools/scan-view/share/
DReporter.py45 def getValue(self,r,bugtype,getConfigOption): member in ReporterParameter
167 def getValue(self,r,bugtype,getConfigOption): member in RadarClassificationParameter
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DDIE.h69 int64_t getValue() const { return Value; } in getValue() function
190 uint64_t getValue() const { return Integer; } in getValue() function
208 const MCExpr *getValue() const { return Expr; } in getValue() function
225 const MCSymbol *getValue() const { return Label; } in getValue() function
340 size_t getValue() const { return Index; } in getValue() function
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h333 const llvm::APSInt& getValue() const { in getValue() function
385 const CompoundValData* getValue() const { in getValue() function
543 const llvm::APSInt &getValue() const { in getValue() function
DAPSIntType.h69 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() function
DConstraintManager.h51 bool getValue() const { in getValue() function
/openbsd/src/gnu/llvm/clang/lib/Rewrite/
DDeltaTree.cpp95 const SourceDelta &getValue(unsigned i) const { in getValue() function in __anon70486ac10111::DeltaTreeNode
100 SourceDelta &getValue(unsigned i) { in getValue() function in __anon70486ac10111::DeltaTreeNode
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCFragment.h324 int64_t getValue() const { return Value; } in getValue() function
359 uint64_t getValue() const { return Value; } in getValue() function
418 uint8_t getValue() const { return Value; } in getValue() function
442 const MCExpr &getValue() const { return *Value; } in getValue() function
DMCFixup.h105 const MCExpr *getValue() const { return Value; } in getValue() function
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DNativeSymbolEnumerator.cpp76 Variant NativeSymbolEnumerator::getValue() const { in getValue() function in NativeSymbolEnumerator
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DInstructionCost.h87 std::optional<CostType> getValue() const { in getValue() function
/openbsd/src/gnu/llvm/llvm/include/llvm/TableGen/
DRecord.h513 bool getValue() const { return Value; } in getValue() function
595 int64_t getValue() const { return Value; } in getValue() function
625 unsigned getValue() const { return Value; } in getValue() function
668 StringRef getValue() const { return Value; } in getValue() function
1547 Init *getValue() const { return Value; } in getValue() function
1706 const RecordVal *getValue(const Init *Name) const { in getValue() function
1712 const RecordVal *getValue(StringRef Name) const { in getValue() function
1716 RecordVal *getValue(const Init *Name) { in getValue() function
1720 RecordVal *getValue(StringRef Name) { in getValue() function
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DDAGISelMatcher.h580 int64_t getValue() const { return Value; } in getValue() function
604 int64_t getValue() const { return Value; } in getValue() function
734 int64_t getValue() const { return Value; } in getValue() function
755 int64_t getValue() const { return Value; } in getValue() function
824 int64_t getValue() const { return Val; } in getValue() function
848 const std::string &getValue() const { return Val; } in getValue() function
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DImmutableGraph.h56 const edge_value_type &getValue() const { return Value; } in getValue() function
66 const node_value_type &getValue() const { return Value; } in getValue() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
DAttributor.h181 Value *getValue() const { return this->first; } in getValue() function

123