Home
last modified time | relevance | path

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

1234567

/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringOptions.h36 const ValueType &getValue() const { return Value; } in getValue() function
49 const ValueType &getValue() const { in getValue() function
/llvm-project/clang/test/ASTMerge/class-template/Inputs/
H A Dclass-template1.cpp3 T getValue(T arg) { return arg; } in getValue() function
31 char getValue(char ch) { return static_cast<char>(member); } in getValue() function
/llvm-project/lldb/test/API/lang/objc/objc-dynamic-value/
H A Ddynamic-value.m12 - (uint32_t) getValue; method
23 {
59 - (uint32_t) getValue; method
70 {
/llvm-project/lldb/test/API/macosx/dyld-trie-symbols/
H A Dmain.mm12 - (uint32_t) getValue; method
23 {
59 - (uint32_t) getValue; method
70 {
/llvm-project/clang/include/clang/AST/
H A DAPNumericStorage.h53 llvm::APInt getValue() const { return getIntValue(); } in getValue() function
61 llvm::APFloat getValue(const llvm::fltSemantics &Semantics) const { in getValue() function
/llvm-project/clang/lib/AST/
H A DFormatStringParsing.h86 const T &getValue() const { in getValue() function
90 const T &getValue() { return FS; } in getValue() function
/llvm-project/llvm/include/llvm/ADT/
H A 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
H A DStatistic.h68 uint64_t getValue() const { return Value.load(std::memory_order_relaxed); } getValue() function
137 uint64_t getValue() const { return 0; } getValue() function
H A 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
/llvm-project/clang/test/Modules/
H A Dsubmodules.m9 int getValue(void) { function
H A Dmodify-module.m26 int getValue() { return getA() + getB(); } function
/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.h39 int64_t getValue() const { return value; } in getValue() function
64 int64_t getValue() const { return my_count; } in getValue() function
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompilandEnv.cpp18 std::string PDBSymbolCompilandEnv::getValue() const { in getValue() function in PDBSymbolCompilandEnv
/llvm-project/clang/test/CodeGenCXX/
H A Dheader-unit-member-func-linkage.cpp12 int getValue() { in getValue() function in foo
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dinitialization-constexpr.cpp22 int getValue() {return value;} in getValue() function in Integer
/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h41 const ValueT &getValue() const { return Value; } in getValue() function
95 template <typename ValueKeyT> PoolRef getValue(ValueKeyT ValueKey) { in getValue() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp90 APSIntPtr BasicValueFactory::getValue(const llvm::APSInt &X) { in getValue() function in BasicValueFactory
113 APSIntPtr BasicValueFactory::getValue(uint64_t X, unsigned BitWidth, in getValue() function in BasicValueFactory
120 APSIntPtr BasicValueFactory::getValue(uint64_t X, QualType T) { in getValue() function in BasicValueFactory
107 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X, getValue() function in BasicValueFactory
[all...]
/llvm-project/offload/plugins-nextgen/common/include/
H A DGlobalHandler.h78 Ty &getValue() { return Data; } getValue() function
79 const Ty &getValue() const { return Data; } getValue() function
/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DTypeDetail.h49 const KeyTy &getValue() const { return key; } in getValue() function
/llvm-project/clang/test/clang-rename/
H A DComplicatedClassType.cpp
/llvm-project/llvm/include/llvm/Analysis/
H A DWithCache.h56 [[nodiscard]] PointerType getValue() const { return Pointer.getPointer(); } in getValue() function
/llvm-project/clang/test/Analysis/
H A Dlambdas.mm61 int getValue(); function
/llvm-project/mlir/include/mlir/Interfaces/
H A DInferIntRangeInterface.h128 const ConstantIntRanges &getValue() const { in getValue() function
/llvm-project/llvm/include/llvm/IR/
H A DConstants.h146 inline const APInt &getValue() const { return Val; } getValue() function
313 inline const APFloat &getValue() const { return Val; } getValue() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h69 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() function

1234567