OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getValue
(Results
1 - 25
of
82
) sorted by relevancy
1
2
3
4
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBSymbolCompilandEnv.cpp
20
std::string PDBSymbolCompilandEnv::
getValue
() const {
21
Variant Value = RawSymbol->
getValue
();
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
RefactoringOptions.h
35
const ValueType &
getValue
() const { return Value; }
48
const ValueType &
getValue
() const {
/src/external/apache2/llvm/dist/clang/lib/AST/
FormatStringParsing.h
86
const T &
getValue
() const {
90
const T &
getValue
() { return FS; }
/src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
Config.py
151
def
getValue
(self, item):
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ConstraintManager.h
51
bool
getValue
() const {
57
return Val.hasValue() && Val.
getValue
();
62
return Val.hasValue() && !Val.
getValue
();
SVals.h
377
const llvm::APSInt&
getValue
() const {
457
const CompoundValData*
getValue
() const {
639
const llvm::APSInt &
getValue
() const {
/src/external/apache2/llvm/dist/clang/tools/scan-view/share/
Reporter.py
45
def
getValue
(self,r,bugtype,getConfigOption):
56
</tr>"""%(self.getName(),r.getName(),self.getName(),self.
getValue
(r,bugtype,getConfigOption))
64
default = self.
getValue
(r,bugtype,getConfigOption)
167
def
getValue
(self,r,bugtype,getConfigOption):
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeSymbolEnumerator.cpp
45
dumpSymbolField(OS, "value",
getValue
(), Indent);
76
Variant NativeSymbolEnumerator::
getValue
() const {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp
84
I.
getValue
().~APSInt();
90
const llvm::APSInt& BasicValueFactory::
getValue
(const llvm::APSInt& X) {
108
const llvm::APSInt& BasicValueFactory::
getValue
(const llvm::APInt& X,
111
return
getValue
(V);
114
const llvm::APSInt& BasicValueFactory::
getValue
(uint64_t X, unsigned BitWidth,
118
return
getValue
(V);
121
const llvm::APSInt& BasicValueFactory::
getValue
(uint64_t X, QualType T) {
122
return
getValue
(getAPSIntType(T).
getValue
(X));
257
return &
getValue
( V1 * V2 )
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
PackedVector.h
30
static T
getValue
(const BitVectorTy &Bits, unsigned Idx) {
47
static T
getValue
(const BitVectorTy &Bits, unsigned Idx) {
96
return Vec.
getValue
(Vec.Bits, Idx);
128
return base::
getValue
(Bits, Idx);
Statistic.h
67
unsigned
getValue
() const { return Value.load(std::memory_order_relaxed); }
70
operator unsigned() const { return
getValue
(); }
136
unsigned
getValue
() const { return 0; }
StringMapEntry.h
79
const ValueTy &
getValue
() const { return second; }
80
ValueTy &
getValue
() { return second; }
91
NoneType
getValue
() const { return None; }
APFixedPoint.h
114
APSInt
getValue
() const { return APSInt(Val, !Sema.isSigned()); }
Optional.h
95
T &
getValue
() LLVM_LVALUE_FUNCTION noexcept {
99
constexpr T const &
getValue
() const LLVM_LVALUE_FUNCTION noexcept {
104
T &&
getValue
() && noexcept {
195
T &
getValue
() LLVM_LVALUE_FUNCTION noexcept {
199
constexpr T const &
getValue
() const LLVM_LVALUE_FUNCTION noexcept {
204
T &&
getValue
() && noexcept {
280
constexpr const T *getPointer() const { return &Storage.
getValue
(); }
281
T *getPointer() { return &Storage.
getValue
(); }
282
constexpr const T &
getValue
() const LLVM_LVALUE_FUNCTION {
283
return Storage.
getValue
();
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h
41
const ValueT &
getValue
() const { return Value; }
62
return getHashValue(P->
getValue
());
66
return getHashValue(P->
getValue
());
78
return isEqual(C, P->
getValue
());
84
return isEqual(P1->
getValue
(), P2);
95
template <typename ValueKeyT> PoolRef
getValue
(ValueKeyT ValueKey) {
99
return PoolRef((*I)->shared_from_this(), &(*I)->
getValue
());
103
return PoolRef(std::move(P), &P->
getValue
());
119
return VectorPool.
getValue
(std::move(v));
123
return MatrixPool.
getValue
(std::move(m))
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Option/
Arg.h
82
/// * Use `
getValue
()` to get `bar`.
113
const char *
getValue
(unsigned N = 0) const {
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
DirectoryEntry.h
47
const DirectoryEntry &getDirEntry() const { return *ME->
getValue
(); }
130
RefTy &
getValue
() LLVM_LVALUE_FUNCTION {
134
RefTy const &
getValue
() const LLVM_LVALUE_FUNCTION {
139
RefTy &&
getValue
() && {
286
return hasValue() ? &
getValue
().getDirEntry() : nullptr;
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryLocation.h
152
return upperBound(std::max(
getValue
(), Other.
getValue
()));
158
uint64_t
getValue
() const {
170
bool isZero() const { return hasValue() &&
getValue
() == 0; }
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
PseudoSourceValue.h
138
const GlobalValue *
getValue
() const { return GV; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFTypes.h
227
uint64_t
getValue
() const { return st_value; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
InstructionCost.h
68
Optional<CostType>
getValue
() const {
207
return F(*
getValue
());
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.h
1708
const SDValue &
getValue
() const { return getOperand(1); }
/src/external/bsd/elftosb/dist/common/
Value.h
44
inline uint32_t
getValue
() const { return m_value; }
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
LiteralSupport.h
199
uint64_t
getValue
() const { return Value; }
/src/external/apache2/llvm/dist/clang/lib/Rewrite/
DeltaTree.cpp
95
const SourceDelta &
getValue
(unsigned i) const {
100
SourceDelta &
getValue
(unsigned i) {
191
while (i != e && FileIndex >
getValue
(i).FileLoc)
196
if (i != e &&
getValue
(i).FileLoc == FileIndex) {
276
while (i != e && SubSplit.FileLoc > InsertSide->
getValue
(i).FileLoc)
353
assert(N->
getValue
(i-1).FileLoc < N->
getValue
(i).FileLoc);
354
FullDelta += N->
getValue
(i).Delta;
364
const SourceDelta &IVal = N->
getValue
(i);
367
assert(IN->
getValue
(i-1).FileLoc < IVal.FileLoc)
[
all
...]
Completed in 99 milliseconds
1
2
3
4
Indexes created Sun Apr 19 00:22:55 UTC 2026