Home
last modified time | relevance | path

Searched defs:get_value (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dtypedef.c6 int get_value(PValue v) { in get_value() function
/llvm-project/clang/test/APINotes/Inputs/Headers/
H A DTemplates.h5 const T& get_value() const { return value; } in get_value() function
/llvm-project/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals-unused.cpp12 double get_value() { return value<double>(); } in get_value() function
H A Dms-constexpr.cpp7 [[msvc::constexpr]] int get_value(int x) in get_value() function
/llvm-project/libunwind/test/
H A Dlibunwind_01.pass.cpp127 unw_word_t get_value = 0; in test_reg_get_set() local
149 unw_fpreg_t get_value = 0; in test_fpreg_get_set() local
/llvm-project/lldb/examples/summaries/cocoa/
H A Dcache.py29 def get_value(self, key, default=None): member in Cache
/llvm-project/libcxx/test/support/
H A Dtest_transparent_unordered.h58 int get_value() const { in get_value() function
85 int get_value() const { in get_value() function
/llvm-project/lldb/examples/python/
H A Ddict_utils.py24 def get_value(self, key, fail_value=None): member in LookupDictionary
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-synthval/
H A DmyIntSynthProvider.py21 def get_value(self): member in myIntSynthProvider
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.h29 DWARFFormValue::ValueType get_value() const { return m_value; } in get_value() function
/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp91 #define get_value(reg, lo, mask) (((reg) >> (lo)) & (mask)) in __kmp_query_cpuid() macro
/llvm-project/flang/test/Fir/
H A Ddispatch.f9017 procedure :: get_value => get_value_p1 method
29 procedure :: get_value => get_value_ global() method
/llvm-project/clang/test/Sema/
H A Dwarn-thread-safety-analysis.c71 int get_value(int *p) SHARED_LOCKS_REQUIRED(foo_.mu_){ get_value() function
/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.cpp1765 static std::string get_value(std::string &line) { get_value() function