| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionGroupFile.cpp | 19 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 D | OptionGroupString.cpp | 19 lldb::CommandArgumentType argument_type, in OptionGroupString() argument 31 m_option_definition.argument_type = argument_type; in OptionGroupString()
|
| H A D | OptionGroupUInt64.cpp | 19 lldb::CommandArgumentType argument_type, in OptionGroupUInt64() argument 31 m_option_definition.argument_type = argument_type; in OptionGroupUInt64()
|
| H A D | OptionGroupPythonClassWithDict.cpp | 44 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 D | typedefs.depr_in_cxx17.verify.cpp | 51 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 D | not1.depr_in_cxx17.verify.cpp | 22 typedef int argument_type; typedef 23 bool operator()(argument_type) const { return true; } in operator ()()
|
| H A D | unary_negate.depr_in_cxx17.verify.cpp | 22 typedef int argument_type; typedef 23 bool operator()(argument_type) const { return true; } in operator ()()
|
| H A D | unary_negate.pass.cpp | 27 static_assert((std::is_same<F::argument_type, int>::value), "" ); in main()
|
| /llvm-project-15.0.7/libcxx/include/__functional/ |
| H A D | unary_negate.h | 26 : public __unary_function<typename _Predicate::argument_type, bool> 34 bool operator()(const typename _Predicate::argument_type& __x) const in operator()
|
| H A D | unary_function.h | 25 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 D | binder_typedefs.compile.pass.cpp | 24 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 D | monostate.h | 47 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 D | pointer.pass.cpp | 35 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 D | vector_bool.pass.cpp | 33 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 D | OptionGroupFile.h | 24 lldb::CommandArgumentType argument_type, 54 lldb::CommandArgumentType argument_type,
|
| /llvm-project-15.0.7/mlir/benchmark/python/ |
| H A D | benchmark_sparse.py | 82 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 D | types.pass.cpp | 39 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 D | unary_function.pass.cpp | 29 …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 D | unary_function.pass.cpp | 25 static_assert((std::is_same<uf::argument_type, int>::value), ""); in main()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | identity.h | 22 using argument_type = Ty; member
|
| /llvm-project-15.0.7/libcxx/test/std/containers/ |
| H A D | NotConstructible.h | 32 typedef NotConstructible argument_type;
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | OptionDefinition.h | 44 lldb::CommandArgumentType argument_type; member
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/type.index/type.index.synopsis/ |
| H A D | hash_type_index.pass.cpp | 31 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 D | hash.pass.cpp | 31 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 D | negate.pass.cpp | 26 static_assert((std::is_same<F::argument_type, int>::value), "" ); in main()
|