Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/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()
H A DOptionGroupBoolean.cpp32 m_option_definition.argument_type = eArgTypeBoolean; in OptionGroupBoolean()
H A DOptions.cpp375 strm.Printf(" <%s>", CommandObject::GetArgumentName(opt_def.argument_type)); in PrintOption()
380 CommandObject::GetArgumentName(opt_def.argument_type)); in PrintOption()
573 CommandArgumentType arg_type = opt_defs[i].argument_type; in GenerateOptionUsage()
762 opt_defs[opt_defs_index].argument_type; in HandleOptionArgumentCompletion()
766 opt_defs[opt_defs_index].argument_type); in HandleOptionArgumentCompletion()
/freebsd-13.1/contrib/llvm-project/libcxx/include/__functional/
H A Dhash.h281 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp argument_type;
307 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp argument_type;
332 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp argument_type;
361 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp argument_type;
391 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp argument_type;
434 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp* argument_type;
459 _LIBCPP_DEPRECATED_IN_CXX17 typedef bool argument_type;
475 _LIBCPP_DEPRECATED_IN_CXX17 typedef char argument_type;
625 _LIBCPP_DEPRECATED_IN_CXX17 typedef int argument_type;
657 _LIBCPP_DEPRECATED_IN_CXX17 typedef long argument_type;
[all …]
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.h26 typedef _Arg argument_type; typedef
H A Doperations.h226 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp argument_type;
297 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp argument_type;
669 _LIBCPP_DEPRECATED_IN_CXX17 typedef _Tp argument_type;
/freebsd-13.1/contrib/llvm-project/libcxx/include/__variant/
H A Dmonostate.h50 using argument_type = monostate;
54 result_type operator()(const argument_type&) const _NOEXCEPT {
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFile.h24 lldb::CommandArgumentType argument_type,
54 lldb::CommandArgumentType argument_type,
H A DOptionGroupUInt64.h23 lldb::CommandArgumentType argument_type,
H A DOptionGroupString.h22 lldb::CommandArgumentType argument_type,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DOptionDefinition.h44 lldb::CommandArgumentType argument_type; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIndexedMap.h30 using IndexT = typename ToIndexT::argument_type;
H A DSparseSet.h128 using KeyT = typename KeyFunctorT::argument_type;
H A DSparseMultiSet.h120 using KeyT = typename KeyFunctorT::argument_type;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h600 using argument_type = llvm::pdb::PDB_SymType;
603 result_type operator()(const argument_type &Arg) const {
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DOptionsBase.td45 // See argument_type field for more info.
78 // Field: argument_type
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfunctional22 typedef Arg argument_type;
177 : public unary_function<typename Predicate::argument_type, bool>
181 bool operator()(const typename Predicate::argument_type& x) const;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1248 using argument_type = Register; member
H A DMachineBasicBlock.h1115 using argument_type = const MachineBasicBlock *;
/freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Dunique_ptr.h757 _LIBCPP_DEPRECATED_IN_CXX17 typedef unique_ptr<_Tp, _Dp> argument_type;
/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A Dpropagate_const488 typedef experimental::fundamentals_v2::propagate_const<_Tp> argument_type;

12