Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupFile.cpp20 lldb::CommandArgumentType argument_type, in OptionGroupFile() argument
31 m_option_definition.argument_type = argument_type; in OptionGroupFile()
52 lldb::CommandArgumentType argument_type, const char *usage_text) in OptionGroupFileList() argument
62 m_option_definition.argument_type = argument_type; in OptionGroupFileList()
H A DOptionGroupString.cpp20 lldb::CommandArgumentType argument_type, in OptionGroupString() argument
32 m_option_definition.argument_type = argument_type; in OptionGroupString()
H A DOptionGroupUInt64.cpp20 lldb::CommandArgumentType argument_type, in OptionGroupUInt64() argument
32 m_option_definition.argument_type = argument_type; in OptionGroupUInt64()
H A DOptionGroupBoolean.cpp33 m_option_definition.argument_type = eArgTypeBoolean; in OptionGroupBoolean()
H A DOptions.cpp381 strm.Printf(" <%s>", CommandObject::GetArgumentName(opt_def.argument_type)); in PrintOption()
386 CommandObject::GetArgumentName(opt_def.argument_type)); in PrintOption()
579 CommandArgumentType arg_type = opt_defs[i].argument_type; in GenerateOptionUsage()
799 opt_defs[opt_defs_index].argument_type; in HandleOptionArgumentCompletion()
803 opt_defs[opt_defs_index].argument_type); in HandleOptionArgumentCompletion()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupFile.h27 lldb::CommandArgumentType argument_type,
60 lldb::CommandArgumentType argument_type,
H A DOptionGroupString.h25 lldb::CommandArgumentType argument_type,
H A DOptionGroupUInt64.h26 lldb::CommandArgumentType argument_type,
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dfunctional129 : public unary_function<typename _Operation2::argument_type,
141 operator()(const typename _Operation2::argument_type& __x) const
154 : public unary_function<typename _Operation2::argument_type,
168 operator()(const typename _Operation2::argument_type& __x) const
260 typedef _Argument argument_type;
H A Dbitmap_allocator.h335 : public std::unary_function<typename _Functor::argument_type,
341 typedef typename _Functor::argument_type argument_type;
348 operator()(argument_type __arg)
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DIndexedMap.h31 using IndexT = typename ToIndexT::argument_type;
H A DSparseSet.h129 using KeyT = typename KeyFunctorT::argument_type;
H A DSparseMultiSet.h121 using KeyT = typename KeyFunctorT::argument_type;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-types.h121 lldb::CommandArgumentType argument_type; // Type of argument this option takes member
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h458 using argument_type = llvm::pdb::PDB_SymType;
461 result_type operator()(const argument_type &Arg) const {
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_function.h104 typedef _Arg argument_type; ///< @c argument_type is the type of the typedef
313 : public unary_function<typename _Predicate::argument_type, bool>
322 operator()(const typename _Predicate::argument_type& __x) const in operator()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h1153 using argument_type = unsigned; member
H A DMachineBasicBlock.h832 using argument_type = const MachineBasicBlock *;
/freebsd-12.1/contrib/libc++/include/
H A Dvariant1578 using argument_type = variant<_Types...>;
1582 result_type operator()(const argument_type& __v) const {
1601 using argument_type = monostate;
1605 result_type operator()(const argument_type&) const _NOEXCEPT {
H A Dfunctional23 typedef Arg argument_type;
192 : public unary_function<typename Predicate::argument_type, bool>
196 bool operator()(const typename Predicate::argument_type& x) const;
992 : public unary_function<typename _Predicate::argument_type, bool>
1000 bool operator()(const typename _Predicate::argument_type& __x) const
H A Doptional1398 typedef optional<_Tp> argument_type;
1402 result_type operator()(const argument_type& __opt) const
H A Dmemory3158 typedef unique_ptr<_Tp, _Dp> argument_type;
3161 result_type operator()(const argument_type& __ptr) const
3163 typedef typename argument_type::pointer pointer;
5380 typedef shared_ptr<_Tp> argument_type;
5384 result_type operator()(const argument_type& __ptr) const _NOEXCEPT
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dfunctional221 : unary_function<typename _Tp::argument_type,
237 : unary_function<typename _Tp::argument_type,
H A Dboost_shared_ptr.h90 typedef _Tp* argument_type; typedef
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dpropagate_const489 typedef experimental::fundamentals_v2::propagate_const<_Tp> argument_type;

12