Home
last modified time | relevance | path

Searched refs:argument_type (Results 1 – 25 of 67) sorted by relevance

123

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupFile.cpp19 lldb::CommandArgumentType argument_type, in OptionGroupFile() argument
29 m_option_definition.argument_type = argument_type; in OptionGroupFile()
48 lldb::CommandArgumentType argument_type, const char *usage_text) in OptionGroupFileList() argument
58 m_option_definition.argument_type = argument_type; in OptionGroupFileList()
H A DOptionGroupString.cpp19 lldb::CommandArgumentType argument_type, in OptionGroupString() argument
31 m_option_definition.argument_type = argument_type; in OptionGroupString()
H A DOptionGroupUInt64.cpp19 lldb::CommandArgumentType argument_type, in OptionGroupUInt64() argument
31 m_option_definition.argument_type = argument_type; in OptionGroupUInt64()
H A DOptionGroupPythonClassWithDict.cpp44 m_option_definition[0].argument_type = eArgTypePythonClass; in OptionGroupPythonClassWithDict()
55 m_option_definition[1].argument_type = eArgTypeNone; in OptionGroupPythonClassWithDict()
66 m_option_definition[2].argument_type = eArgTypeNone; in OptionGroupPythonClassWithDict()
77 m_option_definition[3].argument_type = eArgTypePythonFunction; in OptionGroupPythonClassWithDict()
/llvm-project-15.0.7/libcxx/test/libcxx/depr/depr.func.adaptor.typedefs/
H A Dtypedefs.depr_in_cxx17.verify.cpp51 T::argument_type b; // expected-warning {{is deprecated}}
84 T::argument_type b; // expected-warning {{is deprecated}}
91 T::argument_type b; // expected-warning {{is deprecated}}
98 T::argument_type b; // expected-warning {{is deprecated}}
105 T::argument_type b; // expected-warning {{is deprecated}}
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/negators/
H A Dnot1.depr_in_cxx17.verify.cpp22 typedef int argument_type; typedef
23 bool operator()(argument_type) const { return true; } in operator ()()
H A Dunary_negate.depr_in_cxx17.verify.cpp22 typedef int argument_type; typedef
23 bool operator()(argument_type) const { return true; } in operator ()()
H A Dunary_negate.pass.cpp27 static_assert((std::is_same<F::argument_type, int>::value), "" ); in main()
/llvm-project-15.0.7/libcxx/include/__functional/
H A Dunary_negate.h26 : public __unary_function<typename _Predicate::argument_type, bool>
34 bool operator()(const typename _Predicate::argument_type& __x) const in operator()
H A Dunary_function.h25 typedef _Arg argument_type; typedef
33 using argument_type _LIBCPP_DEPRECATED_IN_CXX17 = _Arg;
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/refwrap/
H A Dbinder_typedefs.compile.pass.cpp24 typedef long argument_type; typedef
36 static_assert(std::is_same<std::reference_wrapper<int(UnaryFunction::*)()>::argument_type, UnaryFun…
/llvm-project-15.0.7/libcxx/include/__variant/
H A Dmonostate.h47 using argument_type = monostate;
51 result_type operator()(const argument_type&) const _NOEXCEPT {
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/unord.hash/
H A Dpointer.pass.cpp35 static_assert((std::is_same<typename H::argument_type, T>::value), ""); in test()
54 static_assert((std::is_same<typename H::argument_type, T>::value), "" ); in test_nullptr()
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/vector.bool/
H A Dvector_bool.pass.cpp33 static_assert((std::is_same<H::argument_type, T>::value), "" ); in tests()
48 static_assert((std::is_same<H::argument_type, T>::value), "" ); in tests()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupFile.h24 lldb::CommandArgumentType argument_type,
54 lldb::CommandArgumentType argument_type,
/llvm-project-15.0.7/mlir/benchmark/python/
H A Dbenchmark_sparse.py82 for argument_type in [
85 argument_type_str = str(argument_type)
88 if argument_type == result_type:
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtypes.pass.cpp39 template <typename C> static yes check( typename C::argument_type * );
86 static_assert((std::is_same<typename F::argument_type, arg_type>::value), "" ); in test_unary_function()
/llvm-project-15.0.7/libcxx/test/std/depr/depr.function.objects/depr.base/
H A Dunary_function.pass.cpp29 …static_assert((std::is_same<std::unary_function<unsigned, char>::argument_type, unsigned>::value),… in main()
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.require/
H A Dunary_function.pass.cpp25 static_assert((std::is_same<uf::argument_type, int>::value), ""); in main()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A Didentity.h22 using argument_type = Ty; member
/llvm-project-15.0.7/libcxx/test/std/containers/
H A DNotConstructible.h32 typedef NotConstructible argument_type;
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DOptionDefinition.h44 lldb::CommandArgumentType argument_type; member
/llvm-project-15.0.7/libcxx/test/std/utilities/type.index/type.index.synopsis/
H A Dhash_type_index.pass.cpp31 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" ); in main()
/llvm-project-15.0.7/libcxx/test/std/utilities/type.index/type.index.hash/
H A Dhash.pass.cpp31 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" ); in main()
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/arithmetic.operations/
H A Dnegate.pass.cpp26 static_assert((std::is_same<F::argument_type, int>::value), "" ); in main()

123