Home
last modified time | relevance | path

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

123

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DIntrinsicInst.cpp77 const Value *DbgValueInst::getValue() const { in getValue() function in DbgValueInst
81 Value *DbgValueInst::getValue() { return getValueImpl(getArgOperand(0)); } in getValue() function in DbgValueInst
/minix3/external/bsd/llvm/dist/clang/test/Modules/
H A Dmodify-module.m26 int getValue() { return getA() + getB(); } function
H A Dsubmodules.m9 int getValue() { function
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DFormatStringParsing.h64 const T &getValue() const { in getValue() function
68 const T &getValue() { return FS; } in getValue() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DOptional.h168 const T& getValue() const LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } in getValue() function
169 T& getValue() LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } in getValue() function
184 T&& getValue() && { assert(hasVal); return std::move(*getPointer()); } in getValue() function
H A DPackedVector.h30 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() function
47 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue() function
H A DStatistic.h42 llvm::sys::cas_flag getValue() const { return Value; } in getValue() function
H A DScopedHashTable.h53 const V &getValue() const { return Val; } in getValue() function
54 V &getValue() { return Val; } in getValue() function
H A DStringMap.h128 const ValueTy &getValue() const { return second; } in getValue() function
129 ValueTy &getValue() { return second; } in getValue() function
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp72 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) { in getValue() function in BasicValueFactory
89 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X, in getValue() function in BasicValueFactory
95 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth, in getValue() function in BasicValueFactory
102 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) { in getValue() function in BasicValueFactory
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h41 const ValueT& getValue() const { return Value; } in getValue() function
96 template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) { in getValue() function
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dlocal-classes.cpp39 static int getValue() { return Value; } in f() function
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h70 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() function
H A DSVals.h343 const llvm::APSInt& getValue() const { in getValue() function
416 const CompoundValData* getValue() const { in getValue() function
533 const llvm::APSInt& getValue() const { in getValue() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h280 uint64_t getValue() const { return Integer; } in getValue() function
309 const MCExpr *getValue() const { return Expr; } in getValue() function
338 const MCSymbol *getValue() const { return Label; } in getValue() function
567 size_t getValue() const { return Index; } in getValue() function
H A DMachineMemOperand.h134 const Value *getValue() const { return PtrInfo.V.dyn_cast<const Value*>(); } in getValue() function
/minix3/external/bsd/llvm/dist/clang/tools/scan-view/
H A DReporter.py42 def getValue(self,r,bugtype,getConfigOption): member in ReporterParameter
164 def getValue(self,r,bugtype,getConfigOption): member in RadarClassificationParameter
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCFixup.h94 const MCExpr *getValue() const { return Value; } in getValue() function
/minix3/external/bsd/llvm/dist/clang/lib/Rewrite/
H A DDeltaTree.cpp93 const SourceDelta &getValue(unsigned i) const { in getValue() function in __anon4129d9b80111::DeltaTreeNode
97 SourceDelta &getValue(unsigned i) { in getValue() function in __anon4129d9b80111::DeltaTreeNode
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h101 inline const APInt &getValue() const { in getValue() function
H A DMetadata.h220 Value *getValue() const { return V; } in getValue() function
258 Constant *getValue() const { in getValue() function
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.h309 bool getValue(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue() function
317 Value *getValue(SmallVectorImpl<uint64_t> &Record, unsigned Slot, in getValue() function
/minix3/external/bsd/llvm/dist/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.cpp54 int *&getValue(int key) { in getValue() function in References::Map
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCall.h168 llvm::Value *getValue() const { return Value.getPointer(); } in getValue() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h365 const DataType &getValue() const { llvm_unreachable("no default value"); } in getValue() function
387 const DataType &getValue() const { in getValue() function

123