Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFormat.h22 OptionValueFormat(lldb::Format current_value, lldb::Format default_value) in OptionValueFormat()
H A DOptionValueLanguage.h23 OptionValueLanguage(lldb::LanguageType current_value, in OptionValueLanguage()
H A DOptionValueChar.h21 OptionValueChar(char current_value, char default_value) in OptionValueChar()
H A DOptionValueBoolean.h20 OptionValueBoolean(bool current_value, bool default_value) in OptionValueBoolean()
H A DOptionValueArch.h29 OptionValueArch(const ArchSpec &current_value, const ArchSpec &default_value) in OptionValueArch()
H A DOptionValueSInt64.h24 OptionValueSInt64(int64_t current_value, int64_t default_value) in OptionValueSInt64()
H A DOptionValueUInt64.h24 OptionValueUInt64(uint64_t current_value, uint64_t default_value) in OptionValueUInt64()
H A DOptionValueString.h38 OptionValueString(const char *current_value, const char *default_value) { in OptionValueString()
/llvm-project/libcxx/test/std/language.support/support.coroutines/end.to.end/
H A Dgenerator.pass.cpp22 Ty current_value; member
81 int current_value; member
97 int current_value() { return p.promise().current_value; } in current_value() function
/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp28 OptionValueFileSpec::OptionValueFileSpec(const FileSpec &current_value, in OptionValueFileSpec() argument
/llvm-project/third-party/benchmark/test/
H A Dspec_arg_test.cc98 std::string current_value = benchmark::GetBenchmarkFilter(); in main() local
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/coroutine_handle/
H A Dmain.cpp29 int current_value = -1; member
/llvm-project/libc/test/src/math/exhaustive/
H A Dexhaustive_test.h152 StorageType current_value = start; in test_full_range() local
/llvm-project/clang/test/CodeGenCoroutines/
H A Dcoro-halo.cpp11 T current_value; member