/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 77 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 D | modify-module.m | 26 int getValue() { return getA() + getB(); } function
|
H A D | submodules.m | 9 int getValue() { function
|
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
H A D | FormatStringParsing.h | 64 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 D | Optional.h | 168 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 D | PackedVector.h | 30 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 D | Statistic.h | 42 llvm::sys::cas_flag getValue() const { return Value; } in getValue() function
|
H A D | ScopedHashTable.h | 53 const V &getValue() const { return Val; } in getValue() function 54 V &getValue() { return Val; } in getValue() function
|
H A D | StringMap.h | 128 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 D | BasicValueFactory.cpp | 72 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 D | CostAllocator.h | 41 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 D | local-classes.cpp | 39 static int getValue() { return Value; } in f() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | APSIntType.h | 70 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() function
|
H A D | SVals.h | 343 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 D | DIE.h | 280 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 D | MachineMemOperand.h | 134 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 D | Reporter.py | 42 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 D | MCFixup.h | 94 const MCExpr *getValue() const { return Value; } in getValue() function
|
/minix3/external/bsd/llvm/dist/clang/lib/Rewrite/ |
H A D | DeltaTree.cpp | 93 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 D | Constants.h | 101 inline const APInt &getValue() const { in getValue() function
|
H A D | Metadata.h | 220 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 D | BitcodeReader.h | 309 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 D | false-positive-suppression.cpp | 54 int *&getValue(int key) { in getValue() function in References::Map
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCall.h | 168 llvm::Value *getValue() const { return Value.getPointer(); } in getValue() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 365 const DataType &getValue() const { llvm_unreachable("no default value"); } in getValue() function 387 const DataType &getValue() const { in getValue() function
|