/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringOptions.h | 36 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 D | class-template1.cpp | 3 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 D | dynamic-value.m | 12 - (uint32_t) getValue; method 23 { 59 - (uint32_t) getValue; method 70 {
|
/llvm-project/lldb/test/API/macosx/dyld-trie-symbols/ |
H A D | main.mm | 12 - (uint32_t) getValue; method 23 { 59 - (uint32_t) getValue; method 70 {
|
/llvm-project/clang/include/clang/AST/ |
H A D | APNumericStorage.h | 53 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 D | FormatStringParsing.h | 86 const T &getValue() const { in getValue() function 90 const T &getValue() { return FS; } in getValue() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringMapEntry.h | 81 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 D | Statistic.h | 68 uint64_t getValue() const { return Value.load(std::memory_order_relaxed); } getValue() function 137 uint64_t getValue() const { return 0; } getValue() function
|
H A D | PackedVector.h | 31 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 D | submodules.m | 9 int getValue(void) { function
|
H A D | modify-module.m | 26 int getValue() { return getA() + getB(); } function
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_stats_timing.h | 39 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 D | PDBSymbolCompilandEnv.cpp | 18 std::string PDBSymbolCompilandEnv::getValue() const { in getValue() function in PDBSymbolCompilandEnv
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | header-unit-member-func-linkage.cpp | 12 int getValue() { in getValue() function in foo
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | initialization-constexpr.cpp | 22 int getValue() {return value;} in getValue() function in Integer
|
/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
H A D | CostAllocator.h | 41 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 D | BasicValueFactory.cpp | 90 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 D | GlobalHandler.h | 78 Ty &getValue() { return Data; } getValue() function 79 const Ty &getValue() const { return Data; } getValue() function
|
/llvm-project/mlir/lib/Tools/PDLL/AST/ |
H A D | TypeDetail.h | 49 const KeyTy &getValue() const { return key; } in getValue() function
|
/llvm-project/clang/test/clang-rename/ |
H A D | ComplicatedClassType.cpp |
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | WithCache.h | 56 [[nodiscard]] PointerType getValue() const { return Pointer.getPointer(); } in getValue() function
|
/llvm-project/clang/test/Analysis/ |
H A D | lambdas.mm | 61 int getValue(); function
|
/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | InferIntRangeInterface.h | 128 const ConstantIntRanges &getValue() const { in getValue() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 146 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 D | APSIntType.h | 69 llvm::APSInt getValue(uint64_t RawValue) const LLVM_READONLY { in getValue() function
|